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.
81 lines
4.8 KiB
81 lines
4.8 KiB
# [RandomNinjaAtk/sabnzbd-extended](https://github.com/RandomNinjaAtk/docker-sabnzbd-extended)
|
|
|
|
This continer includes [SABnzbd](https://sabnzbd.org/) along with a set of post-processing scripts to enhance your SABnzbd usage
|
|
|
|
|
|
[![sabnzbd](https://raw.githubusercontent.com/RandomNinjaAtk/unraid-templates/master/randomninjaatk/img/sabnzbd-icon.png)](https://sabnzbd.org/)
|
|
|
|
This containers base image is provided by: [linuxserver/sabnzbd](https://github.com/linuxserver/docker-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 |
|
|
| `-v /storage` | Location of Downloads location |
|
|
| `-e UPDATE_EXT=TRUE` | TRUE = enabled :: Update scripts from git on container start |
|
|
| `-e UPDATE_SMA=FALSE` | TRUE = enabled :: Update scripts from git on container start |
|
|
| `-e AUDIO_FORMAT=FLAC` | FLAC or OPUS or MP3 or FDK-AAC or AAC or ALAC - converts lossless FLAC files to set format |
|
|
| `-e AUDIO_BITRATE=320` | Set to desired bitrate when converting to OPUS/MP3/FDK-AAC/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 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 configuraiton at: /config/scripts/configs/(radarr/sonarr)-pp.ini |
|
|
|
|
## Application Setup
|
|
|
|
Access the webui at `<your-ip>:8080`, for more information check out [SABnzbd](https://sabnzbd.org/).
|
|
|
|
# Important Docker Information
|
|
### Important Paths:
|
|
<strong>/storage</strong> :: Root location for downloads, see additonal paths below<br/>
|
|
<strong>/storage/downloads/sabnzbd/incomplete</strong> :: Automatically created on setup<br/>
|
|
<strong>/storage/downloads/sabnzbd/complete</strong> :: Automatically created on setup<br/>
|
|
<strong>/config</strong> :: Location of SABnzbd aplication files<br/>
|
|
<strong>/config/scripts</strong> :: Location of SABnzbd post process script files (automatically mapped in SABnzbd)<br/>
|
|
<strong>/config/scripts/configs</strong> :: Location of SMA configuration files<br/>
|
|
<strong>/config/scripts/logs</strong> :: Location of SMA log files<br/>
|
|
### Important SABNzbd Categories:
|
|
<strong>lidarr</strong> :: Automatically configured to post process using <strong>audio-pp.bash</strong><br/>
|
|
<strong>radarr</strong> :: Automatically configured to post process using <strong>radarr-pp.bash</strong><br/>
|
|
<strong>sonarr</strong> :: Automatically configured to post process using <strong>sonarr-pp.bash</strong><br/>
|
|
### Scripts included:
|
|
<strong>audio-pp.bash</strong> :: Automatically clean up downloaded audio files and convert to standardized format if desired<br/>
|
|
<strong>radarr-pp.bash</strong> :: Verify incoming video files for required audio/subtitle languages and process with SMA if enabled<br/>
|
|
<strong>sonarr-pp.bash</strong> :: Verify incoming video files for required audio/subtitle languages and process with SMA if enabled<br/><br/>
|
|
Scripts are hosted here: https://github.com/RandomNinjaAtk/sabnzbd-scripts
|
|
### Sickbeard MP4 Automater (SMA):
|
|
<strong>Configuration Files Location:</strong> /config/scritps/configs<br/>
|
|
<strong>radarr-pp.ini</strong>:: SMA configuration for radarr-pp.bash<br/>
|
|
<strong>sonarr-pp.ini</strong> :: SMA configuration for sonarr-pp.bash<br/><br/>
|
|
<strong>Log Files Location:</strong> /config/scritps/logs<br/>
|
|
<strong>radarr-pp.log</strong> :: Log file for radarr-pp.bash<br/>
|
|
<strong>sonarr-pp.log</strong> :: Log file for sonarr-pp.bash<br/><br/>
|
|
For more detailed configuration info, visit: https://github.com/mdhiggins/sickbeard_mp4_automator<br/><br/>
|
|
<strong>Hardware Acceleration:</strong><br/>
|
|
1. After container start, locate <strong>radarr-pp.ini</strong> or <strong>sonarr-pp.ini</strong>
|
|
1. Edit the `[Video]` options as specified below:
|
|
* vaapi
|
|
* Set video codec to: `h264vaapi` or `h265vaapi`
|