Difference between revisions of "Settings Media Management"

From Servarr
(Undo revision 3365 by Bakerboy448 (talk))
Tag: Undo
Line 348: Line 348:
 
| {absolute:000}||001
 
| {absolute:000}||001
 
|}
 
|}
 +
==== Anime naming scheme====

Revision as of 03:54, 2 April 2021

Naming

Radarr

Commonly used naming schema are:

  • Standard Movie Format
{Movie Title} {(Release Year)} {Edition Tags} {[Quality Full]} {[MediaInfo 3D]} {[MediaInfo VideoDynamicRange]} [{MediaInfo VideoBitDepth}bit] {[MediaInfo VideoCodec]} {[MediaInfo AudioCodec}-{MediaInfo AudioChannels]}{MediaInfo AudioLanguages}{-Release Group} 

which would then output: The Movie Title! (2010) Ultimate Extended Edition [Bluray-1080p Proper] [3D] [HDR] [10bit] [x264] [DTS-5.1][DE]-EVOLVE. This allows critical data such as the group and Quality (source) to be maintained within the file name in case of database loss or corruption

  • Movie Folder Format

{Movie Title} ({Release Year}) {tmdb-{tmdbid}} {imdb-{imdbid}} which would then output: The Movie Title! (2010) {tmdb-345691} {imdb-tt0066921}

  • Rename Movies - If this is toggled off (no check in the box) Radarr will use the existing file name if renaming is disabled
  • Replace Illegal Characters - If this is toggled off (no check in the box) Radarr will replace illegal characters.
Example: \ # / $ * < > just to name a few
  • Colon (:) Replacement - This setting will dictate how Radarr handles colons within the movie file.
    This is only available when Replace Illegal Characters is toggled on (check in the box)
    • Delete - Self explanatory
      • Example: Movie,The.mkv -> MovieThe.mkv
    • Replace with Dash - Removes the colon and adds a dash in its place
      • Example: Movie,The.mkv -> Movie-The.mkv
    • Replace with Space - Removes the colon and adds a space in its place
      • Example: Movie,The.mkv -> Movie The.mkv
    • Replace with Space Dash Space - self explanatory
      • Example: Movie,The.mkv -> Movie - The.mkv
Standard Movie Format

Here you will select the naming convention for the actual movie files

  • Dropdown Box (upper right corner)
    • Left Box - Space Handling
      • Space ( ) - Use spaces in naming (Default)
      • Period (.) - Use periods in lieu of spaces in naming
      • Underscore (_) - Use underscores in lieu of spaces in naming
      • Dash (-) - Use dashes in lieu of spaces in naming
    • Right Box - Case Handling
      • Default Case - Make title uppercase and lowercase (~camelcase) (Default)
      • Uppercase - Make title all Uppercase
      • Lowercase - Make title all Lowercase
Movie Naming
Input Result
{Movie Title} Movie Name!
{Movie Title:DE} FileTitle
{Movie CleanTitle} Movie Name
{Movie TitleThe} Movie Name, The
{Movie OriginalTitle} Τίτλος ταινίας
{Movie TitleFirstCharacter} M
{Movie Collection} The Movie Collection
{Movie Certification} PG-13
{Release Year} 2020
Movie IDs
Input Result
{ImdbId} tt12345
{Tmdbid} 123456
Quality (Naming)
Input Result
{Quality Full} HDTV 720p Proper
{Quality Title} HDTV 720p
Media Info
Input Result
{MediaInfo Simple} x264 DTS
{MediaInfo Full} x264 DTS [EN+DE]
{MediaInfo VideoCodec} x264
{MediaInfo AudioCodec} DTS
{MediaInfo AudioChannels} 5.1
{MediaInfo AudioLanguages} [EN+DE]
{MediaInfo SubtitleLanguages} [EN]
{MediaInfo VideoCodec} x264
{MediaInfo VideoBitDepth} 8
{MediaInfo VideoDynamicRange} HDR
Release Group
Input Result
{Release Group} Rls Group
Edition
Input Result
{Edition Tags} IMAX
Custom Formats
Input Result
{Custom Formats} Surround Sound x264
Original
Input Result
{Original Title} Movie.Title.HDTV.x264.EVOLVE
{Original Filename} Movie.title.hdtv.x264.EVOLVE
  • Original Filename is not recommended. It is the literal original filename and may be obfuscated t1i0p3s7i8yuti.
  • Original Title is the release name is is what is suggested to be used.
