@ -2088,11 +2088,6 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc.<
<h2id="standard-movie-format">Standard Movie Format<aclass="headerlink"href="#standard-movie-format"title="Permanent link"></a></h2>
<p>This naming scheme is made to be compatible with the <ahref="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>
<divclass="admonition caution">
<pclass="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>
<divclass="admonition caution">
<pclass="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.<
<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 <ahref="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/>
<h2id="original-title-vs-original-filename">Original Title vs Original Filename<aclass="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.<
@ -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>
<divclass="admonition note">
<pclass="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>