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
@navidrome I've solved it. It has to be
PlaylistsPath = 'Playlist'
instead ofPlaylistsPath = './Playlist'
.Well, I'd say "they are the same paths" but only the
./
-less variant works.