adding another stipulation so less loved songs play if I recently listened to them. Since I play my hearted list most.

This commit is contained in:
Aaron 2025-09-20 10:34:33 -04:00
parent f9590fa942
commit 8dae16e93a

View File

@ -13,6 +13,10 @@
{ "all": [ { "all": [
{"is": {"rating": 5}}, {"is": {"rating": 5}},
{"notInTheLast": {"lastPlayed": 10}} {"notInTheLast": {"lastPlayed": 10}}
]},
{ "all": [
{"is": {"loved": true}},
{"notInTheLast": {"lastPlayed": 2}}
]} ]}
], ],
"sort": "lastPlayed", "sort": "lastPlayed",