HydrogenAudio

Hosted Forums => foobar2000 => General - (fb2k) => Topic started by: jurzystas on 2024-04-16 16:14:17

Title: played queue history/log
Post by: jurzystas on 2024-04-16 16:14:17
Hi, I search for the way how to display the played queue history/log - mean - all songs that have been played in the current session (I am using queuing of individual songs from different playlist - AltQ - ad-hoc) TiA :-)
Title: Re: played queue history/log
Post by: anamorphic on 2024-04-16 16:34:06
If you use Playback Statistics (https://www.foobar2000.org/components/view/foo_playcount), you can create an auto-playlist. Click on Library menu > Playback Statistics > 'Show recently played' > (change the time frame if you like, see query syntax (https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Query_syntax#Time_expressions)) > click '...' in search bar > Create Auto-Playlist. (Rename the playlist as you like)

Or for JScript Panel 3 (https://jscript-panel.github.io/docs/), there is a Play Log (https://jscript-panel.github.io/gallery/play-log/) script included.
Title: Re: played queue history/log
Post by: jurzystas on 2024-04-17 19:19:52
If you use Playback Statistics (https://www.foobar2000.org/components/view/foo_playcount), you can create an auto-playlist. Click on Library menu > Playback Statistics > 'Show recently played' > (change the time frame if you like, see query syntax (https://wiki.hydrogenaud.io/index.php?title=Foobar2000:Query_syntax#Time_expressions)) > click '...' in search bar > Create Auto-Playlist. (Rename the playlist as you like)

Or for JScript Panel 3 (https://jscript-panel.github.io/docs/), there is a Play Log (https://jscript-panel.github.io/gallery/play-log/) script included.
Many thanks - works! :-) Just one think (but this might be too much): the song gets logged after 1 minute approx, which means if the song is shorterned earlier - it will not get into the log. Is there maybe a place to change this timing (cannot find it in config...)
Title: Re: played queue history/log
Post by: marc2k3 on 2024-04-18 09:57:51
If a track is shorter than one minute, you have to listen to all of it for it to count. There are no settings to change behaviour.

Title: Re: played queue history/log
Post by: jurzystas on 2024-04-18 17:07:30
If a track is shorter than one minute, you have to listen to all of it for it to count. There are no settings to change behaviour.


OK, thanks !