diff --git a/docs/Sonarr/.pages b/docs/Sonarr/.pages index 4f476fe18..5b80bcd82 100644 --- a/docs/Sonarr/.pages +++ b/docs/Sonarr/.pages @@ -5,4 +5,10 @@ nav: - Release Profile RegEx (WEB-DL): Sonarr-Release-Profile-RegEx.md - Release Profile RegEx (Anime): Sonarr-Release-Profile-RegEx-Anime.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 + - Collection of Custom Formats: sonarr-collection-of-custom-formats.md - Tips diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 1ac304614..ebcf93524 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -1,5 +1,3 @@ ---8<-- "includes/sonarrv4-disclaimer.md" - # Collection of Custom Formats Here I will try to list a collection of the most needed and commonly used Custom Formats. @@ -12,7 +10,7 @@ I also made 3 guides related to this one. - [How to import Custom Formats](/Sonarr/sonarr-import-custom-formats){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to import the Custom Formats. - [How to upgrade Custom Formats](/Sonarr/sonarr-how-to-update-custom-formats){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to upgrade your existing Custom Formats. -- [How to setup Custom Formats](/Sonarr/sonarr-setup-custom-formats){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to make the most use of Custom Formats and show some personal examples that I'm using. You can use these to get an idea on how to setup your own. +- [How to setup Quality Profiles](/Sonarr/sonarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to make the most use of Custom Formats and show some personal examples that I'm using. You can use these to get an idea on how to setup your own. !!! tip @@ -1093,7 +1091,7 @@ I also made 3 guides related to this one. ??? example "JSON - [CLICK TO EXPAND]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/scene.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/av1.json' %]][[% endfilter %]] ``` [TOP](#index) diff --git a/docs/Sonarr/sonarr-how-to-update-custom-formats.md b/docs/Sonarr/sonarr-how-to-update-custom-formats.md index 3cc2f1291..427c8483e 100644 --- a/docs/Sonarr/sonarr-how-to-update-custom-formats.md +++ b/docs/Sonarr/sonarr-how-to-update-custom-formats.md @@ -1,5 +1,3 @@ ---8<-- "includes/sonarrv4-disclaimer.md" - # How to update Custom Formats Here I will try to explain how you can manually update Custom Formats for Sonarr v3+, With any changes from the guide or changes provided to you from other sources, without losing the scoring in your Quality Profile. diff --git a/docs/Sonarr/sonarr-import-custom-formats.md b/docs/Sonarr/sonarr-import-custom-formats.md index 571ab151f..28be45c8d 100644 --- a/docs/Sonarr/sonarr-import-custom-formats.md +++ b/docs/Sonarr/sonarr-import-custom-formats.md @@ -1,5 +1,3 @@ ---8<-- "includes/sonarrv4-disclaimer.md" - # How to import Custom Formats Here I will try to explain how you can manually import Custom Formats for Sonarr v4+. diff --git a/docs/Sonarr/sonarr-setup-custom-formats-anime.md b/docs/Sonarr/sonarr-setup-quality-profiles-anime.md similarity index 98% rename from docs/Sonarr/sonarr-setup-custom-formats-anime.md rename to docs/Sonarr/sonarr-setup-quality-profiles-anime.md index 0337e4655..f6918b20c 100644 --- a/docs/Sonarr/sonarr-setup-custom-formats-anime.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles-anime.md @@ -1,6 +1,6 @@ ---8<-- "includes/sonarrv4-disclaimer.md" +# How to setup Quality Profiles -# How to setup Custom Formats (Anime) +*aka How to setup Custom Formats (Anime)*

!!! attention You must be running Sonarr V4 to be able to use this setup. diff --git a/docs/Sonarr/sonarr-setup-custom-formats.md b/docs/Sonarr/sonarr-setup-quality-profiles.md similarity index 95% rename from docs/Sonarr/sonarr-setup-custom-formats.md rename to docs/Sonarr/sonarr-setup-quality-profiles.md index 2a5a4b249..0e430b525 100644 --- a/docs/Sonarr/sonarr-setup-custom-formats.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles.md @@ -1,12 +1,13 @@ ---8<-- "includes/sonarrv4-disclaimer.md" +# How to setup Quality Profiles -# How to setup Custom Formats +*aka How to setup Custom Formats*

