From 4e4b34d8ea0d2f4afc4104f5091d7c21b2e15ed9 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 23 Apr 2023 09:21:16 +0200 Subject: [PATCH 1/9] Maintance-Release-20230423 # 2023-04-23 09:20 **[New]** - None **[Updated]** - None **[Fixed]** - None --- docs/updates.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/updates.txt b/docs/updates.txt index 018d093e4..bbce8a2cd 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,13 @@ +# 2023-04-23 09:20 +**[New]** +- None + +**[Updated]** +- None + +**[Fixed]** +- None + # 2023-04-20 21:35 **[New]** - None From 2516481827880554a2bed12ead0633355c3caf2b Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 23 Apr 2023 09:27:11 +0200 Subject: [PATCH 2/9] [Guide] Fixed typo --- docs/Radarr/Radarr-recommended-naming-scheme.md | 2 +- docs/Sonarr/Sonarr-recommended-naming-scheme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Radarr/Radarr-recommended-naming-scheme.md b/docs/Radarr/Radarr-recommended-naming-scheme.md index 89f9e8511..8c81003d2 100644 --- a/docs/Radarr/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/Radarr-recommended-naming-scheme.md @@ -67,7 +67,7 @@ For Jellyfin/Emby: ## Original Title vs Original Filename -Another option is to use `{Original Title}` rather than the recommeneded naming scheme outlined above. `{Original Title}` will use the title of the release which will contain all of the information included in the release itself. The benefit of this naming scheme is to prevent download loops which can occur on import when there is a discrepancy in the release title compared to the contents of the file itself (for example, if the release title says DTS-ES but the contents are actually DTS). The downside is less flexibility with how the files are named. +Another option is to use `{Original Title}` rather than the recommended naming scheme outlined above. `{Original Title}` will use the title of the release which will contain all of the information included in the release itself. The benefit of this naming scheme is to prevent download loops which can occur on import when there is a discrepancy in the release title compared to the contents of the file itself (for example, if the release title says DTS-ES but the contents are actually DTS). The downside is less flexibility with how the files are named. If using this alternate naming scheme I suggest using `{Original Title}` over `{Original Filename}` diff --git a/docs/Sonarr/Sonarr-recommended-naming-scheme.md b/docs/Sonarr/Sonarr-recommended-naming-scheme.md index 2af53ec75..9d8b40535 100644 --- a/docs/Sonarr/Sonarr-recommended-naming-scheme.md +++ b/docs/Sonarr/Sonarr-recommended-naming-scheme.md @@ -146,7 +146,7 @@ RESULTS: ## Original Title vs Original Filename -Another option is to use `{Original Title}` rather than the recommeneded naming scheme outlined above. `{Original Title}` will use the title of the release which will contain all of the information included in the release itself. The benefit of this naming scheme is to prevent download loops which can occur on import when there is a discrepancy in the release title compared to the contents of the file itself (for example, if the release title says DTS-ES but the contents are actually DTS). The downside is less flexibility with how the files are named. +Another option is to use `{Original Title}` rather than the recommended naming scheme outlined above. `{Original Title}` will use the title of the release which will contain all of the information included in the release itself. The benefit of this naming scheme is to prevent download loops which can occur on import when there is a discrepancy in the release title compared to the contents of the file itself (for example, if the release title says DTS-ES but the contents are actually DTS). The downside is less flexibility with how the files are named. If using this alternate naming scheme I suggest using `{Original Title}` over `{Original Filename}` From 87bdea70b189270d1ed595be367cd8152ff0552d Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 23 Apr 2023 09:27:42 +0200 Subject: [PATCH 3/9] [SQP-1] Improved readability --- docs/SQP/1.md | 5 ----- includes/sqp/1-qp-settings.md | 4 +++- 2 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/SQP/1.md b/docs/SQP/1.md index 13c860950..b248bdaf4 100644 --- a/docs/SQP/1.md +++ b/docs/SQP/1.md @@ -27,8 +27,3 @@ {! include-markdown "../../includes/sqp/1-quality-size.md" !} --8<-- "includes/support.md" - ------- - -[^1]: - If you're limited to public indexers then you could lower this score to 10. diff --git a/includes/sqp/1-qp-settings.md b/includes/sqp/1-qp-settings.md index c19b3a9e6..eb0017dba 100644 --- a/includes/sqp/1-qp-settings.md +++ b/includes/sqp/1-qp-settings.md @@ -2,9 +2,11 @@ - **Enable:** `Upgrades Allowed` - **Upgrade Until Quality:** `Bluray|WEB-1080p` -- **Minimum Custom Format Score:** `1000`[^1] +- **Minimum Custom Format Score:** `1000` *[1]* - **Upgrade Until Custom Format Score:** `10000` +!!! info "*[1]* If you're limited to public indexers or, not have access to the top tier indexers you might want to lower the `Minimum Custom Format Score` to 10." + ??? success "example - [CLICK TO EXPAND]" ![!Quality Profile Settings](/SQP/images/1-qp-settings.png) From 9f68698a657b4c1b2a18197c02afe7325e27c499 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 23 Apr 2023 10:29:04 +0200 Subject: [PATCH 4/9] Added extra placeholder for the original title --- docs/Radarr/Radarr-recommended-naming-scheme.md | 2 ++ docs/Sonarr/Sonarr-recommended-naming-scheme.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/Radarr/Radarr-recommended-naming-scheme.md b/docs/Radarr/Radarr-recommended-naming-scheme.md index 8c81003d2..613f5cb70 100644 --- a/docs/Radarr/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/Radarr-recommended-naming-scheme.md @@ -67,6 +67,8 @@ For Jellyfin/Emby: ## Original Title vs Original Filename +### Original Title + Another option is to use `{Original Title}` rather than the recommended naming scheme outlined above. `{Original Title}` will use the title of the release which will contain all of the information included in the release itself. The benefit of this naming scheme is to prevent download loops which can occur on import when there is a discrepancy in the release title compared to the contents of the file itself (for example, if the release title says DTS-ES but the contents are actually DTS). The downside is less flexibility with how the files are named. If using this alternate naming scheme I suggest using `{Original Title}` over `{Original Filename}` diff --git a/docs/Sonarr/Sonarr-recommended-naming-scheme.md b/docs/Sonarr/Sonarr-recommended-naming-scheme.md index 9d8b40535..8b5073556 100644 --- a/docs/Sonarr/Sonarr-recommended-naming-scheme.md +++ b/docs/Sonarr/Sonarr-recommended-naming-scheme.md @@ -146,6 +146,8 @@ RESULTS: ## Original Title vs Original Filename +### Original Title + Another option is to use `{Original Title}` rather than the recommended naming scheme outlined above. `{Original Title}` will use the title of the release which will contain all of the information included in the release itself. The benefit of this naming scheme is to prevent download loops which can occur on import when there is a discrepancy in the release title compared to the contents of the file itself (for example, if the release title says DTS-ES but the contents are actually DTS). The downside is less flexibility with how the files are named. If using this alternate naming scheme I suggest using `{Original Title}` over `{Original Filename}` From af213364a457a8223a5f5e97aadc879a0136cd19 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 23 Apr 2023 10:34:32 +0200 Subject: [PATCH 5/9] Removed old reference to HQ-xxx --- includes/cf/radarr-cf-hd-bluray-web-scoring.md | 2 -- includes/cf/radarr-cf-remux-web-scoring.md | 2 -- includes/cf/radarr-cf-uhd-bluray-web-scoring.md | 2 -- 3 files changed, 6 deletions(-) diff --git a/includes/cf/radarr-cf-hd-bluray-web-scoring.md b/includes/cf/radarr-cf-hd-bluray-web-scoring.md index 5004743bc..0d8d6b103 100644 --- a/includes/cf/radarr-cf-hd-bluray-web-scoring.md +++ b/includes/cf/radarr-cf-hd-bluray-web-scoring.md @@ -6,5 +6,3 @@ | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_score'] }} | {{ radarr['cf']['web-tier-01']['trash_id'] }} | | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_score'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} | | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | - - !!! Danger "- Don’t use HQ-xxx and Tiers together
- HD Bluray Tier 01-02 replaces HQ
- Web Tier 01-03 replaces HQ-WEBDL" diff --git a/includes/cf/radarr-cf-remux-web-scoring.md b/includes/cf/radarr-cf-remux-web-scoring.md index e7c9e453c..37332c92b 100644 --- a/includes/cf/radarr-cf-remux-web-scoring.md +++ b/includes/cf/radarr-cf-remux-web-scoring.md @@ -6,5 +6,3 @@ | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_score'] }} | {{ radarr['cf']['web-tier-01']['trash_id'] }} | | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_score'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} | | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | - - !!! Danger "- Don’t use HQ-xxx and Tiers together
- Remux Tier 01-02 replaces HQ-Remux
- Web Tier 01-03 replaces HQ-WEBDL" diff --git a/includes/cf/radarr-cf-uhd-bluray-web-scoring.md b/includes/cf/radarr-cf-uhd-bluray-web-scoring.md index 8d0f94feb..87e47e322 100644 --- a/includes/cf/radarr-cf-uhd-bluray-web-scoring.md +++ b/includes/cf/radarr-cf-uhd-bluray-web-scoring.md @@ -7,5 +7,3 @@ | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_score'] }} | {{ radarr['cf']['web-tier-01']['trash_id'] }} | | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_score'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} | | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_score'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | - - !!! Danger "- Don’t use HQ-xxx or UHD (xxx) and Tiers together
- Remux Tier 01-02 replaces HQ-Remux
- UHD Bluray Tier 01-03 replaces UHD (xxx)
- Web Tier 01-03 replaces HQ-WEBDL" From bcbd003891d5a63012599a82f03b22013c001171 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 23 Apr 2023 11:07:28 +0200 Subject: [PATCH 6/9] Updated: Radarr discord link --- docs/Radarr/Radarr-recommended-naming-scheme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Radarr/Radarr-recommended-naming-scheme.md b/docs/Radarr/Radarr-recommended-naming-scheme.md index 613f5cb70..4eaa43945 100644 --- a/docs/Radarr/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/Radarr-recommended-naming-scheme.md @@ -1,6 +1,6 @@ # Recommended naming scheme -On the [Radarr Discord](https://discord.gg/u3x3Kp8){:target="_blank" rel="noopener noreferrer"} people often ask, "What's the recommended/best way to +On the [Radarr Discord](https://radarr.video/discord){:target="_blank" rel="noopener noreferrer"} people often ask, "What's the recommended/best way to name your files?" First off, it's personal preference, but it's often recommended to add non-recoverable info. Why? @@ -87,7 +87,7 @@ The filename can be Obscured where the Release naming isn't, especially when you !!! danger "" - ** Please note that folder names are created (in the database) whenever the movie is added to Radarr, and it may be missing or incorrect at that time and your folder would have a blank ID!!!** + **Please note that folder names are created (in the database) whenever the movie is added to Radarr, and it may be missing or incorrect at that time and your folder would have a blank ID!!!** If you instead add it in the filename, the IMDb ID will be freshly pulled for any download or upgrade. From f201c6e9045599ce230580b1467ce67ceec660b1 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 23 Apr 2023 11:19:39 +0200 Subject: [PATCH 7/9] fixed consistent --- includes/sqp/1-qp-settings.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/sqp/1-qp-settings.md b/includes/sqp/1-qp-settings.md index eb0017dba..05e2bde9c 100644 --- a/includes/sqp/1-qp-settings.md +++ b/includes/sqp/1-qp-settings.md @@ -2,10 +2,10 @@ - **Enable:** `Upgrades Allowed` - **Upgrade Until Quality:** `Bluray|WEB-1080p` -- **Minimum Custom Format Score:** `1000` *[1]* +- **Minimum Custom Format Score:** `1000` (*1*) - **Upgrade Until Custom Format Score:** `10000` -!!! info "*[1]* If you're limited to public indexers or, not have access to the top tier indexers you might want to lower the `Minimum Custom Format Score` to 10." +!!! info "(*1*) If you're limited to public indexers or, not have access to the top tier indexers you might want to lower the `Minimum Custom Format Score` to 10." ??? success "example - [CLICK TO EXPAND]" ![!Quality Profile Settings](/SQP/images/1-qp-settings.png) From 47b1b4e72f4d5789fcc108efcb2ce9082151cef8 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 23 Apr 2023 14:58:51 +0200 Subject: [PATCH 8/9] Updated DV info for the ATV --- includes/cf/dv-info.md | 6 +++--- includes/cf/radarr-all-hdr-formats-dv-web.md | 2 ++ includes/cf/sonarr-all-hdr-formats-dv-web.md | 2 ++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/includes/cf/dv-info.md b/includes/cf/dv-info.md index 045c057da..244751638 100644 --- a/includes/cf/dv-info.md +++ b/includes/cf/dv-info.md @@ -4,6 +4,6 @@ - **Profile 7** (*2*) - This is what comes with UHD Bluray Remuxes and UHD BluRay releases.
*These files will play on an Nvidia Shield Pro (2019), but on most other players will revert to the HDR10 fallback.* - **Profile 8** (*3*) - This is what comes with (Hybrid) WEB-DL releases (HULU), Hybrid UHD Remux and UHD BluRay releases all of which have HDR10 fallback.
*This works with several mainstream media players.*
------ - - (*1*) *On an AppleTV, these do not reliably play with the Plex app but will work better with the third-party Infuse app. MP4 files tend to work better than MKV files, obviously MKV is preferable because of its support for lossless audio.*
**It has been confirmed that with the latest beta build of Plex, Profile 5 MKV files now play correctly ! on an AppleTV 4K 1st gen, files are direct streamed (not transcoded) to an MP4 container and play using the native AVPlayer instead of Plex’s MPV.**
- - (*2*) *Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7/8.* - - (*3*) *Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7/8, And will only play the HDR10 fallback.* (*although your TV will incorrectly say that it is playing DV*) + - (*1*) *On PLEX for AppleTV, It has been confirmed that with the latest build of Plex, Profile 5 MKV files now play correctly!*
*On an AppleTV 4K 1st gen and up, files are direct streamed (not transcoded) to an MP4 container and play using the native AVPlayer instead of Plex’s MPV.*
+ - (*2*) *Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.* + - (*3*) *On PLEX for AppleTV it won't deliver real Dolby Vision with Profile 8, And will only play the HDR10 fallback.*
***“although your TV will incorrectly say that it is playing DV”***.
*With infuse it will convert it on the fly to Profile 5 and deliver real Dolby Vision.*
***“Make sure you set the Extended Dolby Vision settings to Limited (prefer accuracy) - Convert P8 to P5 (when possible), and play other P8 as HDR (output will switch to either DoVi or HDR depending on the video)”***
diff --git a/includes/cf/radarr-all-hdr-formats-dv-web.md b/includes/cf/radarr-all-hdr-formats-dv-web.md index d3e6c70ed..1b80cc4b9 100644 --- a/includes/cf/radarr-all-hdr-formats-dv-web.md +++ b/includes/cf/radarr-all-hdr-formats-dv-web.md @@ -1,5 +1,7 @@ ??? abstract "All HDR Formats + DV (WEBDL) - [CLICK TO EXPAND]" + {! include-markdown "../../includes/cf/dv-info.md" !} + ![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png){ data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.
- If the Guide says ALL it means ALL. (Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+, else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).

All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible." } diff --git a/includes/cf/sonarr-all-hdr-formats-dv-web.md b/includes/cf/sonarr-all-hdr-formats-dv-web.md index af757e931..e2b1edfb0 100644 --- a/includes/cf/sonarr-all-hdr-formats-dv-web.md +++ b/includes/cf/sonarr-all-hdr-formats-dv-web.md @@ -1,5 +1,7 @@ ??? abstract "All HDR Formats + DV (WEBDL) - [CLICK TO EXPAND]" + {! include-markdown "../../includes/cf/dv-info.md" !} + ![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png){ data-title="Follow the flowchart, continue till you hit finished." data-description="- The yellow boxes match the Quality Profile on the right side of the Guide.
- If the Guide says ALL it means ALL. (Even if you have a TV/Hardware Media Player that can't handle for example DV or HDR10+, else you will limit yourself what you're able to get or get download loops, this also counts for the audio formats).

All the used scores and combination of Custom Formats in this Guide are tested to get the desired results and prevent download loops as much as possible." } From 86dd762a63fa155ac5561ddb1bbf510e708e2ffb Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 23 Apr 2023 23:03:40 +0200 Subject: [PATCH 9/9] Update updates.txt # 2023-04-23 23:05 --- docs/updates.txt | 29 +++++++++++++++++++++++++---- 1 file changed, 25 insertions(+), 4 deletions(-) diff --git a/docs/updates.txt b/docs/updates.txt index bbce8a2cd..b67a96a03 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,12 +1,33 @@ -# 2023-04-23 09:20 +# 2023-04-23 23:05 **[New]** -- None +- [Starr-FR] Added `VF2` CF +- [Starr-FR] Added French Sonarr 2160p Recyclarr configs +- [Starr-FR] Added French Radarr Recyclarr configs to the templates +- [Radarr] Add 'Vinegar Syndrome' to Radarr movie version includes **[Updated]** -- None +- [Guide - SQP-1] Improved readability. +- [Guide - Starr Naming scheme] Added extra placeholder for the original title. +- [Guide - Starr] Removed old reference to `HQ-xxx` in the `How to setup Quality Profiles`. +- [Guide - Starr] Updated DV info for the ATV. +- [Guide-FR] Updated wording on how to score VF audio CFs depending on preferences +- [Starr-FR] Updated groups CF to avoid double scoring +- [Starr-FR] Updated the Recyclarr configs to follow new changes around VF audio +- [Starr-FR] Added the `Vinegar Syndrome` CF to the Recyclarr configs +- [Sonarr-Anime-FR] Added `Aoi-Project` to FR Anime Tier 2 +- [Sonarr-Anime-FR] Added `Nagutos` to FR Anime Tier 2 **[Fixed]** -- None +- [Radarr] Fix double groups (e.g. KiNGS-BTW) matching both CFs - Changed group spec condition regex for most CFs that use it, to be more restrictive.. +- [Guide] Fixed several typo's and formatting. +- [Guide] Fixed Radarr discord link. +- [Guide] Fixed superscript consistent. +- [Starr-FR] Updated Recyclarr configs to support new system for v5 +- [Starr-FR] Update Recyclarr configs with missing SDR CF in Unwanted section +- [Sonarr-Anime-FR] Fixed Groupe Tier specification from `ReleaseGroupSpecification` to `ReleaseTitleSpecification` as anime naming is weird +- [Sonarr-Anime-FR] Fixed `Natsumi` naming to `Natsumi-no-Sekai` in FR Anime FanSUB +- [Recyclarr] Add `Pathe` streaming service to Radarr recyclarr configs +- [Recyclarr] Add missing `x265 (HD)` CF from some Radarr recyclarr configs # 2023-04-20 21:35 **[New]**