this post was submitted on 20 Dec 2023
4 points (100.0% liked)

Navidrome Music Server (Unofficial)

288 readers
2 users here now

Navidrome is a free, open source web-based music collection server and streamer. It gives you freedom to listen to your music collection from any browser or mobile device. https://www.navidrome.org

This is an unofficial community. However, we adhear to the official Code Of Conduct set by the Navidrome project.

founded 1 year ago
MODERATORS
 

Does anyone know how to auto-import playlists in #Navidrome ?

In my config I have set

MusicFolder = '/home/horn/Music'PlaylistsPath = './Playlist'AutoImportPlaylists = true

and in /home/horn/Music/Playlist/ there's a subfolder for each playlist containing FLAC files. For each playlist /home/horn/Music/Playlist/Foo/ there's also a /home/horn/Music/Playlist/Foo.m3u playlist file containing lines like /home/horn/Music/Playlist/Foo/FooArtist - FooSong.flac. However, those playlists don't show up in #Navidrome. What am I doing wrong?

@navidrome

top 1 comments
sorted by: hot top controversial new old
[–] tsdh@emacs.ch 3 points 10 months ago

@navidrome I've solved it. It has to be PlaylistsPath = 'Playlist' instead of PlaylistsPath = './Playlist'.

Well, I'd say "they are the same paths" but only the ./-less variant works.