+So what's the best way to setup the Custom Formats and which ones to use with which scores to setup your quality profiles? -So what's the best way to setup the Custom Profiles and which one to use with which scores? +There isn't a best setup, it depends on your setup (hardware devices) and your own personal preferences. -There isn't a best setup, being that everyone has their own personal preferences. Some prefer high quality audio, others high quality video. Many prefer both. +Some prefer high quality audio (HD Audio), others high quality video. Many prefer both. -Here I will try to explain with some personal used examples how to make the most use of Custom Formats that you can use to get an idea how to setup yours. +Here I will try to explain how to make the most use of Custom Formats to help you to setup your quality profiles for your personal needs. --8<-- "includes/cf/score-attention.md" diff --git a/docs/updates.txt b/docs/updates.txt index 364e11ff4..e30d43a35 100644 --- a/docs/updates.txt +++ b/docs/updates.txt @@ -1,3 +1,12 @@ +# 2022-11-24 20:30 +*Sonarr v4 beta to Guide live #985* +**[Sonarr v4]** +- NEW: How to import Custom Formats. +- NEW: How to Update Custom Formats. +- NEW: How to setup Quality Profiles. +- NEW: How to setup Quality Profiles (Anime). +- NEW: Collection of Custom Formats. + # 2022-11-19 09:00 **[Sonarr]** - Added: Videoland + NLZIET streaming services. #973 diff --git a/includes/cf/sonarr-streaming-services.md b/includes/cf/sonarr-streaming-services.md index d41d1e36e..d1c824c1c 100644 --- a/includes/cf/sonarr-streaming-services.md +++ b/includes/cf/sonarr-streaming-services.md @@ -3,15 +3,17 @@ | --------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------- | | [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | {{ sonarr['cf']['amzn']['trash_score'] }} | {{ sonarr['cf']['amzn']['trash_id'] }} | | [{{ sonarr['cf']['atvp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atvp) | {{ sonarr['cf']['atvp']['trash_score'] }} | {{ sonarr['cf']['atvp']['trash_id'] }} | - | [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_score'] }} | {{ sonarr['cf']['sho']['trash_id'] }} | + | [{{ sonarr['cf']['dcu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dcu) | {{ sonarr['cf']['dcu']['trash_score'] }} | {{ sonarr['cf']['dcu']['trash_id'] }} | | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_score'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} | - | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_score'] }} | {{ sonarr['cf']['nf']['trash_id'] }} | - | [{{ sonarr['cf']['qibi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#qibi) | {{ sonarr['cf']['qibi']['trash_score'] }} | {{ sonarr['cf']['qibi']['trash_id'] }} | + | [{{ sonarr['cf']['hbo']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hbo) | {{ sonarr['cf']['hbo']['trash_score'] }} | {{ sonarr['cf']['hbo']['trash_id'] }} | | [{{ sonarr['cf']['hmax']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hmax) | {{ sonarr['cf']['hmax']['trash_score'] }} | {{ sonarr['cf']['hmax']['trash_id'] }} | | [{{ sonarr['cf']['hulu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hulu) | {{ sonarr['cf']['hulu']['trash_score'] }} | {{ sonarr['cf']['hulu']['trash_id'] }} | - | [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_score'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} | - | [{{ sonarr['cf']['dcu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dcu) | {{ sonarr['cf']['dcu']['trash_score'] }} | {{ sonarr['cf']['dcu']['trash_id'] }} | - | [{{ sonarr['cf']['hbo']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hbo) | {{ sonarr['cf']['hbo']['trash_score'] }} | {{ sonarr['cf']['hbo']['trash_id'] }} | - | [{{ sonarr['cf']['red']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_score'] }} | {{ sonarr['cf']['red']['trash_id'] }} | | [{{ sonarr['cf']['it']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#it) | {{ sonarr['cf']['it']['trash_score'] }} | {{ sonarr['cf']['it']['trash_id'] }} | + | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_score'] }} | {{ sonarr['cf']['nf']['trash_id'] }} | + | [{{ sonarr['cf']['nlz']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nlz) | {{ sonarr['cf']['nlz']['trash_score'] }} | {{ sonarr['cf']['nlz']['trash_id'] }} | + | [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_score'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} | | [{{ sonarr['cf']['pmtp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pmtp) | {{ sonarr['cf']['pmtp']['trash_score'] }} | {{ sonarr['cf']['pmtp']['trash_id'] }} | + | [{{ sonarr['cf']['qibi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#qibi) | {{ sonarr['cf']['qibi']['trash_score'] }} | {{ sonarr['cf']['qibi']['trash_id'] }} | + | [{{ sonarr['cf']['red']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_score'] }} | {{ sonarr['cf']['red']['trash_id'] }} | + | [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_score'] }} | {{ sonarr['cf']['sho']['trash_id'] }} | + | [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_score'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} | diff --git a/mkdocs.yml b/mkdocs.yml index 334c41079..d2d2e2684 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -81,6 +81,9 @@ plugins: Radarr/Radarr-setup-custom-formats.md: Radarr/radarr-setup-quality-profiles.md Radarr/radarr-setup-custom-formats-anime.md: Radarr/radarr-setup-quality-profiles-anime.md Radarr/radarr-setup-custom-formats-french.md: Radarr/radarr-setup-quality-profiles-french-en.md + # Sonarr redirects + Sonarr/sonarr-setup-custom-formats.md: Sonarr/sonarr-setup-quality-profiles.md + Sonarr/sonarr-setup-custom-formats-anime.md: Sonarr/sonarr-setup-quality-profiles-anime.md # How to old redirects How-to-setup-for/index.md: Hardlinks/How-to-setup-for/index.md How-to-setup-for/Docker.md: Hardlinks/How-to-setup-for/Docker.md