lidarr-dl/sabnzbd
RandomNinjaAtk bbbfa803a9
1.0 - Allows for single file MP3 imports
Deny any download that contains more than 1 mp3. This should hopefully only allow  MP3 files that contain chapters...
2023-07-19 14:22:48 +00:00
..
audio.bash v1.5 Make configurable 2023-07-12 12:21:59 +00:00
audiobook.bash 1.0 - Allows for single file MP3 imports 2023-07-19 14:22:48 +00:00
beets-config.yaml bugfix 2023-07-08 10:41:30 -04:00
extended.conf organize settings 2023-07-13 10:14:19 -04:00
readme.md Update readme.md 2023-07-13 10:46:03 -04:00
scripts_init.bash Create scripts_init.bash 2023-07-07 12:12:06 -04:00
setup.bash Update setup.bash 2023-07-19 11:23:30 +00:00
sma.ini Create sma.ini 2023-07-07 08:46:05 -04:00
video.bash v1.0.5 - make configurable 2023-07-12 12:20:21 +00:00

Requirements

Container: https://docs.linuxserver.io/images/docker-sabnzbd

Installation/setup

  1. Add volume to your container
    /custom-cont-init.d
    Docker Run Example:
    -v /path/to/preferred/local/directory:/custom-cont-init.d
  2. Download the script_init.bash 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. Add the /config/scripts folder to the "Scripts Folder" folder setting in SABnzbd
  6. Add video.bash or audio.bash script to the appropriate SABnzbd category

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.

Additional Information

For more details, visit the Wiki