From 674e7818a199673b2dcde4b5a8a33a770b0ebefc Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 30 Dec 2023 19:47:38 +0100 Subject: [PATCH] feat(guide): Sonarr move v4 from beta to main (#1712) --- docs/Sonarr/.pages | 18 +++++++------- .../Sonarr-Release-Profile-RegEx-Anime.md | 2 ++ docs/Sonarr/Sonarr-Release-Profile-RegEx.md | 2 ++ .../Sonarr-recommended-naming-scheme.md | 24 +++---------------- includes/sonarrv3-eol.md | 1 + includes/sonarrv4-disclaimer.md | 1 - 6 files changed, 17 insertions(+), 31 deletions(-) create mode 100644 includes/sonarrv3-eol.md delete mode 100644 includes/sonarrv4-disclaimer.md diff --git a/docs/Sonarr/.pages b/docs/Sonarr/.pages index b287c6d25..08705172d 100644 --- a/docs/Sonarr/.pages +++ b/docs/Sonarr/.pages @@ -2,14 +2,14 @@ nav: - Home: index.md - Quality Settings (File Size): Sonarr-Quality-Settings-File-Size.md - Recommended naming scheme: Sonarr-recommended-naming-scheme.md - - Release Profile RegEx (WEB-DL): Sonarr-Release-Profile-RegEx.md - - Release Profile RegEx (Anime): Sonarr-Release-Profile-RegEx-Anime.md + - How to import Custom Formats: sonarr-import-custom-formats.md + - How to Update Custom Formats: sonarr-how-to-update-custom-formats.md + - How to setup Quality Profiles: sonarr-setup-quality-profiles.md + - How to setup Quality Profiles (Anime): sonarr-setup-quality-profiles-anime.md + - How to setup Quality Profiles (French): sonarr-setup-quality-profiles-french-en.md + - Collection of Custom Formats: sonarr-collection-of-custom-formats.md - Remote Path Mappings explained: Sonarr-remote-path-mapping.md - - Sonarr v4 Beta: - - How to import Custom Formats: sonarr-import-custom-formats.md - - How to Update Custom Formats: sonarr-how-to-update-custom-formats.md - - How to setup Quality Profiles: sonarr-setup-quality-profiles.md - - How to setup Quality Profiles (Anime): sonarr-setup-quality-profiles-anime.md - - How to setup Quality Profiles (French): sonarr-setup-quality-profiles-french-en.md - - Collection of Custom Formats: sonarr-collection-of-custom-formats.md + - Sonarr v3 (Legacy): + - Release Profile RegEx (WEB-DL): Sonarr-Release-Profile-RegEx.md + - Release Profile RegEx (Anime): Sonarr-Release-Profile-RegEx-Anime.md - Tips diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md index 5ee0a66bc..7a1ff2c2f 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md @@ -1,3 +1,5 @@ +{! include-markdown "../../includes/sonarrv3-eol.md" !} + # Release Profile RegEx (Anime) !!! note diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 961ffac56..446906597 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -1,3 +1,5 @@ +{! include-markdown "../../includes/sonarrv3-eol.md" !} + # Release Profile RegEx (WEB-DL) Sonarr V3 has a great feature called Release Profile. diff --git a/docs/Sonarr/Sonarr-recommended-naming-scheme.md b/docs/Sonarr/Sonarr-recommended-naming-scheme.md index 9f9a94967..b9d96b876 100644 --- a/docs/Sonarr/Sonarr-recommended-naming-scheme.md +++ b/docs/Sonarr/Sonarr-recommended-naming-scheme.md @@ -26,15 +26,9 @@ Once you clicked on the button it should look like this and you should see all t ## Standard Episode Format ```bash -{{ sonarr['naming']['sonarr-naming']['episodes']['standard']['default:3'] }} +{{ sonarr['naming']['sonarr-naming']['episodes']['standard']['default:4'] }} ``` -!!! warning "Sonarr V4 - Is now using Custom Formats instead of Release Profiles. Use the below naming scheme instead :warning:" - - ```bash - {{ sonarr['naming']['sonarr-naming']['episodes']['standard']['default:4'] }} - ``` - ??? abstract "RESULTS: - [Click to show/hide]" Single Episode: @@ -50,15 +44,9 @@ Once you clicked on the button it should look like this and you should see all t ## Daily Episode Format ```bash -{{ sonarr['naming']['sonarr-naming']['episodes']['daily']['default:3'] }} +{{ sonarr['naming']['sonarr-naming']['episodes']['daily']['default:4'] }} ``` -!!! warning "Sonarr V4 - Is now using Custom Formats instead of Release Profiles. Use the below naming scheme instead :warning:" - - ```bash - {{ sonarr['naming']['sonarr-naming']['episodes']['daily']['default:4'] }} - ``` - ??? abstract "RESULTS: - [Click to show/hide]" `The Series Title! (2010) - 2013-10-30 - Episode Title 1 [AMZN WEBDL-1080p Proper][DV HDR10][DTS 5.1][x264]-RlsGrp` @@ -68,15 +56,9 @@ Once you clicked on the button it should look like this and you should see all t ## Anime Episode Format ```bash -{{ sonarr['naming']['sonarr-naming']['episodes']['anime']['default:3'] }} +{{ sonarr['naming']['sonarr-naming']['episodes']['anime']['default:4'] }} ``` -!!! warning "Sonarr V4 - Is now using Custom Formats instead of Release Profiles. Use the below naming scheme instead :warning:" - - ```bash - {{ sonarr['naming']['sonarr-naming']['episodes']['anime']['default:4'] }} - ``` - ??? abstract "RESULTS: - [Click to show/hide]" Single Episode: diff --git a/includes/sonarrv3-eol.md b/includes/sonarrv3-eol.md new file mode 100644 index 000000000..9c9582394 --- /dev/null +++ b/includes/sonarrv3-eol.md @@ -0,0 +1 @@ +!!! warning "**Sonarr v3 - End Of Life**

As of December 30th 2023, Sonarr v4 has been officially released.
Sonarr v3 is therefore in End of Life status.
As v4 has now been released, there will be no further updates to the Sonarr v3 guide.
We recommend that all users upgrade to Sonarr v4.
This Sonarr v3 guide will be removed in a future guides update.

:bangbang: **Before updating to Sonarr v4** :bangbang:
it is recommended that you delete any existing Release Profiles

" diff --git a/includes/sonarrv4-disclaimer.md b/includes/sonarrv4-disclaimer.md deleted file mode 100644 index c73824abd..000000000 --- a/includes/sonarrv4-disclaimer.md +++ /dev/null @@ -1 +0,0 @@ -!!! Danger "**DISCLAIMER**

The current Sonarr v4 branch is for dev and testing purposes internally only.
It is not supported nor officially released and still considered pre-alpha.
It is not advised to run pre-alpha software in a production environment.
Any issues encountered including glitches or data loss are not supported and you're on your own.

:warning: - What ever issue you find related to Sonarr **DO NOT** report it in Sonarr Discord. - :warning:

Any questions related to the guide can be asked in TRaSH-Guides Discord.

`perhaps` this disclaimer will be removed `soon(tm)`"