| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,049
» Latest member: hurxo52
» Forum threads: 22,324
» Forum posts: 23,175
Full Statistics
|
| Online Users |
There are currently 852 online users. » 1 Member(s) | 845 Guest(s) Applebot, Baidu, Bing, DuckDuckGo, Google, Yandex, hurxo52
|
|
|
| Navidrome Smart Playlist by SickProdigy |
|
Posted by: SickProdigy - 09-26-2025, 06:14 PM - Forum: Linux, FreeBSD, and Unix types
- No Replies
|
 |
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/navid...-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:
![[Image: yWN3nce.png]](https://i.imgur.com/yWN3nce.png)
Navidrome:
![[Image: UGOgx3E.png]](https://i.imgur.com/UGOgx3E.png)
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
|
|
|
|
|
|