From 2230777429f55900ebcb9e8c7f2abbb0e04c9721 Mon Sep 17 00:00:00 2001 From: <> Date: Sat, 26 Nov 2022 11:01:21 +0000 Subject: [PATCH] Deployed 9c4e949d with MkDocs version: 1.4.2 --- .../index.html | 25 ++- search/search_index.json | 2 +- sitemap.xml | 170 +++++++++--------- sitemap.xml.gz | Bin 1023 -> 1022 bytes updates.txt | 8 + 5 files changed, 115 insertions(+), 90 deletions(-) diff --git a/Sonarr/Sonarr-recommended-naming-scheme/index.html b/Sonarr/Sonarr-recommended-naming-scheme/index.html index 3c56f1703..359fa5990 100644 --- a/Sonarr/Sonarr-recommended-naming-scheme/index.html +++ b/Sonarr/Sonarr-recommended-naming-scheme/index.html @@ -1016,11 +1016,18 @@ name your files?" First off, it's personal preference, but it's often recommende
If, for what ever reason, you ever need to do a re-install or re-import in the Starr Apps or Plex/Emby/Jellyfin it's nice to have all that info in the filename so it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.
-The Tokens not available in the release won't be used/shown.
+The Tokens not available in the release won't be used/shown.
+{Series TitleYear} - S{season:00}E{episode:00} - {Episode CleanTitle} [{Preferred Words }{Quality Full}]{[MediaInfo VideoDynamicRangeType]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{MediaInfo AudioLanguages}{[MediaInfo VideoCodec]}{-Release Group}
Sonarr V4 - Is now using Custom Formats instead of Release Profiles. Use the below naming scheme instead
+{Series TitleYear} - S{season:00}E{episode:00} - {Episode CleanTitle} [{Custom Formats }{Quality Full}]{[MediaInfo VideoDynamicRangeType]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{MediaInfo AudioLanguages}{[MediaInfo VideoCodec]}{-Release Group}
+
Single Episode:
@@ -1032,6 +1039,11 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.<{Series TitleYear} - {Air-Date} - {Episode CleanTitle} [{Preferred Words }{Quality Full}]{[MediaInfo VideoDynamicRangeType]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{MediaInfo AudioLanguages}{[MediaInfo VideoCodec]}{-Release Group}
Sonarr V4 - Is now using Custom Formats instead of Release Profiles. Use the below naming scheme instead
+{Series TitleYear} - {Air-Date} - {Episode CleanTitle} [{Custom Formats }{Quality Full}]{[MediaInfo VideoDynamicRangeType]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels]}{MediaInfo AudioLanguages}{[MediaInfo VideoCodec]}{-Release Group}
+
The Series Title! (2010) - 2013-10-30 - Episode Title 1 [AMZN WEBDL-1080p Proper][DV HDR10][DTS 5.1][x264]-RlsGrp
{Series TitleYear} - S{season:00}E{episode:00} - {absolute:000} - {Episode CleanTitle} [{Preferred Words }{Quality Full}]{[MediaInfo VideoDynamicRangeType]}[{MediaInfo VideoBitDepth}bit]{[MediaInfo VideoCodec]}[{Mediainfo AudioCodec} { Mediainfo AudioChannels}]{MediaInfo AudioLanguages}{-Release Group}
Sonarr V4 - Is now using Custom Formats instead of Release Profiles. Use the below naming scheme instead
+{Series TitleYear} - S{season:00}E{episode:00} - {absolute:000} - {Episode CleanTitle} [{Custom Formats }{Quality Full}]{[MediaInfo VideoDynamicRangeType]}[{MediaInfo VideoBitDepth}bit]{[MediaInfo VideoCodec]}[{Mediainfo AudioCodec} { Mediainfo AudioChannels}]{MediaInfo AudioLanguages}{-Release Group}
+
Single Episode:
@@ -1061,10 +1078,10 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.<RESULT:
The Series Title! (2010) [imdb-tt1520211]
For Jellyfin/Emby:
-{Series TitleYear} [imdbid-{ImdbId}]
+{Series TitleYear} [tvdbid-{TvdbId}]
RESULT:
-The Series Title! (2010) [imdbid-tt1520211]
+The Series Title! (2010) [tvdbid-tt1520211]
Tip
IMDb IDs are going to be very accurate and rarely change, TVDB/TMDB IDs, on the other hand, do change or are removed more frequently.
@@ -1106,7 +1123,7 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.<
Last update:
- September 24, 2022 16:33:52
+ November 26, 2022 10:45:02