Initialize file, Jukbox Un-played

This commit is contained in:
Aaron 2025-10-20 20:32:53 -04:00
parent cfe3c650e7
commit d4c9fffdcc

24
^ Jukebox U 🎵.NSP Normal file
View File

@ -0,0 +1,24 @@
{
"title": "-Jukebox Unplayed;)",
"comment": "The highest rated unplayed music on random.",
"any": [
{ "all": [
{"is": {"rating": 3}},
{"is: {"playcount": 0}}
]},
{ "all": [
{"is": {"rating": 4}},
{"is: {"playcount": 0}}
]},
{ "all": [
{"is": {"rating": 5}},
{"is: {"playcount": 0}}
]},
{ "all": [
{"is": {"loved": true}},
{"is: {"playcount": 0}}
]}
],
"sort": "random",
"limit": 1000
}