diff --git a/README.md b/README.md index f13645a..010f217 100644 --- a/README.md +++ b/README.md @@ -37,18 +37,13 @@ Container images are configured using parameters passed at runtime (such as thos | `-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 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 AUDIO_BEETSTAGGING=TRUE` | TRUE = ENABLED, use beets to tag files | -| `-e AUDIO_REQUIREBEETSTAGGING=false` | true = enabled :: skips importing files that could not be matched using beets (marks as failed) | | `-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=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 @@ -57,26 +52,21 @@ Access the webui at `:8080`, for more information check out [SABnzbd](h # Important Docker Information ### Important Paths: -/storage :: Root location for downloads, see additonal paths below
-/storage/downloads/sabnzbd/incomplete :: Automatically created on setup
-/storage/downloads/sabnzbd/complete :: Automatically created on setup
/config :: Location of SABnzbd aplication files
/config/scripts :: Location of SABnzbd post process script files (automatically mapped in SABnzbd)
/config/scripts/logs :: Location of SMA log files
/config/scritps/configs :: Location of config files
### Important SABNzbd Categories: -lidarr :: Automatically configured to post process using audio-pp.bash
-radarr :: Automatically configured to post process using video-pp.bash
-sonarr :: Automatically configured to post process using video-pp.bash
+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
-beets-config.yaml :: Beet config file for matching

-Scripts are hosted here: https://github.com/RandomNinjaAtk/sabnzbd-scripts ### Sickbeard MP4 Automater (SMA): Config Files Location: /config/scritps/configs
-* radarr-sma.ini :: config file for SMA -* sonarr-sma.ini :: config file for SMA +* 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