From d03099bb3619e4569444cc9db44124c51a6594bf Mon Sep 17 00:00:00 2001 From: TRaSH Date: Fri, 27 Aug 2021 16:52:49 +0200 Subject: [PATCH] Updated: Radarr - Recommended naming scheme - Changed: Minimal details + the irreplaceable data from [Quality Title] to [Quality Full] - Added: [CLICK TO EXPAND] to hidden examples. - Fixed: Formatting --- .../Radarr-recommended-naming-scheme.md | 30 +++++++++---------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/docs/Radarr/Radarr-recommended-naming-scheme.md b/docs/Radarr/Radarr-recommended-naming-scheme.md index 04891afbc..adcc2d171 100644 --- a/docs/Radarr/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/Radarr-recommended-naming-scheme.md @@ -28,7 +28,7 @@ RESULT: `The Movie Title (2010) Ultimate Extended Edition [imdb-tt0066921][Surround Sound x264][Bluray-1080p Proper][3D][HDR][10bit][x264][DTS 5.1]-EVOLVE` -??? info "If you do Anime" +??? info "If you do Anime - [CLICK TO EXPAND]" If you do Anime you might consider to add the `{MediaInfo AudioLanguages}` token to your naming scheme. @@ -41,14 +41,14 @@ RESULT: This naming scheme is made to be compatible with the [New Plex Agent](https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517){:target="_blank" rel="noopener noreferrer"} that now support IMDB and TMDB IDs in file names, if you don't need it or want it just remove `[imdb-{ImdbId}]` ```bash -{Movie CleanTitle} {(Release Year)} [imdb-{ImdbId}]{[Quality Title]}{[MediaInfo AudioCodec}{ MediaInfo AudioChannels]}{[MediaInfo VideoCodec]}{-Release Group} +{Movie CleanTitle} {(Release Year)} [imdb-{ImdbId}]{[Quality Full]}{[MediaInfo AudioCodec}{ MediaInfo AudioChannels]}{[MediaInfo VideoDynamicRange]}{[MediaInfo VideoCodec]}{-Release Group} ``` RESULT: -`The Movie Title (2010) [imdb-tt0066921][Bluray-1080p][DTS 5.1][x264]-EVOLVE` +`The Movie Title (2010) [imdb-tt0066921][Bluray-1080p Proper][DTS 5.1][HDR][x264]-EVOLVE` -!!! note +!!! note "" The officially supported format is `{imdb-{ImdbId}}` but plex also support `(imdb-{ImdbId})` or `[imdb-{ImdbId}]` what you can read [here](https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517){:target="_blank" rel="noopener noreferrer"}, though the above should work for now. IMDb IDs are going to be very accurate and rarely change, but they may be missing for some movies added to Radarr. TMDB IDs, on the other hand, do change or are removed more frequently, but Radarr will always have this ID for each movie. ------ @@ -69,6 +69,14 @@ The filename can be Obscured where the Release naming isn't especially when you ## Movie Folder Format +!!! danger "" + + ** Please note that folder names are created (in the database) whenever the movie is added to Radarr, and it may be missing or incorrect at that time and your folder would have a blank ID !!!** + + If you instead add it in the filename, the IMDb ID will be freshly pulled for any download or upgrade. + + Another potential negative of using it in the folder is that folder renames are complex, lengthy, and potentially destructive in Radarr compared to file renames. + ### Minimal needed and recommended ```bash @@ -84,22 +92,12 @@ RESULT: !!! note Keep in mind adding anything more after the release year could give issues during a fresh import in to Radarr, but it helps for movies that have the same release name and year. -!!! hint + **Radarr does supports iMDb ID and TMDb ID in the folder name.** - Radarr does supports iMDb ID and TMDb ID in the folder name. - - !!! quote "Quote From the a developer" + !!! quote "Quote From a developer" 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 -!!! warning - - ** Please note that folder names are created (in the database) whenever the movie is added to Radarr, and it may be missing or incorrect at that time and your folder would have a blank ID !!!** - - If you instead add it in the filename, the IMDb ID will be freshly pulled for any download or upgrade. - - Another potential negative of using it in the folder is that folder renames are complex, lengthy, and potentially destructive in Radarr compared to file renames. - ------ THNX: