From 8dae16e93a6dc339729364c8eb3bf1d78895bc15 Mon Sep 17 00:00:00 2001 From: sickprodigy Date: Sat, 20 Sep 2025 10:34:33 -0400 Subject: [PATCH] adding another stipulation so less loved songs play if I recently listened to them. Since I play my hearted list most. --- ^ Jukebox 🎵.NSP | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/^ Jukebox 🎵.NSP b/^ Jukebox 🎵.NSP index 11dbb5a..393e00b 100644 --- a/^ Jukebox 🎵.NSP +++ b/^ Jukebox 🎵.NSP @@ -13,6 +13,10 @@ { "all": [ {"is": {"rating": 5}}, {"notInTheLast": {"lastPlayed": 10}} + ]}, + { "all": [ + {"is": {"loved": true}}, + {"notInTheLast": {"lastPlayed": 2}} ]} ], "sort": "lastPlayed",