From 14976f1f825919ff1327c701f7cffca7eb31ff41 Mon Sep 17 00:00:00 2001 From: nuxen Date: Sat, 4 Feb 2023 13:10:34 +0100 Subject: [PATCH 1/5] feat(radarr): Edition naming reminder Added a reminder for the new edition naming scheme. --- docs/Radarr/Radarr-recommended-naming-scheme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/Radarr/Radarr-recommended-naming-scheme.md b/docs/Radarr/Radarr-recommended-naming-scheme.md index 8b0c35770..57c8d441c 100644 --- a/docs/Radarr/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/Radarr-recommended-naming-scheme.md @@ -23,6 +23,13 @@ This naming scheme is made to be compatible with the [New Plex Agent](https://fo `{edition-{Edition Tags}}` with `{Edition Tags}` + !!! danger "" + + Only use this if you are prepared to have movies separated by Edition in your merged Plex library. + + For example if you have the `Directors Cut` and the `Extended Edition` for + one movie, those will show up as two separate movies in your library. + ```bash {{ radarr['naming']['radarr-naming']['file']['default'] }} ``` From 89334eaf9c72492fee16a77a072f04c6ee496c42 Mon Sep 17 00:00:00 2001 From: nuxen Date: Sat, 4 Feb 2023 13:21:48 +0100 Subject: [PATCH 2/5] fix(naming): edition naming warning changed up the wording again, to make it clearer --- 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 57c8d441c..05146ad49 100644 --- a/docs/Radarr/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/Radarr-recommended-naming-scheme.md @@ -25,9 +25,9 @@ This naming scheme is made to be compatible with the [New Plex Agent](https://fo !!! danger "" - Only use this if you are prepared to have movies separated by Edition in your merged Plex library. + Only use `{edition-{Edition Tags}}` if you are prepared to have movies separated by edition in your merged Plex library. - For example if you have the `Directors Cut` and the `Extended Edition` for + For example if you have the `Directors Cut` and the `Extended Cut` for one movie, those will show up as two separate movies in your library. ```bash From 54ac1a33acb7048440909c1e5b3b45c3d3417d25 Mon Sep 17 00:00:00 2001 From: nuxen Date: Sat, 4 Feb 2023 13:36:46 +0100 Subject: [PATCH 3/5] fix(naming): added note for edition added a note for not using the recommended edition tag. --- docs/Radarr/Radarr-recommended-naming-scheme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/Radarr/Radarr-recommended-naming-scheme.md b/docs/Radarr/Radarr-recommended-naming-scheme.md index 05146ad49..f88a96e8c 100644 --- a/docs/Radarr/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/Radarr-recommended-naming-scheme.md @@ -25,11 +25,14 @@ This naming scheme is made to be compatible with the [New Plex Agent](https://fo !!! danger "" - Only use `{edition-{Edition Tags}}` if you are prepared to have movies separated by edition in your merged Plex library. + Only use `{edition-{Edition Tags}}` if you are prepared to have movies separated by edition + when using a merged Plex library - e.g., you keep both 1080p and 2160p versions of one movie. For example if you have the `Directors Cut` and the `Extended Cut` for one movie, those will show up as two separate movies in your library. + Note that not using `{edition-{Edition Tags}}` will prevent Plex for recognizing the edition. + ```bash {{ radarr['naming']['radarr-naming']['file']['default'] }} ``` From 48a5dfd25be00600fc784caefc36d01f2ae701ad Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Feb 2023 20:58:48 +0100 Subject: [PATCH 4/5] made it more daunting --- docs/Radarr/Radarr-recommended-naming-scheme.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/Radarr/Radarr-recommended-naming-scheme.md b/docs/Radarr/Radarr-recommended-naming-scheme.md index f88a96e8c..89f9e8511 100644 --- a/docs/Radarr/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/Radarr-recommended-naming-scheme.md @@ -23,15 +23,7 @@ This naming scheme is made to be compatible with the [New Plex Agent](https://fo `{edition-{Edition Tags}}` with `{Edition Tags}` - !!! danger "" - - Only use `{edition-{Edition Tags}}` if you are prepared to have movies separated by edition - when using a merged Plex library - e.g., you keep both 1080p and 2160p versions of one movie. - - For example if you have the `Directors Cut` and the `Extended Cut` for - one movie, those will show up as two separate movies in your library. - - Note that not using `{edition-{Edition Tags}}` will prevent Plex for recognizing the edition. + !!! danger "Only use `{edition-{Edition Tags}}` if you are prepared to have movies separated by edition
when using a merged Plex library - e.g., you keep both 1080p and 2160p versions of one movie.

For example if you have the `Directors Cut` and the `Extended Cut` for one movie, those will show up as two separate movies in your library.

Note that not using `{edition-{Edition Tags}}` will prevent Plex from recognizing the edition." ```bash {{ radarr['naming']['radarr-naming']['file']['default'] }} From 97026142b0385927d87c7c996353c26b8e613d53 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sat, 4 Feb 2023 21:02:26 +0100 Subject: [PATCH 5/5] Update updates.txt # 2023-02-04 21:15 --- docs/updates.txt | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/updates.txt b/docs/updates.txt index 8bd4ad6c9..5342a3f03 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,21 @@ +# 2023-02-04 21:15 +**[New]** +- [Guide- and Sonarr-FR] Added `ADN` and `Wakanim` streaming services to the French Anime section. +- [Sonarr-FR] Added Recyclarr French configs for both Web and Anime shows (both MULTi and VOSTFR configs). + +**[Updated]** +- [Guide-FR] Added Seiya to the Anime Acknowledgements as he is the one behind the most recents changes. +- [Guide-FR] Updated the French Anime section to include the streaming services. +- [Radarr-FR] Added `Tezcat74` to `FR Remux Tier 01`. +- [Radarr-FR] Moved `Zapax` to `FR Remux Tier 01`. +- [Radarr-FR] Moved `Obi` to `FR Remux Tier 02`. +- [Sonarr-FR] Updated `Good Job! Alexis` to include its other names. +- [Radarr] Added `MT` to the `LQ` CF because it is just a shortened name of `MTeam`. +- [Radarr - Naming Scheme] Make people aware of consequences when using the new edition naming format (`{edition-{Edition Tags}}`). + +**[Fixed]** +- [Guide-Anime] Fixed the double ")" for BiliBili. + # 2023-01-30 18:30 **[New]** - None