Manage your audio library with a powerful automation tool designed for Usenet and BitTorrent users. This application takes the hassle out of organizing your music by monitoring multiple RSS feeds for new releases from your favorite artists. Once an album drops, it automatically interfaces with your clients to grab, sort, and rename the files.
Key benefits include:
Keep your music perfectly curated and up to date without manual intervention.
services:
lidarr:
image: lscr.io/linuxserver/lidarr:latest
container_name: lidarr
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- ./config:/config
- ./music:/music
- ./downloads:/downloads
ports:
- 8686:8686
restart: unless-stopped# No sensitive credentials are required for the initial Lidarr setup.
# Authentication is handled via the web interface after the container starts.Auto-fetched about 22 hours ago
Auto-fetched about 22 hours ago