Lidarr is a music collection manager for Usenet and BitTorrent users. It can monitor multiple RSS feeds for new tracks from your favorite artists and will grab, sort and rename them. It can also be configured to automatically upgrade the quality of files already downloaded when a better quality format becomes available.
Lidarr-Automated-Downloader (LAD) is a open-source script that is integrated into this container
This containers base image is provided by: linuxserver/lidarr:preview
The architectures supported by this image are:
| Architecture | Tag |
|---|---|
| x86-64 | amd64-latest |
| Tag | Description |
|---|---|
| latest | Lidarr Nightly releases |
Container images are configured using parameters passed at runtime (such as those above). These parameters are separated by a colon and indicate <external>:<internal> respectively. For example, -p 8080:80 would expose port 80 from inside the container to be accessible from the host's IP on port 8080 outside the container.
| Parameter | Function |
|---|---|
-p 8686 | Application WebUI |
-e PUID=1000 | for UserID - see below for explanation |
-e PGID=1000 | for GroupID - see below for explanation |
-e TZ=Europe/London | Specify a timezone to use EG Europe/London. |
-e UMASK_SET=022 | control permissions of files and directories created by Lidarr. |
-v /config | Configuration files for Lidarr. |
-v /storage | Path to your download and music folder. (DO NOT DELETE, this is a required path) |
-e LidarrUrl="http://127.0.0.1:8686" | OPTIONAL :: Only needed if utilizing "URL Base" option |
-e DLMODE="wanted" | wanted or archive :: wanted mode processes Lidarr Wanted/Cutoff Album lists (TrackUpgrade must be enabled for Cutoff) :: archive mode downloads all albums for an aritst, no lidarr matching is used for importing, keeps everything... WARNING: When using archive mode, do not rename album folders or you will continuely re-download available albums... |
-e TRACKUPGRADE=false | true = Enabled :: Upgrades existing tracks to requested format. wanted mode is controlled by cutoff album list and archive mode is detected automatically. Recommend disabling for archive mode, unless your changing your format. |
-e UPDATE_LAD=FALSE | TRUE = Enabled :: updates LAD script from repo on startup |
-e UPDATE_DLCLIENT=FALSE | TRUE = Enabled :: updates DL Client application from repo on startup |
-e ENABLE_LAD=TRUE | TRUE = Enabled :: Runs LAD script automatically every 15 minutes via cronjob |
-e ARL_TOKEN="" | User token for dl client, for instructions to obtain token: https://notabug.org/RemixDevs/DeezloaderRemix/wiki/Login+via+userToken#how-do-i-get-my-usertoken |
-e CONCURRENCY=4 | Number of concurrent tracks to download via the client. Increasing can speed things up but is more resource intensive, lower is safer... |
-e VerifyTrackCount=true | true = enabled :: This will verify album track count vs dl track count, if tracks are found missing, it will skip import... |
-e amount=1000000000 | Maximum: 1000000000 :: Number of missing/cutoff albums to look for... |
-e quality=MP3 | SET TO: FLAC or MP3 or OPUS or AAC or ALAC |
-e ConversionBitrate=320 | FLAC -> OPUS/AAC will be converted using this bitrate |
-e ReplaygainTagging=false | TRUE = ENABLED :: adds replaygain tags for compatible players (FLAC ONLY) |
-e FolderPermissions=777 | Based on chmod linux permissions |
-e FilePermissions=666 | Based on chmod linux permissions |
-e DownLoadArtistArtwork=true | true = enabled :: Uses Lidarr Artist artwork first with a fallback using LAD as the source |
-e TagWithBeets=true | true = enabled :: enable beet tagging to improve matching accuracy |
-e RequireQuality=false | true = enabled :: skips importing files that do not match quality settings |
{Artist Name}{ (Artist Disambiguation)}{Artist Name}{ - ALBUM TYPE}{ - Release Year} - {Album Title}{ ( Album Disambiguation)}lrc,jpg,png| Parameter | Value |
|---|---|
| Name | Album Artwork Extractor |
| On Grab | No |
| On Release Import | Yes |
| On Upgrade | Yes |
| On Download Failure | No |
| On Import Failure | No |
| On Rename | Yes |
| On Track Retag | Yes |
| On Health Issue | No |
| Tags | leave blank |
| Path | /config/scripts/artwork.bash |
This script will extract the embedded file artwork and store it in the local ablum folder
Content type
Image
Digest
Size
435.5 MB
Last updated
over 6 years ago
docker pull bocki/lidarrladtest:arm64v8