From 30504d60ad84c923f9884ee852f693d259a89413 Mon Sep 17 00:00:00 2001
From: <>
Date: Tue, 3 Jan 2023 21:28:45 +0000
Subject: [PATCH] Deployed 19f33257 with MkDocs version: 1.4.2
---
.../index.html | 53 ++++++++++++++++--
.../index.html | 17 +++---
.../index.html | 2 +-
search/search_index.json | 2 +-
sitemap.xml.gz | Bin 1033 -> 1033 bytes
updates.txt | 10 ++++
6 files changed, 68 insertions(+), 16 deletions(-)
diff --git a/Radarr/Radarr-recommended-naming-scheme/index.html b/Radarr/Radarr-recommended-naming-scheme/index.html
index e090c1e05..ce9ab3e51 100644
--- a/Radarr/Radarr-recommended-naming-scheme/index.html
+++ b/Radarr/Radarr-recommended-naming-scheme/index.html
@@ -263,6 +263,15 @@
Minimal needed and recommended
+
@@ -952,6 +961,15 @@
Minimal needed and recommended
+
@@ -988,6 +1006,13 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.<
The Movie Title (2010) {imdb-tt0066921} {edition-Ultimate Extended Edition} [IMAX HYBRID][Bluray-1080p Proper][3D][DV HDR10][DTS 5.1][x264]-EVOLVE
For Jellyfin/Emby:
+{Movie CleanTitle} {(Release Year)} {[imdbid-{ImdbId}]} - {Edition Tags }{[Custom Formats]}{[Quality Full]}{[MediaInfo 3D]}{[MediaInfo VideoDynamicRangeType]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels}][{Mediainfo VideoCodec}]{-Release Group}
+
The Movie Title (2010) [imdbid-tt0066921] {edition-Ultimate Extended Edition} [IMAX HYBRID][Bluray-1080p Proper][3D][DV HDR10][DTS 5.1][x264]-EVOLVE
If you do Anime
{Movie CleanTitle} {(Release Year)} {imdb-{ImdbId}} {edition-{Edition Tags}} {[Custom Formats]}{[Quality Full]}{[MediaInfo 3D]}{[MediaInfo VideoDynamicRangeType]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels}]{MediaInfo AudioLanguages}[{MediaInfo VideoBitDepth}bit][{Mediainfo VideoCodec}]{-Release Group}
The Movie Title (2010) {imdb-tt0066921} {edition-Ultimate Extended Edition} [Surround Sound x264][Bluray-1080p Proper][3D][DTS 5.1][DE][10bit][AVC]-EVOLVE
For Jellyfin/Emby:
+{Movie CleanTitle} {(Release Year)} {[imdbid-{ImdbId}]} - {Edition Tags }{[Custom Formats]}{[Quality Full]}{[MediaInfo 3D]}{[MediaInfo VideoDynamicRangeType]}{[Mediainfo AudioCodec}{ Mediainfo AudioChannels}]{MediaInfo AudioLanguages}[{MediaInfo VideoBitDepth}bit][{Mediainfo VideoCodec}]{-Release Group}
+
The Movie Title (2010) [imdbid-tt0066921] {edition-Ultimate Extended Edition} [Surround Sound x264][Bluray-1080p Proper][3D][DTS 5.1][DE][10bit][AVC]-EVOLVE
Another option is to use {Original Title}
rather than the recommeneded naming scheme outlined aboove. {Original Title}
will use the title of the release which will contain all of the information included in the release itself. The benefit of this naming scheme is to prevent download loops which can occur on import when there is a discrepancy in the release title compared to the contents of the file itself (for example, if the release title says DTS-ES but the contents are actually DTS). The downside is less flexibility with how the files are named.
TMDb is usually better as it guarantees a match, IMDb only gets matched if the TMDb entry has the correct IMDb ID association. We don't actually talk to IMDb.
+This naming scheme is made to be compatible with the new Plex TV Series Scanner that now support IMDB and TVDB IDs in file names.
+For Plex:
+{Movie CleanTitle} ({Release Year}) {imdb-{ImdbId}}
+
RESULT:
+The Movie Title (2010) {imdb-tt1520211}
For Jellyfin/Emby:
+{Movie CleanTitle} ({Release Year}) [imdbid-{ImdbId}]
+
RESULT:
+The Movie Title (2010) [imdbid-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.
+Thanks:
A big Thanks to fryfrog and rg9400 for the suggestions.
-Questions or Suggestions?
If you have questions or suggestions click the chat badge to join the Discord Support Channel where you can ask your questions directly and get live support.