![]() |
|
Navidrome Smart Playlist by SickProdigy - Printable Version +- Sick Gaming (https://sickgaming.net) +-- Forum: Computers (https://sickgaming.net/forum-86.html) +--- Forum: Linux, FreeBSD, and Unix types (https://sickgaming.net/forum-88.html) +--- Thread: Navidrome Smart Playlist by SickProdigy (/thread-103450.html) |
Navidrome Smart Playlist by SickProdigy - SickProdigy - 09-26-2025 hello everyone, wanted to share my smart playlists with the public. These work for navidrome music software. Smart Playlists Link: https://gitea.rcs1.top/sickprodigy/navidrome-smart-playlists I've created around 40+ so far, and I edit out certain artists and genres from showing. You can see how detailed they are above. This is how they look in feishin and navidrome. Feishin: ![]() Navidrome: ![]() My favorite right now is jukebox Example below: Code: {
"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
}To edit navidrome smart playlists, this link will come in handy: https://www.navidrome.org/docs/usage/smartplaylists/ Noticed the link above is down, luckily i backed it up mostly here: https://gitea.sickgaming.net/sickprodigy/navidrome-smart-playlists/wiki/How-to-Use-Smart-Playlists-in-Navidrome |