* Update index.md
Added prerequisites for better understanding the following steps.
It should be clearer now that the user needs to create a scripts folder and has to select it inside the settings.
* Updated description for utilizing the scripts folder
Added prerequisites for better understanding the following steps.
It should be clearer now that the user needs to create a scripts folder and has to select it inside the settings.
2nd commit approach. I'm new to this stuff.
* Updated description for utilizing the scripts folder
Added prerequisites for better understanding the following steps.
It should be clearer now that the user needs to create a scripts folder and has to select it inside the settings.
3rd commit approach. I'm new to this stuff.
* feat(guides): Updated description for utilizing the scripts folder
Added prerequisites for better understanding the following steps.
It should be clearer now that the user needs to create a scripts folder and has to select it inside the settings.
4th commit approach. I'm new to this stuff.
* feat(guide): Added categories index
* Added: Categories index for Misc
* Added: Categories index for Downloaders
* Added: link to official upstream page
* Removed: un-existing link
* Replaced: include-markdown for Snippets Notation
* Moved: images to tips section because guide was moved
* Moved: Radarr remote path mapping guide to tips and setup redirect
* Added: Categories/Description index for Radarr
* Trying to improve the readability of the guide
* moved remote path mapping to tips section
* Categories/Description index + Trying to improve the readability of the guide
* Add: Sonarr rename your folder re-direct to Radarr
* Categories/Index description for Prowlarr
* Grammarly correction
* Categories/Index description for Lidarr
* Fixed: Wrong amount of left-padding spaces(want multiple of 4)
* Corrected: Inconsistency
* Categories/Index description for Bazarr + added external links
* Added: Warning that the scripts are scripts are community-provided and maintained
* Rename: TRaSH Sync to Guide sync tool
* Grammarly correction and `I` to `We`
* Added: Warning that the scripts are are community-provided and maintained
* Sorted ASC and added TrueNAS scale info
* Added: info to enable advanced view and click on the EDIT button
* Fix: MD012/no-multiple-blanks Multiple consecutive blank lines
Sabnzbd Version 4.0.0 (current beta) introduced a couple of input variables, that weren't available in the versions before.
This PR fixes the two scripts in the Guide, so they are compatible with earlier and V4+ versions
https://sabnzbd.org/wiki/scripts/pre-queue-scripts#toc3
Sabnzbd Version 4.0.0 (current beta) introduced a couple of input variables, that weren't available in the versions before.
This PR fixes the two scripts in the Guide, so they are compatible with earlier and V4+ versions
https://sabnzbd.org/wiki/scripts/pre-queue-scripts#toc3
This is a fix related to how NinjaCentral names their NZB files.
All their NZBs have a dash + four characters appended to the filename/name of the NZB.
A few examples:
-ASn1
-xm98
-ga2k
This reg-ex/reg-ex-replace works by removing that part only. I've had this reg-ex in my clean.py script for quite a long time, and haven't observed any negative effects with using this, with a lot of different NZB indexers simultaneously.
A reg-ex test:
https://regex101.com/r/fpsQqh/1