rename files to show below A-Z playlist names

This commit is contained in:
Aaron 2024-12-24 15:14:12 -05:00
parent 7aba3be475
commit 210a9b41ce
36 changed files with 2 additions and 3 deletions

View File

@ -3,11 +3,10 @@
"comment": "The highest rated Christmas music", "comment": "The highest rated Christmas music",
"all": [ "all": [
{"gt": {"rating": 2}}, {"gt": {"rating": 2}},
"any": [ {"any": [
{"contains": {"album": "Christmas"}}, {"contains": {"album": "Christmas"}},
{"contains": {"title": "Rudolph"}} {"contains": {"title": "Rudolph"}}
] ]}
], ],
"sort": "dateModified", "sort": "dateModified",
"order": "desc", "order": "desc",