From 419e82bd5428622bad6154251887a1875264eeb3 Mon Sep 17 00:00:00 2001 From: TRaSH Date: Sun, 10 Jan 2021 16:10:20 +0100 Subject: [PATCH] Update Radarr-recommended-naming-scheme.md - Added: info to add {MediaInfo AudioLanguages} token if you do anime --- docs/Radarr/V3/Radarr-recommended-naming-scheme.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/Radarr/V3/Radarr-recommended-naming-scheme.md b/docs/Radarr/V3/Radarr-recommended-naming-scheme.md index 983b1543f..287d553c7 100644 --- a/docs/Radarr/V3/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/V3/Radarr-recommended-naming-scheme.md @@ -24,6 +24,14 @@ 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" + + If you do Anime you might consider to add the `{MediaInfo AudioLanguages}` token to your naming scheme. + + ```bash + {Movie CleanTitle} {(Release Year)} {Edition Tags} [imdb-{ImdbId}]{[Custom Formats]}{[Quality Full]}{[MediaInfo 3D]}{[MediaInfo VideoDynamicRange]}[{Mediainfo VideoBitDepth}bit][{Mediainfo VideoCodec}]{[Mediainfo AudioCodec}{ Mediainfo AudioChannels}]{MediaInfo AudioLanguages}{-Release Group} + ``` + ### Minimal details + the irreplaceable data 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) that now support IMDB and TMDB IDs in file names, if you don't need it or want it just remove `[imdb-{ImdbId}]`