diff --git a/^ Jukebox U 🎵.NSP b/^ Jukebox U 🎵.NSP new file mode 100644 index 0000000..ad3fb56 --- /dev/null +++ b/^ Jukebox U 🎵.NSP @@ -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 +} \ No newline at end of file