09-26-2025, 06:14 PM
This post was last modified: 05-05-2026, 11:52 PM by SickProdigy.
This post has been soft deleted.
This post is awaiting moderation approval.
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:
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 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

