lidarr-dl/lidarr
2023-11-26 22:17:20 -05:00
..
legacy_unsupported Update BeetsPostProcessor.bash 2023-08-18 11:07:34 +00:00
ArtworkExtractor.bash v1.2 - bug fix for copy pasta, remove unused function 2023-09-09 11:56:28 -04:00
Audio.service.bash 2.23 - Clear freyr cache folder after download 2023-10-19 08:56:16 -04:00
AutoArtistAdder.bash v1.9 - Bug Fix for adding 2023-07-20 11:33:55 +00:00
AutoConfig.service.bash 3.1 - adjust Media Management defaults 2023-09-21 18:36:29 +00:00
beets-config-lidarr.yaml Update beets-config-lidarr.yaml 2023-09-22 12:06:27 +00:00
beets-config.yaml Update beets-config.yaml 2023-09-22 12:06:48 +00:00
beets-genre-whitelist.txt Create beets-genre-whitelist.txt 2023-09-08 17:21:28 +00:00
BeetsTagger.bash v1.8 - bug fix 2023-09-21 11:45:02 +00:00
deemix_config.json Create deemix_config.json 2023-07-13 06:46:08 -04:00
extended.conf Spelling and formatting 2023-11-26 10:19:53 -07:00
LyricExtractor.bash v1.5 - bug fix for copy pasta, remove unused function 2023-09-09 11:57:43 -04:00
PlexNotify.bash 1.1 - Logging Improvements, only scan the correct library 2023-07-20 16:17:51 +00:00
readme.md Merge pull request #119 from jasonpatrickellykrause/readme-formatting 2023-11-26 22:17:20 -05:00
scripts_init.bash Create scripts_init.bash 2023-07-09 15:30:26 -04:00
setup.bash Allow customizations to beets configs 2023-11-05 08:29:27 -05:00
sma.ini Create sma.ini 2023-07-09 15:35:20 -04:00
tidal-dl.json Create tidal-dl.json 2023-07-13 15:26:06 -04:00
TidalVideoDownloader.bash v1.9 - log file name bug fixes 2023-09-21 10:33:07 +00:00
UnmappedFilesCleaner.bash v1.3 - Use universal functions 2023-07-20 10:52:24 +00:00
Video.service.bash v3.5 - fix connection issues... 2023-09-21 11:08:00 +00:00

README

Requirements

Container: https://docs.linuxserver.io/images/docker-lidarr

Installation/setup

  1. Add 2 volumes to your container /custom-services.d and /custom-cont-init.d (do not map to the same local folder...) Docker Run Example: -v /path/to/preferred/local/folder-01:/custom-services.d -v /path/to/preferred/local/folder-02:/custom-cont-init.d
  2. Download the script_init.bash (Download Link) and place it into the following folder: -v /path/to/preferred/local/folder-02:/custom-cont-init.d
  3. Start your container and wait for the application to load
  4. Optional: Customize the configuration by modifying the following file /config/extended.conf
  5. Restart the container

Updating

Updating is a bit more combersum. To update, do the following:

  1. Download/update your local /config/extended.conf file with the latest options from: extended.conf
  2. Restart the container, wait for it to fully load the application.
  3. Restart the container again, for the new scripts to activate.

This configuration does its best to update everything automatically, but with how the core system is designed, the new scripts will not take affect until a second restart is completed because the container copies/uses the previous versions of the script for execution on the first restart.

Features

  • Downloading Music using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin):
    • Completely automated
    • Searches for downloads based on Lidarr's album missing & cutoff list
    • Downloads using a third party download client automatically
    • FLAC (lossless) / MP3 (320/128) / AAC (320/96) Download Quality
    • Can convert Downloaded FLAC files to preferred audio format and bitrate before import into Lidarr
    • Notifies Lidarr to automatically import downloaded files
    • Music is properly tagged and includes coverart before Lidarr Receives them
    • Can pre-match and tag files using Beets
    • Can add Replaygain tags to tracks
    • Can add top artists from online services
    • Can add artists related to your artists in your existing Library
    • Can notify Plex application to scan the individual artist folder after successful import, thus increasing the speed of Plex scanning and reducing overhead
  • Downloading Music Videos using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin):
    • Completely automated
    • Searches Lidarr Artists (musicbrainz) video recordings for videos to download
    • Saves videos in MKV format by default
    • Downloads using Highest available quality for both audio and video
    • Saves thumbnail of video locally for Plex/Kodi/Jellyfin/Emby usage
    • Embed subtitles if available matching desired language
    • Automatically Add Featured Music Video Artists to Lidarr
    • Writes metadata into Kodi/Jellyfin/Emby compliant NFO file
      • Tagged Data includes
        • Title (musicbrainz)
        • Year (upload year/release year)
        • Artist (Lidarr)
        • Thumbnail Image (service thumbnail image)
        • Artist Genere Tags (Lidarr)
    • Embeds metadata into Music Video file
      • Tagged Data includes
        • Title (musicbrainz)
        • Year (upload year/release year)
        • Artist (Lidarr)
        • Thumbnail Image (service thumbnail image)
        • Artist Genere Tags (Lidarr)
  • Queue Cleaner Script
    • Automatically removes downloads that have a "warning" or "failed" status that will not auto-import into Lidarr, which enables Lidarr to automatically re-search for the album
  • Unmapped Folder Cleaner Script
    • Automatically deletes folders that are not mapped in Lidarr

For more details, visit the Wiki

Audio & Video (Plex Example)

plex

Video Example (Kodi)

kodi

Credits