Skip to content

Auto Playlist recently added track number problem #121

Answered by regorxxx
giorgiobrit asked this question in Q&A
Discussion options

You must be logged in to vote

Query + Sorting:
(%added% DURING LAST 6 WEEKS AND %path% HAS d:\music) SORT DESCENDING BY "$date(%added%)" - %album% - %discnumber% - %tracknumber% - %title%

Or

Query: %added% DURING LAST 6 WEEKS AND %path% HAS d:\music
Sort: $sub(9999999,$year(%added%))|$sub(9999999,$month(%added%))|$sub(9999999,$day_of_month(%added%))

If you want hour precision, continue the pattern. If you only neeed per year, or month, remove some part.

If you want album grouping in top of that:
Query: ...
Sort: $sub(9999999,$year(%added%))|$sub(9999999,$month(%added%))|$sub(9999999,$day_of_month(%added%))|%album% - %discnumber% - %tracknumber% - %title%

If you want natural sorting:
Query: ...
Sort: $year(%added%)|$mo…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@TT-ReBORN
Comment options

Answer selected by regorxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants