Comment on 1 year into navidrome with dilligent tagging and rating, and this is how someone has the perfect theme song when they walk into a room, everytime.

<- View Parent
fleem@piefed.zeromedia.vip ⁨2⁩ ⁨days⁩ ago

It is easiest with Feishin , I call it a “station” but it is really just a dynamic playlist, which navidrome calls “Smart Playlists”

but if you add some rules in like not pulling in a song that has been played in <x> amount of days, it keeps it relatively fresh! here is a copy of the file it makes:

{ "all": [ { "notInTheLast": { "lastplayed": "5" } }, { "inTheRange": { "recordingdate": [ "1990-01-01", "1999-12-31" ] } }, { "isNot": { "rating": 1 } }, { "notContains": { "artist": "slipknot" } }, { "notContains": { "artist": "flaming lips" } }, { "any": [ { "contains": { "genre": "alternative" } }, { "is": { "genre": "pop" } } ] } ], "limit": 100, "sort": "+random" }

original
Sort:hotnewtop