From e4115dfda49e6c00f59ce8af6fd6505b4dd0d5f6 Mon Sep 17 00:00:00 2001 From: poprhythm Date: Sun, 13 Sep 2026 00:35:54 +0000 Subject: [PATCH] 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. --- navidrome/docker-compose.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/navidrome/docker-compose.yaml b/navidrome/docker-compose.yaml index a943ea8..7af2cd9 100644 --- a/navidrome/docker-compose.yaml +++ b/navidrome/docker-compose.yaml @@ -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