feat(guide): Sonarr move v4 from beta to main (#1712)

pull/1713/head
TRaSH 4 months ago committed by GitHub
parent 566d115c62
commit 674e7818a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

@ -1,3 +1,5 @@
{! include-markdown "../../includes/sonarrv3-eol.md" !}
# Release Profile RegEx (Anime)
!!! note

@ -1,3 +1,5 @@
{! include-markdown "../../includes/sonarrv3-eol.md" !}
# Release Profile RegEx (WEB-DL)
Sonarr V3 has a great feature called Release Profile.

@ -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:

@ -0,0 +1 @@
!!! warning "**Sonarr v3 - End Of Life**<br><br>As of December 30th 2023, Sonarr v4 has been officially released.<br>Sonarr v3 is therefore in End of Life status.<br>As v4 has now been released, there will be no further updates to the Sonarr v3 guide.<br>We recommend that all users upgrade to Sonarr v4.<br>This Sonarr v3 guide will be removed in a future guides update.<br><center><br>:bangbang: **Before updating to Sonarr v4** :bangbang:<br>it is recommended that you delete any existing Release Profiles</center><br>"

@ -1 +0,0 @@
!!! Danger "**DISCLAIMER**<br><br>The current Sonarr v4 branch is for dev and testing purposes internally only.<br>It is not supported nor officially released and still considered pre-alpha.<br>It is not advised to run pre-alpha software in a production environment.<br>Any issues encountered including glitches or data loss are not supported and you're on your own.<br><br>:warning: - What ever issue you find related to Sonarr **DO NOT** report it in Sonarr Discord. - :warning:<br><br>Any questions related to the guide can be asked in TRaSH-Guides Discord.<br><br>`perhaps` this disclaimer will be removed `soon(tm)`"
Loading…
Cancel
Save