Standard Movie Folder Format

This is where you will set the naming convention for the folder that contains the video file.

Movie Naming
Input Result
{Movie Title} Movie Name!
{Movie Title:DE} Filetitle
{Movie CleanTitle} Movie Name
{Movie TitleThe} Movie Name, The
{Movie OriginalTitle} Τίτλος ταινίας
{Movie TitleFirstCharacter} M
{Movie Collection} The Movie Collection
{Movie Certification} PG-13
{Release Year} 2020
Movie IDs
Input Result
{ImdbId} tt12345
{Tmdbid} 123456


Sonarr

  • Rename Episodes - If this is toggled off (no check in the box) Sonarr will use the existing file name if renaming is disabled
  • Replace Illegal Characters - If this is toggled off (no check in the box) Sonarr will replace illegal characters.
Example: \ # / $ * < > just to name a few
Standard Episode Format

Here you will select the naming convention for your episodes

  • Dropdown Box (upper right corner)
    • Left Box - Space Handling
      • Space ( ) - Use spaces in naming (Default)
      • Period (.) - Use periods in lieu of spaces in naming
      • Underscore (_) - Use underscores in lieu of spaces in naming
      • Dash (-) - Use dashes in lieu of spaces in naming
    • Right Box - Case Handling
      • Default Case - Make title uppercase and lowercase (~camelcase) (Default)
      • Uppercase - Make title all uppercase
      • Lowercase - Make title all lowercase
Series Naming
Input Result
{Series Title} Series Name!
{Series CleanTitleYear} Series Title 2010
{Series TitleFirstCharacter} S
{Series CleanTitle} Series Title
{Series TitleThe} Series Title, The
{Series TitleYear} Series Title (2010)
{Series Year} (2010)
Series IDs
Input Result
{ImdbId} tt12345
{Tmdbid} 123456
{TvMazeId} 54321
Seasons
Input Result
{season:0} 1
{season:00} 01
Episode
Input Result
{episode:0} 1
{episode:00} 01
Air Date
Input Result
{Air-Date} 2020-09-03
{Air Date} 2020 09 03
Episode Title
Input Result
{Episode Title} Episode Title
{Episode CleanTitle} Episode Title
Quality
Input Result
{Quality Full} HDTV 720p Proper
{Quality Title} HDTV 720p
Media Info
Input Result
{MediaInfo Simple} x264 DTS
{MediaInfo VideoCodec} x264
{MediaInfo AudioChannels} 5.1
{MediaInfo SubtitleLanguages} [EN]
{MediaInfo VideoBitDepth} 8
{MediaInfo Full} x264 DTS [EN+DE] *
{MediaInfo AudioCodec} DTS
{MediaInfo AudioLanguages} [EN+DE]
{MediaInfo VideoCodec} x264
{MediaInfo VideoDynamicRange} HDR
  • MediaInfo Full/AudioLanguages/SubtitleLanguages support a :EN+DE suffix allowing you to filter the languages included in the filename. Use -DE to exclude specific languages. Appending + (eg :EN+) will output [EN]/[EN+--]/[--] depending on excluded languages. For example {MediaInfo Full:EN+DE}.
Other
Input Result
{Release Group} Rls Grp
{Preferred Words} iNTERNAL
  • Preferred words will be the word or words that were the literal matches of any preferred words you have. The above example would be a preferred word of iNTERNAL or similarly a preferred word of /\b(amzn|amazon)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i would return AMZN or Amazon
Original
Input Result
{Original Title} Series.Title.S01E01.HDTV.x264.EVOLVE
{Original Filename} Series.title.s01e01hdtv.x264.EVOLVE
  • Original Filename is not recommended. It is the literal original filename and may be obfuscated t1i0p3s7i8yuti.
  • Original Title is the release name is is what is suggested to be used.
Daily Episode Format

Here you will select the naming convention for episodes that air daily

See Standard Episode Format

Anime Episode Format

Here you will select the naming convention for Anime series
Note: Typically anime is aired in an absolute order also known as production order. Usually this is shown as e001, e002...e104, e105 ect. When a series is set to use Anime this setting will pull the absolute order from TheTVDB which is usually one continuous season. An example of this can be seen here

All other settings are as above in the Standard Episode Format section

Absolute Episode Number
Input Result
{absolute:0} 1
{absolute:00} 01
{absolute:000} 001

Anime naming scheme