diff --git a/^ Jukebox 🎵.NSP b/^ Jukebox 🎵.NSP deleted file mode 100644 index 393e00b..0000000 --- a/^ Jukebox 🎵.NSP +++ /dev/null @@ -1,25 +0,0 @@ -{ - "title": "-Jukebox ;)", - "comment": "The highest rated music on random, discounting recently played.", - "any": [ - { "all": [ - {"is": {"rating": 3}}, - {"notInTheLast": {"lastPlayed": 90}} - ]}, - { "all": [ - {"is": {"rating": 4}}, - {"notInTheLast": {"lastPlayed": 30}} - ]}, - { "all": [ - {"is": {"rating": 5}}, - {"notInTheLast": {"lastPlayed": 10}} - ]}, - { "all": [ - {"is": {"loved": true}}, - {"notInTheLast": {"lastPlayed": 2}} - ]} - ], - "sort": "lastPlayed", - "order": "desc", - "limit": 1000 -} \ No newline at end of file