Synchronized lyrics downloader for UGREEN NAS. Creates .lrc files via Docker.
1.3K

Der UGREEN NAS Lyrics Downloader ist ein leichtgewichtiges Docker-Paket für UGREEN NAS Systeme mit UGOS.
Das Tool durchsucht eine Musikbibliothek automatisch nach unterstützten Audiodateien und lädt passende Lyrics herunter. Synchronisierte Liedtexte werden als .lrc-Dateien direkt neben den Musikdateien gespeichert. Dadurch können Musik-Apps, Medienserver oder andere Tools die Liedtexte leichter erkennen und anzeigen.
.lrc-Datei direkt neben der Musikdatei.lrc-Dateien und überspringt sieDocker Pull:
docker pull railsimulatornet/ugreen-nas-lyrics-downloader:latest
Feste Version:
docker pull railsimulatornet/ugreen-nas-lyrics-downloader:1.0.0
services:
ugreen_lyrics_downloader:
image: railsimulatornet/ugreen-nas-lyrics-downloader:latest
container_name: ugreen_lyrics_downloader
user: "${PUID:-1000}:${PGID:-10}"
env_file:
- .env
volumes:
- ${HOST_MUSIC_DIR:-/volume1/Emby/Musik}:/music
- ./config:/config
- ./reports:/reports
restart: "no"
HOST_MUSIC_DIR=/volume1/Emby/Musik
PUID=1000
PGID=10
SCAN_INTERVAL_SECONDS=0
AUDIO_EXTENSIONS=.mp3,.flac,.m4a,.mp4,.ogg,.opus
REQUIRE_SYNCED_LYRICS=true
WRITE_PLAIN_AS_LRC=false
WRITE_SIDECAR_LRC=true
WRITE_EMBEDDED_TAGS=false
SKIP_EXISTING_LRC=true
TOUCH_AUDIO_ON_WRITE=true
DRY_RUN=false
REQUEST_DELAY_SECONDS=1.0
MAX_FILES_PER_RUN=0
SAVE_REPORT=true
REPORT_PATH=/reports/last_report.json
LOG_LEVEL=INFO
USER_AGENT=UGREEN-NAS-Lyrics-Downloader/1.0
/volume2/docker/UGREEN-NAS-Lyrics-Downloader.env anpassen.lrc-Dateien in der Musikbibliothek kontrollierenhttps://github.com/Railsimulatornet/UGREEN-NAS-Lyrics-Downloader
https://github.com/Railsimulatornet/UGREEN-NAS-Lyrics-Downloader/releases
UGREEN NAS Lyrics Downloader is a lightweight Docker package for UGREEN NAS systems running UGOS.
It scans a music library for supported audio files and automatically downloads matching lyrics. Synchronized lyrics are written as .lrc files directly next to the music files. This helps music apps, media servers and other tools detect and display lyrics more easily.
.lrc files directly next to the music file.lrc files and skips themDocker Pull:
docker pull railsimulatornet/ugreen-nas-lyrics-downloader:latest
Fixed version:
docker pull railsimulatornet/ugreen-nas-lyrics-downloader:1.0.0
services:
ugreen_lyrics_downloader:
image: railsimulatornet/ugreen-nas-lyrics-downloader:latest
container_name: ugreen_lyrics_downloader
user: "${PUID:-1000}:${PGID:-10}"
env_file:
- .env
volumes:
- ${HOST_MUSIC_DIR:-/volume1/Emby/Musik}:/music
- ./config:/config
- ./reports:/reports
restart: "no"
HOST_MUSIC_DIR=/volume1/Emby/Musik
PUID=1000
PGID=10
SCAN_INTERVAL_SECONDS=0
AUDIO_EXTENSIONS=.mp3,.flac,.m4a,.mp4,.ogg,.opus
REQUIRE_SYNCED_LYRICS=true
WRITE_PLAIN_AS_LRC=false
WRITE_SIDECAR_LRC=true
WRITE_EMBEDDED_TAGS=false
SKIP_EXISTING_LRC=true
TOUCH_AUDIO_ON_WRITE=true
DRY_RUN=false
REQUEST_DELAY_SECONDS=1.0
MAX_FILES_PER_RUN=0
SAVE_REPORT=true
REPORT_PATH=/reports/last_report.json
LOG_LEVEL=INFO
USER_AGENT=UGREEN-NAS-Lyrics-Downloader/1.0
/volume2/docker/UGREEN-NAS-Lyrics-Downloader.env.lrc files were created in the music libraryhttps://github.com/Railsimulatornet/UGREEN-NAS-Lyrics-Downloader
https://github.com/Railsimulatornet/UGREEN-NAS-Lyrics-Downloader/releases
Community project by Roman Glos.
Not an official UGREEN product.
Copyright (c) 2026 Roman Glos
Content type
Image
Digest
sha256:324502ffd…
Size
46.3 MB
Last updated
23 days ago
docker pull railsimulatornet/ugreen-nas-lyrics-downloader