Automatically update MP3 tags using the Deezer API and other sources.
docker-compose up -dMain environment variables (set in your environment or docker-compose):
FIX_TAGS: Fix tags using Deezer (ISRC)FETCH_LYRICS: Fetch synchronized lyricsREMOVE_DUPLICATES: Remove duplicate filesFETCH_VIDEO_ARTWORK: Generate 720x720 artwork from Apple MusicFIX_GAIN: Normalize audio volumeANALYZE_ESSENTIA: Audio analysis with Essentia (mood tags)ORGANIZE_MP3: Organize MP3 files by artist/albumFIX_MP3_PERMISSION: Set organized MP3 + album/artist folders owner to 1000:1000
- Fix MP3 tags via Deezer (ISRC)
- High-quality artwork from Apple Music
- Synchronized lyrics
- Volume normalization (ReplayGain)
- Optional audio analysis (Essentia)
- Automatic library organization
- Automatic duplicate removal
- Real-time folder monitoring
- Ignores hidden folders
- SQLite database to avoid duplicate processing