Deployed 68c9266f with MkDocs version: 1.3.1

gh-pages
2 years ago
parent e27fada994
commit c8ca0038cd

@ -2088,11 +2088,6 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.<
<h2 id="standard-movie-format">Standard Movie Format<a class="headerlink" href="#standard-movie-format" title="Permanent link"></a></h2>
<p>This naming scheme is made to be compatible with the <a href="https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517">New Plex Agent</a> that now supports IMDb and TMDb IDs in filenames, if you don't need it or want it just remove <code>{imdb-{ImdbId}}</code></p>
<div class="admonition caution">
<p class="admonition-title">Starting from v4.0.0.5720, Radarr now supports recognizing Dolby Vision (DV) and High Dynamic Range (HDR) types.</p>
<p>If you're using a lower version replace:</p>
<p><code>{[MediaInfo VideoDynamicRangeType]}</code> with <code>{[MediaInfo VideoDynamicRange]}</code></p>
</div>
<div class="admonition caution">
<p class="admonition-title">Starting from v4.2.2.6489, Radarr now supports Plex Multiple Edition tags in naming.</p>
<p>If you're using a lower version or don't need it replace:</p>
<p><code>{edition-{Edition Tags}}</code> with <code>{Edition Tags}</code></p>
@ -2108,9 +2103,6 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.<
<div class="highlight"><pre><span></span><code><span class="o">{</span>Movie CleanTitle<span class="o">}</span> <span class="o">{(</span>Release Year<span class="o">)}</span> <span class="o">{</span>imdb-<span class="o">{</span>ImdbId<span class="o">}}</span> <span class="o">{</span>edition-<span class="o">{</span>Edition Tags<span class="o">}}</span> <span class="o">{[</span>Custom Formats<span class="o">]}{[</span>Quality Full<span class="o">]}{[</span>MediaInfo 3D<span class="o">]}{[</span>MediaInfo VideoDynamicRangeType<span class="o">]}{[</span>Mediainfo AudioCodec<span class="o">}{</span> Mediainfo AudioChannels<span class="o">}]{</span>MediaInfo AudioLanguages<span class="o">}[{</span>Mediainfo VideoCodec<span class="o">}]{</span>-Release Group<span class="o">}</span>
</code></pre></div>
</details>
<div class="admonition attention">
<p>The officially supported format is <code>{imdb-{ImdbId}}</code> and this is required in Radarr <code>v4.2.2.6489</code> and above to make the tags conditional. Plex also support <code>(imdb-{ImdbId})</code> or <code>[imdb-{ImdbId}]</code> which you can read <a href="https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517" rel="noopener noreferrer" target="_blank">here</a>, however Radarr will not treat these as conditional meaning a movie with no IMDb ID would have <code>(imdb-)</code> or <code>[imdb-]</code> in the name. 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.</p>
</div>
<hr />
<h2 id="original-title-vs-original-filename">Original Title vs Original Filename<a class="headerlink" href="#original-title-vs-original-filename" title="Permanent link"></a></h2>
<p>If you want to keep the original release name that holds all the info of the file then I suggest to use <code>{Original Title}</code> over <code>{Original Filename}</code></p>
@ -2159,7 +2151,7 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.<
<small>
Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">August 26, 2022 21:19:04</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">September 24, 2022 16:33:52</span>
</small>

@ -2154,11 +2154,6 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.<
<p>The Tokens not available in the release won't be used/shown.</p>
<hr />
<h2 id="standard-episode-format">Standard Episode Format<a class="headerlink" href="#standard-episode-format" title="Permanent link"></a></h2>
<div class="admonition caution">
<p class="admonition-title">Starting from v3.0.6.1431, Sonarr now supports recognizing Dolby Vision (DV) and High Dynamic Range (HDR) types. </p>
<p>If you're using a lower version replace:</p>
<p><code>{[MediaInfo VideoDynamicRangeType]}</code> with <code>{[MediaInfo VideoDynamicRange]}</code></p>
</div>
<div class="highlight"><pre><span></span><code><span class="o">{</span>Series TitleYear<span class="o">}</span> - S<span class="o">{</span>season:00<span class="o">}</span>E<span class="o">{</span>episode:00<span class="o">}</span> - <span class="o">{</span>Episode CleanTitle<span class="o">}</span> <span class="o">[{</span>Preferred Words <span class="o">}{</span>Quality Full<span class="o">}]{[</span>MediaInfo VideoDynamicRangeType<span class="o">]}{[</span>Mediainfo AudioCodec<span class="o">}{</span> Mediainfo AudioChannels<span class="o">]}{</span>MediaInfo AudioLanguages<span class="o">}{[</span>MediaInfo VideoCodec<span class="o">]}{</span>-Release Group<span class="o">}</span>
</code></pre></div>
<details class="summary">
@ -2200,10 +2195,6 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.<
</code></pre></div>
<p>RESULT:</p>
<p><code>The Series Title! (2010) [imdb-tt1520211]</code></p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>The officially supported format is <code>{imdb-{ImdbId}}</code> but Plex should also support <code>(imdb-{ImdbId})</code> or <code>[imdb-{ImdbId}]</code>, though the above should work for now, It's actually not needed to add an ID to the folder or filename to use the new Plex TV Series Scanner.</p>
</div>
<p>For Jellyfin/Emby:</p>
<div class="highlight"><pre><span></span><code><span class="o">{</span>Series TitleYear<span class="o">}</span> <span class="o">[</span>imdbid-<span class="o">{</span>ImdbId<span class="o">}]</span>
</code></pre></div>
@ -2252,7 +2243,7 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.<
<small>
Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">August 26, 2022 21:19:04</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">September 24, 2022 16:33:52</span>
</small>

File diff suppressed because one or more lines are too long

Binary file not shown.
Loading…
Cancel
Save