* 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
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` `-s4n4` - and so on
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/KD8uqu/1