From 142f649b14d10286769e661db5f82fda5ba2b7ae Mon Sep 17 00:00:00 2001 From: nuxen <47067662+nuxencs@users.noreply.github.com> Date: Thu, 6 Apr 2023 00:39:39 +0200 Subject: [PATCH 1/2] fix(guide): unwanted CF scores --- docs/Radarr/Radarr-collection-of-custom-formats.md | 6 +++--- docs/Sonarr/sonarr-collection-of-custom-formats.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index 491ccf0e2..7c9bcc37c 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -898,7 +898,7 @@ I also made 3 guides related to this one. This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality. - You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` or even `-10000` + You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-10000`. !!! note @@ -1024,7 +1024,7 @@ I also made 3 guides related to this one. ??? question "DV (WEBDL) - [CLICK TO EXPAND]" This is a special Custom Format that block WEBDLs **with** Dolby Vision but **without** HDR10 fallback. - You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` or even `-10000` + You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-10000`. This Custom Format works together with the normal [DV](#dv) Custom Format that you can use to prefer Dolby Vision. @@ -1048,7 +1048,7 @@ I also made 3 guides related to this one. This group is often banned for the low quality Blu-ray releases, but their WEB-DLs are okay. - You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` or even `-10000` + You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-10000`. ??? example "JSON - [CLICK TO EXPAND]" diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index ca2fbd876..c1273dd4a 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -749,7 +749,7 @@ I also made 3 guides related to this one. This is a custom format to help Sonarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality. - You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` or even `-10000` + You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-10000`. !!! note @@ -942,7 +942,7 @@ I also made 3 guides related to this one. ??? question "DV (WEBDL) - [CLICK TO EXPAND]" This is a special Custom Format that block WEBDLs **with** Dolby Vision but **without** HDR10 fallback. - You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-1000` or even `-10000` + You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-10000`. This Custom Format works together with the normal [DV](#dv) Custom Format that you can use to prefer Dolby Vision. From f8a525c026fadae6a6a3f77e7e7e93db386159a5 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Thu, 6 Apr 2023 19:33:55 +0200 Subject: [PATCH 2/2] Update updates.txt --- docs/updates.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/docs/updates.txt b/docs/updates.txt index 34b6f7134..61fedf57d 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,18 @@ +# 2023-04-06 19:30 +**[New]** +- None + +**[Updated]** +- [Starr] Added RlsGrp `XEBEC` to CF `Web Tier 2`. +- [Radarr] Add RlsGrp `GPTHD` to `LQ` custom format. (filenames are improperly named, hardcoded Chinese subtitles) + +**[Fixed]** +- [Sonarr v4] Adjust the regex to account for episode titles. Fix the `SHO` CF wrongfully matching "Showtime" in the episode title. +- [Guide] (Starr) Correct the scores for some `Unwanted`/`Optional` CFs in the Guides. Change the scores in the Guides from `-1000` OR `-10000` to only `-10000`. +- [Guide] (Sonarr v4) Fixed proper description was still pointing to v3 regex. +- [Guide] (SABnzbd) Update breakdown path image - The SABnzbd path and categories has an outdated image that have caused some conflicting. +- [Guide] (SABnzbd) V4.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. + # 2023-03-27 19:00 **[New]** - None