From a31865f422d3000f69755f7724950f7d50be0eda Mon Sep 17 00:00:00 2001 From: RandomNinjaAtk Date: Tue, 6 Sep 2022 14:37:36 -0400 Subject: [PATCH] Created AutoExtras.bash (markdown) --- AutoExtras.bash.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 AutoExtras.bash.md diff --git a/AutoExtras.bash.md b/AutoExtras.bash.md new file mode 100644 index 0000000..1048aa4 --- /dev/null +++ b/AutoExtras.bash.md @@ -0,0 +1,12 @@ +### Location: +/config/extended/scripts/AutoExtras.bash + +### Schedule +Runs after container start, and then every 6 hours... + +### Log File Location +/config/logs/AutoExtras.txt (Viewable from within Sonarr Web Interface, under "System" -> "Log Files") + +### Purpose: + +When "enableExtras" is enabled, this script will run in the background, processing all movies in Sonarr. It basically loops the Sonarr series list and process them using the Extras.bash script. So to get a complete view, review both AutoExtras.txt and Extras.txt log files... \ No newline at end of file