From 63b76aaf0a47ee4a6a1eb8ba6995d5c61b16bdda Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Mon, 20 Oct 2025 19:07:02 -0400 Subject: [PATCH] removed, renamed to Jukebox A, P, U, for All, Played, Unplayed --- ^ Jukebox 🎵.NSP | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 ^ Jukebox 🎵.NSP 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