diff --git a/README.md b/README.md index e6401b6..41242d8 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,35 @@ Container images are configured using parameters passed at runtime (such as thos ## Application Setup Access the webui at `:8080`, for more information check out [SABnzbd](https://sabnzbd.org/). + +# 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/configs :: Location of SMA configuration files
+/config/scripts/logs :: Location of SMA log files
+### Important SABNzbd Categories: +lidarr :: Automatically configured to post process using audio-pp.bash
+radarr :: Automatically configured to post process using radarr-pp.bash
+sonarr :: Automatically configured to post process using sonarr-pp.bash
+### Scripts included: +audio-pp.bash :: Automatically clean up downloaded audio files and convert to standardized format if desired
+radarr-pp.bash :: Verify incoming video files for required audio/subtitle languages and process with SMA if enabled
+sonarr-pp.bash :: Verify incoming video files for required audio/subtitle languages and process with SMA if enabled

+Scripts are hosted here: https://github.com/RandomNinjaAtk/sabnzbd-scripts +### Sickbeard MP4 Automater (SMA): +Configuration Files Location: /config/scritps/configs
+radarr-pp.ini:: SMA configuration for radarr-pp.bash
+sonarr-pp.ini :: SMA configuration for sonarr-pp.bash

+Log Files Location: /config/scritps/logs
+radarr-pp.log :: Log file for radarr-pp.bash
+sonarr-pp.log :: Log file for sonarr-pp.bash

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

+Hardware Acceleration:
+1. After container start, locate radarr-pp.ini or sonarr-pp.ini +1. Edit the `[Video]` options as specified below: + * vaapi + * Set video codec to: `h264vaapi` or `h265vaapi`