Difference between revisions of "Settings Media Management"

From Servarr
(Blanked the page)
Tag: Blanking
Line 1: Line 1:
 +
== Editors Page for Media Management ==
  
 +
== Naming ==
 +
 +
=== Radarr Movie Naming ===
 +
<sectoin begin=radarr_movie_naming />
 +
''Note: Some of these settings are only visible through 'show advanced' settings which is on the top bar under the search bar''
 +
----
 +
 +
Commonly used naming schema are:
 +
* Standard Movie Format
 +
<code>{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}</code>
 +
which would then output: <code>The Movie Title! (2010) Ultimate Extended Edition [Bluray-1080p Proper] [3D] [HDR] [10bit] [x264] [DTS-5.1][DE]-EVOLVE</code>. 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
 +
<code>{Movie Title} ({Release Year}) {tmdb-{tmdbid}} {imdb-{imdbid}}</code>
 +
which would then output: <code>The Movie Title! (2010) {tmdb-345691} {imdb-tt0066921}</code>
 +
 +
* 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: <code>\</code> <code>#</code>  <code>/</code>  <code>$</code>  <code>*</code>  <code><</code>  <code>></code>  just to name a few
 +
* Colon (<code>:</code>) Replacement - This setting will dictate how Radarr handles colons within the movie file. <br> ''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 (<code> </code> ) - Use spaces in naming (Default)
 +
*** Period (<code>.</code>) - Use periods in lieu of spaces in naming
 +
*** Underscore (<code>_</code>) - Use underscores in lieu of spaces in naming
 +
*** Dash (<code>-</code>) - Use dashes in lieu of spaces in naming
 +
** Right Box - Case Handling
 +
*** Default Case - Make title upper and lower Case (~camelcase) (Default)
 +
*** Upper Case - Make title all upper case
 +
*** Lower Case - Make title all lower case
 +
====== Movie Naming ======
 +
{| class="wikitable"
 +
|-
 +
! Input !! Result
 +
|-
 +
| {Movie Title} || Movie Name!
 +
|-
 +
| {Movie TitleThe} || Movie Name, The
 +
|-
 +
| {Movie Collection} || The Movie Collection
 +
|-
 +
| {Release Year} || 2020
 +
|-
 +
| {Movie CleanTitle} || Movie Name
 +
|-
 +
| {Movie TitleFirstCharacter} || M
 +
|-
 +
| {Movie Certification} || PG-13
 +
|}
 +
 +
====== Movie IDs ======
 +
{| class ="wikitable"
 +
|-
 +
! Input !! Result
 +
|-
 +
| {ImdbId} || tt12345
 +
|-
 +
| {Tmdbid} || 123456
 +
|}
 +
====== Quality (Naming) ======
 +
{| class ="wikitable"
 +
|-
 +
! Input !! Result
 +
|-
 +
| {Quality Full} || HDTV 720p Proper
 +
|-
 +
| {Quality Title} || HDTV 720p
 +
|}
 +
 +
====== Media Info ======
 +
{| class ="wikitable"
 +
|-
 +
! 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
 +
|}
 +
 +
====== Edition ======
 +
{| class ="wikitable"
 +
|-
 +
! Input !! Result
 +
|-
 +
| {Edition Tags} || IMAX
 +
|}
 +
 +
====== Custom Formats ======
 +
{| class ="wikitable"
 +
|-
 +
! Input !! Result
 +
|-
 +
| {Custom Formats} || Surround Sound x264
 +
|}
 +
 +
====== Original ======
 +
{| class ="wikitable"
 +
|-
 +
! Input !! Result
 +
|-
 +
| {Original Title} || Movie.Title.HDTV.x264.EVOLVE
 +
|-
 +
| {Original Filename} || Movie.title.hdtv.x264.EVOLVE
 +
|}
 +
 +
===== Standard Movie Folder Format =====
 +
This is where you will set the naming convention for the folder that contains the video file
 +
====== Movie Naming ======
 +
{| class="wikitable"
 +
|-
 +
! Input !! Result
 +
|-
 +
| {Movie Title} || Movie Name!
 +
|-
 +
| {Movie TitleThe} || Movie Name, The
 +
|-
 +
| {Movie Collection} || The Movie Collection
 +
|-
 +
| {Release Year} || 2020
 +
|-
 +
| {Movie CleanTitle} || Movie Name
 +
|-
 +
| {Movie TitleFirstCharacter} || M
 +
|-
 +
| {Movie Certification} || PG-13
 +
|}
 +
====== Movie IDs ======
 +
{| class ="wikitable"
 +
|-
 +
! Input !! Result
 +
|-
 +
| {ImdbId} || tt12345
 +
|-
 +
| {Tmdbid} || 123456
 +
|}
 +
<section begin=radarr_movie_naming />
 +
=== Sonarr Episode Naming ===
 +
 +
 +
=== Lidarr Track Naming ===
 +
 +
 +
=== Readarr Book Naming ===
 +
 +
== Folders ==
 +
'''Uses template'''
 +
 +
{{Settings Media Management Folders}}

Revision as of 19:14, 10 September 2020

Editors Page for Media Management

Naming

Radarr Movie Naming

<sectoin begin=radarr_movie_naming /> Note: Some of these settings are only visible through 'show advanced' settings which is on the top bar under the search bar


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 upper and lower Case (~camelcase) (Default)
      • Upper Case - Make title all upper case
      • Lower Case - Make title all lower case
Movie Naming
Input Result
{Movie Title} Movie Name!
{Movie TitleThe} Movie Name, The
{Movie Collection} The Movie Collection
{Release Year} 2020
{Movie CleanTitle} Movie Name
{Movie TitleFirstCharacter} M
{Movie Certification} PG-13
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 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
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
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 TitleThe} Movie Name, The
{Movie Collection} The Movie Collection
{Release Year} 2020
{Movie CleanTitle} Movie Name
{Movie TitleFirstCharacter} M
{Movie Certification} PG-13
Movie IDs
Input Result
{ImdbId} tt12345
{Tmdbid} 123456

Sonarr Episode Naming

Lidarr Track Naming

Readarr Book Naming

Folders

Uses template

  • Create Empty Media folders - This will create an empty folder during disk scan
  • Delete Empty Folders - This will remove any empty folders during disk scan