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