SABnzbd + sickbeard_mp4_automator (SMA) + audio/video scripts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
RandomNinjaAtk 446b8daa96
Update multi-arch-manifest.yaml
2 years ago
.github Create FUNDING.yml 4 years ago
hooks Create pre_build 2 years ago
root Update audio-pp.bash 2 years ago
LICENSE Initial commit 4 years ago
README.md Update README.md 2 years ago
amd64.dockerfile Update amd64.dockerfile 2 years ago
arm64v8.dockerfile Create arm64v8.dockerfile 2 years ago
multi-arch-manifest.yaml Update multi-arch-manifest.yaml 2 years ago

README.md

RandomNinjaAtk/sabnzbd-extended

Docker Build Docker Pulls Docker Stars Docker Hub Discord

This continer includes SABnzbd along with a set of post-processing scripts to enhance your SABnzbd usage

sabnzbd

This containers base image is provided by: linuxserver/sabnzbd

Supported Architectures

The architectures supported by this image are:

Architecture Tag
x86-64 amd64-latest

Version Tags

Tag Description
latest SAbnzbd + Extended Scripts + SMA

Parameters

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 8080 The port for the Sonarr webinterface
-e PUID=1000 for UserID - see below for explanation
-e PGID=1000 for GroupID - see below for explanation
-v /config Sabnzbd application files
-e AUDIO_FORMAT=FLAC FLAC or OPUS or MP3 or AAC or ALAC - converts lossless FLAC files to set format
-e AUDIO_BITRATE=320 Set to desired bitrate when converting to OPUS/MP3/AAC format types
-e AUDIO_VERIFY=TRUE TRUE = ENABLED, Verifies FLAC/MP3 files for errors (fixes MP3's, deletes bad FLAC files)
-e AUDIO_DSFA=TRUE TRUE = ENABLED :: Detects single file albums and mark download as failed if detected
-e AUDIO_REPLAYGAIN=FALSE TRUE = ENABLED, adds replaygain tags for compatible players (FLAC ONLY)
-e ReqauireLanguage=false true = enabled, disables/enables checking video audio/subtitle language based on VIDEO_LANG setting
-e VIDEO_LANG=eng Default: eng :: Set to required language (ISO 639-2 language code), if not found, will mark as failed
-e VIDEO_SMA=FALSE TRUE = Enabled :: Uses SMA to process incoming video files, update your configuration at: /config/scripts/configs/*-sma.ini
-e VIDEO_SMA_TAGGING=TRUE TRUE = Enabled :: Uses SMA to Tag MP4 files (Enabled SMA process: manual.py -a; Disabled SMA Process: manual.py -nt)

Application Setup

Access the webui at <your-ip>:8080, for more information check out SABnzbd.

Important Docker Information

Important Paths:

/config :: Location of SABnzbd aplication files
/config/scripts :: Location of SABnzbd post process script files (automatically mapped in SABnzbd)
/config/scripts/logs :: Location of script log files
/config/scritps/configs :: Location of config files

Important SABNzbd Configuration:

Folders Configuration:

  • Scripts Folder :: Set to: /config/scripts

Switches: Post processing

  • Pause Downloading During Post-Processing :: Highly recommended that you enable this setting to not overtask your system

Categories Configuration:

  • lidarr :: Add category and post processing script: audio-pp.bash
  • radarr :: Add category and post processing script: video-pp.bash
  • sonarr :: Add category and post processing script: video-pp.bash

Scripts/Files included:

audio-pp.bash :: Automatically clean up downloaded audio files and convert to standardized format if desired
video-pp.bash :: Verify incoming video files for required audio/subtitle languages and process with SMA if enabled

Sickbeard MP4 Automater (SMA):

Config Files Location: /config/scritps/configs

  • radarr-sma.ini :: config file for SMA (Applies to "radarr" category)
  • sonarr-sma.ini :: config file for SMA (Applies to "sonarr" category)

Log Files Location: /config/scritps/logs

  • sma.log :: Log file for SMA

For more detailed configuration info, visit: https://github.com/mdhiggins/sickbeard_mp4_automator

Hardware Acceleration:

  1. Set the video codec in SMA config file to: h264vaapi (h254) or h265vaapi (h265)