Query/title format to get the last time an album was played, if some tracks can be played separetely |
This is NOT a tech support forum.
Tech support questions go to foobar2000 Tech Support forum instead.
See also: Hydrogenaudio Terms of Service.
![]() ![]() |
Query/title format to get the last time an album was played, if some tracks can be played separetely |
Oct 9 2012, 10:50
Post
#1
|
|
|
Group: Members Posts: 74 Joined: 8-September 11 Member No.: 93574 |
Hello. My library is still organized the old-way by albums (ripped CDs) and i often play albums rather than playlists. However, i also have random pools active to select tracks/albums when i don't want to worry about selecting something manually. This means i can have an album that i didn't play for the last 3 months, but have one track on that albums that was played 2 days ago.
foo_playcount does only store per-tracks data so i don't have an easy way to know when was the last time the entire album was played. I searched for some way to do this with query syntax, but can't find any way to get the oldest of all the last played entries for an album. I'm missing something similar to the aggregate functions of SQL. Maybe i overlooked something. Is there a way to do this with querry syntax and/or title format scripts. I know i can do this with SQL tree but i'd like to be able to get this information anywhere and not just in one component. |
|
|
|
Oct 9 2012, 11:43
Post
#2
|
|
![]() Group: Members Posts: 470 Joined: 5-June 11 Member No.: 91257 |
I don't know if this is the exact answer you want but it may be helpful (I use CUI interface)...
If we assume that entire album == directory containing a set of files and we have a Filter panel in our layout for library viewing then we can create some views like these: History — Last Played (Directory Path), by Day QUOTE $cut(%last_played%,10)' '$directory_path(%path%) History — Last Played (Directory Path), by Day-Time QUOTE $cut(%last_played%,10)-$replace($time(%last_modified%),' ',,'-',,':',)' '$directory_path(%path%)
This post has been edited by derty2: Oct 9 2012, 12:06 |
|
|
|
Oct 9 2012, 12:22
Post
#3
|
|
|
Group: Members Posts: 11 Joined: 29-October 11 Member No.: 94780 |
No, there are no general aggregation operations.
What derty2 suggests above groups tracks by date, which runs into the problem mentioned in the OP where a track has different play dates from the rest of the album. This post has been edited by aethelberht: Oct 9 2012, 12:23 |
|
|
|
Oct 9 2012, 15:38
Post
#4
|
|
|
Group: Members Posts: 74 Joined: 8-September 11 Member No.: 93574 |
Mhh OK. Thanks for confirmation.
Might be a feature request then. |
|
|
|
Oct 11 2012, 10:24
Post
#5
|
|
![]() Group: Members Posts: 3292 Joined: 27-January 05 From: England Member No.: 19379 |
QUOTE but can't find any way to get the oldest of all the last played entries for an album it's probably possible to do this with WSH panel mod. it could loop through every track in a playlist and display the earliest play date for each album. i might be able to knock something up if you're interested. |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 26th May 2013 - 05:32 |