George Smith:Здравствуйте!
foobar2000 1.3.17
Предположим, у меня несколько плейлистов. Слушаю я один плейлист, он мне надоедает, я переключаюсь на другой. Есть ли какой-нибудь способ, чтобы отметить трек, на котором я поменял плейлист?
Так может подойти?
Foo.navigator -  создает плейлист под названием History,  который сохраняет всю историю проигрывания песен в фубаре.
Делаем как показано на скриншоте.
Опция добавить последние проигранные треки в начало плейлиста History - отмечаем галочкой - New items at the top.
По дефолту последние проигранные треки добавляются в конец плейлиста History, если не отмечано галочкой -
то отмечаем галочкой - New items at the top.
Foo_Navigator - 
http://mry.awardspace.com/fb2k/foo_navigator.htm#dlTitleformatting:
The following extra variables can be used in the titleformatting strings:
    %_history_number%: Absolute index of the entry in the history
    %_history_position%: The entry's position relative to the currently playing track
    (returns negative numbers for older, positive numbers for newer entries and zero for the currently playing track)
    %_history_timestamp%: Date and time when the entry was added to the history in UTC (Coordinated Universal Time)
    %_history_date%: Local date when the entry was added
    %_history_time%: Local time when the entry was added
    %_history_day_of_week%: Day of week from 1 (Sunday) to 7 (Saturday)
    (can be used with $select to display the days' names)
    %_history_days_ago%: Number of days since the entry was added
    %_history_hours_ago%: Number of full hours since the entry was added