lidarr-dl/sonarr
RandomNinjaAtk 6277da3971
v1.5 - If non-daily series keep entire season worth of media
#105 

This change ignores your custom episode count for series that are not considered daily and keeps the number of episodes that match the latest season episode count. Which is likely more desirable for TV series that want to have a rolling episode count, to ensure you can pickup watching the series at any given time during the latest season and miss anything...
2023-11-04 14:44:55 -04:00
..
AutoConfig.service v1.8 - Only require episode title for bulk seasons 2023-10-23 20:03:59 -04:00
AutoExtras.service 1.6 - use univ functions 2023-07-20 11:11:36 +00:00
DailySeriesEpisodeTrimmer.bash v1.5 - If non-daily series keep entire season worth of media 2023-11-04 14:44:55 -04:00
extended.conf New sonarrSeriesEpisodeTrimmerTag 2023-11-02 11:14:50 +00:00
Extras.bash v1.9 bug fix 2023-08-11 15:41:26 +00:00
InvalidSeriesAutoCleaner.service 1.7 - univ functions 2023-07-20 11:15:41 +00:00
naming.json Remove Episode Title 2023-10-23 20:05:05 -04:00
PlexNotify.bash v1.3 - Make grep, same as last grep change... 2023-08-07 17:29:18 -04:00
readme.md Update readme.md 2023-10-19 04:54:49 -04:00
recyclarr.yaml Update recyclarr.yaml 2023-09-05 18:17:53 +00:00
scripts_init.bash Create scripts_init.bash 2023-07-07 15:42:11 -04:00
setup.bash Bug fix for missing Recyclarr script 2023-10-25 14:12:50 -04:00
sma.ini Create sma.ini 2023-07-08 13:38:02 -04:00
YoutubeSeriesDownloader.service 2.0 change SMA location 2023-08-11 15:40:40 +00:00

Sonarr

Requirements

Container: https://docs.linuxserver.io/images/docker-sonarr
Version Tag: develop (v4 is required for some of the features)

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: /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 TV Trailers and Extras using online sources for use in popular applications (Plex):
    • Connects to Sonarr to automatically download trailers for TV Series in your existing library
    • Downloads videos using yt-dlp automatically
    • Names videos correctly to match Plex naming convention
  • Auto Configure Sonarr with optimized settings
    • Optimized file/folder naming (based on trash guides)
    • Configures media management settings
    • Configures metadata settings
  • Daily Series Episode Trimmer
    • Keep only the latest 14 episodes of a daily series
  • Recyclarr built-in
    • Auto configures Release Profiles + 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 Sonarr, which enables Sonarr to automatically re-search for the Title
  • Youtube Series Downloader Script
    • Automatically downloads and imports episodes from Youtube.com for Sonarr series that have their network set as "Youtube"

For more details, visit the Wiki

Plex Example

Credits