lidarr-dl/radarr
2023-10-03 12:19:20 +00:00
..
AutoConfig.service Update AutoConfig.service 2023-09-15 04:24:22 -07:00
AutoExtras.service v1.5 - import functions 2023-07-20 11:05:45 +00:00
extended.conf Update extended.conf 2023-09-15 04:25:38 -07:00
Extras.bash v1.2 make configurable 2023-07-12 12:48:55 +00:00
InvalidMoviesAutoCleaner.bash v1.1 - Copy pasta fix... 2023-09-05 14:56:04 +00:00
naming.json Create naming.json 2023-07-09 11:31:52 -04:00
PlexNotify.bash v1.1 make configurable 2023-07-12 12:53:06 +00:00
readme.md Update readme.md 2023-07-14 10:41:03 +00:00
recyclarr.yaml Update recyclarr.yaml 2023-10-03 12:19:20 +00:00
scripts_init.bash Create scripts_init.bash 2023-07-09 10:55:47 -04:00
setup.bash recyclarr config overwrite bug fix... 2023-09-19 10:44:15 +00:00
sma.ini Create sma.ini 2023-07-09 11:32:52 -04:00
UnmappedFolderCleaner.bash Use universal functions 2023-07-20 11:08:44 +00:00

Requirements

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

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 and place it into the following folder: /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.

Features

  • Downloading Movie Trailers and Extras using online sources for use in popular applications (Plex/Kodi/Emby/Jellyfin):
    • Connects to Radarr to automatically download trailers for Movies in your existing library
    • Downloads videos using yt-dlp automatically
    • Names videos correctly to match Plex/Emby/Jellyfin naming convention
  • Auto Configure Radarr with optimized settings
    • Optimized file/folder naming (based on trash guides)
    • Configures media management settings
    • Configures metadata settings
  • Recyclarr built-in
    • Auto configures Custom Formats
    • Auto configures Custom Format Scores
    • Auto configures optimzed quality definitions
  • Plex Notify Script
    • Reduce Plex scanning by notifying Plex the exact folder to scan
  • Queue Cleaner Script
    • Automatically removes downloads that have a "warning" or "failed" status that will not auto-import into Radarr, which enables Radarr to automatically re-search for the Title

For more details, visit the Wiki

Plex Example

Credits