navidrome: disable auto-import of .m3u playlists found in the library

ND_AUTOIMPORTPLAYLISTS defaults to true and was importing every .m3u it
found scanning the music folder (one per album from ripping software) as
a playlist -- 2059 of them, 1605 completely empty, hundreds duplicated.
Cleaned up the existing junk via the Subsonic API; this stops it from
coming back on the next scan.
This commit is contained in:
2026-09-13 00:35:54 +00:00
parent 4653e91f61
commit e4115dfda4
+1
View File
@@ -5,6 +5,7 @@ services:
restart: unless-stopped
environment:
- ND_MUSICFOLDER=/media/music/albums
- ND_AUTOIMPORTPLAYLISTS=false
- ND_LOGLEVEL=info
- ND_PORT=4533
- TZ=America/New_York