- Changed the WEb Scene custom format score to 1600
- Updated the comment about why WEB scene has an increased score for V3 and V4 guides, and that it factors in the lack of score boost for not including a streaming service
- Updated Sonarr V3 guide to reflect V4 guide HD streaming service scores, and current repack/proper scores
- Updated CRAV streaming service crav.json for Sonarr to add consistent base score of 50
- Updated Sonarr streaming service includes to pull through JSON score
- Re-ordered includes by score > alphabetical
- Built and tested locally
Commit fb6b49f9 introduced a regression in the markdown lint workflow by
converting the inline configuration options to a `.markdownlint.jsonc`
file. However, this file is not used by the Ruby version of markdownlint
(which is used here). It is used by the Node version instead. The
correct file would have been `.mdlrc`.
This commit simply restores the inline options as they were before that
job was refactored out into its own file. This gets the lint logic
working again without much fuss.
- Empty the existing Recyclarr config guide pages and replace with the new link. This page is already subject to a redirect so won't been seen, but the original content now throws errors as the config files themselves are no longer in the TRaSH repo
- Removed Recyclarr config files from the TRaSH guides repo as they are now located in the Recyclarr repo.
- Added a README.md to inform users accessing via GitHub of the relocation