From cfe3c650e75ff428c80658e9712b85b5502436fd Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Mon, 20 Oct 2025 19:12:22 -0400 Subject: [PATCH] initialize file, jukebox Played --- ^ Jukebox P 🎵.NSP | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 ^ Jukebox P 🎵.NSP diff --git a/^ Jukebox P 🎵.NSP b/^ Jukebox P 🎵.NSP new file mode 100644 index 0000000..37e892f --- /dev/null +++ b/^ Jukebox P 🎵.NSP @@ -0,0 +1,28 @@ +{ + "title": "-Jukebox Played ;)", + "comment": "The highest rated music on random, discounting recently played. At least 1 play before.", + "any": [ + { "all": [ + {"is": {"rating": 3}}, + {"notInTheLast": {"lastPlayed": 90}}, + {"isNot: {"playcount": 0}} + ]}, + { "all": [ + {"is": {"rating": 4}}, + {"notInTheLast": {"lastPlayed": 30}}, + {"isNot: {"playcount": 0}} + ]}, + { "all": [ + {"is": {"rating": 5}}, + {"notInTheLast": {"lastPlayed": 15}}, + {"isNot: {"playcount": 0}} + ]}, + { "all": [ + {"is": {"loved": true}}, + {"notInTheLast": {"lastPlayed": 10}} + ]} + ], + "sort": "lastPlayed", + "order": "asc", + "limit": 1000 +} \ No newline at end of file