Closed
Description
Reported by: jamie.gifford
Date: 2018-04-23T05:46:57Z
Status: Fix Committed
Importance: Medium
Launchpad Issue: lp1766163
The Track History mechanism deliberately omits tracks that have been played "recently". The definition of "recent" is hard-coded to use a window of 6 tracks in setlogfeature.cpp.
A window size of 6 is inappropriate for some use cases. For example, in tango DJing it is common to separate blocks of 3 or 4 tracks with a "filler" track. With a window size of 6, the filler tracks won't be recorded properly in the history logs if the same track is used repeatedly.
Could the window size be reduced (eg to 3), or made configurable?