Deployed 29c8fa3 with MkDocs version: 1.2.3

gh-pages
3 years ago
parent 6aed7373cd
commit bbc8ffadde

File diff suppressed because it is too large Load Diff

@ -527,26 +527,6 @@
Standard Movie Format
</a>
<nav class="md-nav" aria-label="Standard Movie Format">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#all-the-details" class="md-nav__link">
All the details
</a>
</li>
<li class="md-nav__item">
<a href="#minimal-details-the-irreplaceable-data" class="md-nav__link">
Minimal details + the irreplaceable data
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -2064,26 +2044,6 @@
Standard Movie Format
</a>
<nav class="md-nav" aria-label="Standard Movie Format">
<ul class="md-nav__list">
<li class="md-nav__item">
<a href="#all-the-details" class="md-nav__link">
All the details
</a>
</li>
<li class="md-nav__item">
<a href="#minimal-details-the-irreplaceable-data" class="md-nav__link">
Minimal details + the irreplaceable data
</a>
</li>
</ul>
</nav>
</li>
<li class="md-nav__item">
@ -2142,25 +2102,24 @@ 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-movie-format">Standard Movie Format<a class="headerlink" href="#standard-movie-format" title="Permanent link"></a></h2>
<h3 id="all-the-details">All the details<a class="headerlink" href="#all-the-details" title="Permanent link"></a></h3>
<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 support IMDB and TMDB IDs in file names, if you don't need it or want it just remove <code>[imdb-{ImdbId}]</code></p>
<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>Edition Tags<span class="o">}</span> <span class="o">[</span>imdb-<span class="o">{</span>ImdbId<span class="o">}]{[</span>Custom Formats<span class="o">]}{[</span>Quality Full<span class="o">]}{[</span>MediaInfo 3D<span class="o">]}{[</span>MediaInfo VideoDynamicRange<span class="o">]}[{</span>Mediainfo VideoBitDepth<span class="o">}</span>bit<span class="o">][{</span>Mediainfo VideoCodec<span class="o">}]{[</span>Mediainfo AudioCodec<span class="o">}{</span> Mediainfo AudioChannels<span class="o">}]{</span>-Release Group<span class="o">}</span>
<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="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>Edition Tags<span class="o">}</span> <span class="o">[</span>imdb-<span class="o">{</span>ImdbId<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 VideoCodec<span class="o">}]{</span>-Release Group<span class="o">}</span>
</code></pre></div>
<p>RESULT:</p>
<p><code>The Movie Title (2010) Ultimate Extended Edition [imdb-tt0066921][Surround Sound x264][Bluray-1080p Proper][3D][HDR][10bit][x264][DTS 5.1]-EVOLVE</code></p>
<details class="summary">
<summary>RESULTS: - [CLICK TO EXPAND]</summary>
<p><code>The Movie Title (2010) Ultimate Extended Edition [imdb-tt0066921][IMAX HYBRID][Bluray-1080p Proper][3D][DV HDR10][DTS 5.1][x264]-EVOLVE</code></p>
</details>
<details class="info">
<summary>If you do Anime - [CLICK TO EXPAND]</summary>
<p>If you do Anime you might consider to add the <code>{MediaInfo AudioLanguages}</code> token to your naming scheme.</p>
<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>Edition Tags<span class="o">}</span> <span class="o">[</span>imdb-<span class="o">{</span>ImdbId<span class="o">}]{[</span>Custom Formats<span class="o">]}{[</span>Quality Full<span class="o">]}{[</span>MediaInfo 3D<span class="o">]}{[</span>MediaInfo VideoDynamicRange<span class="o">]}[{</span>Mediainfo VideoBitDepth<span class="o">}</span>bit<span class="o">][{</span>Mediainfo VideoCodec<span class="o">}]{[</span>Mediainfo AudioCodec<span class="o">}{</span> Mediainfo AudioChannels<span class="o">}]{</span>MediaInfo AudioLanguages<span class="o">}{</span>-Release Group<span class="o">}</span>
<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>Edition Tags<span class="o">}</span> <span class="o">[</span>imdb-<span class="o">{</span>ImdbId<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>
<h3 id="minimal-details-the-irreplaceable-data">Minimal details + the irreplaceable data<a class="headerlink" href="#minimal-details-the-irreplaceable-data" title="Permanent link"></a></h3>
<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" rel="noopener noreferrer" target="_blank">New Plex Agent</a> that now support IMDB and TMDB IDs in file names, if you don't need it or want it just remove <code>[imdb-{ImdbId}]</code></p>
<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>Quality Full<span class="o">]}{[</span>MediaInfo AudioCodec<span class="o">}{</span> MediaInfo AudioChannels<span class="o">]}{[</span>MediaInfo VideoDynamicRange<span class="o">]}{[</span>MediaInfo VideoCodec<span class="o">]}{</span>-Release Group<span class="o">}</span>
</code></pre></div>
<p>RESULT:</p>
<p><code>The Movie Title (2010) [imdb-tt0066921][Bluray-1080p Proper][DTS 5.1][HDR][x264]-EVOLVE</code></p>
<div class="admonition note">
<div class="admonition attention">
<p>The officially supported format is <code>{imdb-{ImdbId}}</code> but plex also support <code>(imdb-{ImdbId})</code> or <code>[imdb-{ImdbId}]</code> what 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>, though the above should work for now. 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 />
@ -2207,7 +2166,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">December 26, 2021 16:08:48</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">January 6, 2022 21:37:34</span>
</small>

@ -2650,10 +2650,10 @@ create a new release profile specific for .su that uses the <a href="#optional-m
<h4 id="optional-ignore-dovi-for-webdl">Optional Ignore DoVi for WEBDL<a class="headerlink" href="#optional-ignore-dovi-for-webdl" title="Permanent link"></a></h4>
<details class="note">
<summary>WHY ? - [CLICK TO EXPAND]</summary>
<p>This is a RegEx that ignores DV for WEB-DL but allows for other sources. WEB-DL from Streaming Services don't have the fallback to HDR(10), What can results in weird playback issues like weird colors if you want to play it on a not DoVi compatible setup. Remuxes and Bluray have a fallback to HDR(10).</p>
<p>This is a RegEx that ignores DV that don't have the fallback to HDR10, What can results in playback issues like weird colors if you want to play it on a not Dolby Vision compatible setup.</p>
</details>
<p>Add this to your <code>Must not contain (2)</code></p>
<div class="highlight"><pre><span></span><code>/<span class="o">(</span>?<span class="o">=</span>.*<span class="se">\b</span><span class="o">(</span>dv<span class="p">|</span>dovi<span class="p">|</span>dolby<span class="o">[</span> .<span class="o">]</span>vision<span class="o">)</span><span class="se">\b</span><span class="o">)(</span>?<span class="o">=</span>.*<span class="o">(</span>WEB<span class="o">[</span>-_. <span class="o">]</span>?<span class="o">(</span>DL<span class="p">|</span>RIP<span class="o">)</span><span class="p">|</span><span class="se">\b</span>WEB<span class="se">\b</span><span class="o">))</span>/i
<div class="highlight"><pre><span></span><code>/^<span class="o">(</span>?!.*<span class="o">(</span>HDR<span class="p">|</span>HULU<span class="o">))(</span>?<span class="o">=</span>.*<span class="se">\b</span><span class="o">(</span>DV<span class="p">|</span>Dovi<span class="p">|</span>Dolby<span class="o">[</span>- .<span class="o">]</span>Vision<span class="o">)</span><span class="se">\b</span><span class="o">)</span>.*/i
</code></pre></div>
<h4 id="optional-ignore-the-group-scene">Optional Ignore the group -scene<a class="headerlink" href="#optional-ignore-the-group-scene" title="Permanent link"></a></h4>
<details class="note">
@ -2734,7 +2734,7 @@ create a new release profile specific for .su that uses the <a href="#optional-m
<small>
Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">December 28, 2021 20:48:12</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">January 7, 2022 22:28:19</span>
</small>

@ -2170,75 +2170,38 @@ 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>
<blockquote>
<p><strong>All the details</strong></p>
</blockquote>
<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 VideoDynamicRange<span class="o">]}[{</span>MediaInfo VideoBitDepth<span class="o">}</span>bit<span class="o">]{[</span>MediaInfo VideoCodec<span class="o">]}{[</span>Mediainfo AudioCodec<span class="o">}{</span> Mediainfo AudioChannels<span class="o">]}{</span>MediaInfo AudioLanguages<span class="o">}{</span>-Release Group<span class="o">}</span>
</code></pre></div>
<details class="summary">
<summary>RESULTS:</summary>
<p>Single Episode:</p>
<p><code>The Series Title! (2010) - S01E01 - Episode Title 1 [AMZN WEBDL-1080p Proper][HDR][10bit][x264][DTS 5.1]-RlsGrp</code></p>
<p>Multi Episode:</p>
<p><code>The Series Title! (2010) - S01E01-E02-E03 - Episode Title [AMZN WEBDL-1080p Proper][HDR][10bit][x264][DTS 5.1]-RlsGrp</code></p>
</details>
<blockquote>
<p><strong>Minimal details + the irreplaceable data</strong></p>
</blockquote>
<div class="highlight"><pre><span></span><code><span class="o">{</span>Series Title<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>Quality Title<span class="o">]}{[</span>MediaInfo AudioCodec<span class="o">}{</span> MediaInfo AudioChannels<span class="o">]}{[</span>MediaInfo VideoCodec<span class="o">]}{</span>-Release Group<span class="o">}</span>
<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">
<summary>RESULTS:</summary>
<summary>RESULTS: - [CLICK TO EXPAND]</summary>
<p>Single Episode:</p>
<p><code>The Series Title! S01E01 [HDTV-720p][DTS 5.1][x264]-RlsGrp</code></p>
<p><code>The Series Title! (2010) - S01E01 - Episode Title 1 [AMZN WEBDL-1080p Proper][DV HDR10][DTS 5.1][x264]-RlsGrp</code></p>
<p>Multi Episode:</p>
<p><code>The Series Title! S01E01-E02-E03 [HDTV-720p][DTS 5.1][x264]-RlsGrp</code></p>
<p><code>The Series Title! (2010) - S01E01-E02-E03 - Episode Title [AMZN WEBDL-1080p Proper][DV HDR10][DTS 5.1][x264]-RlsGrp</code></p>
</details>
<hr />
<h2 id="daily-episode-format">Daily Episode Format<a class="headerlink" href="#daily-episode-format" title="Permanent link"></a></h2>
<blockquote>
<p><strong>All the details</strong></p>
</blockquote>
<div class="highlight"><pre><span></span><code><span class="o">{</span>Series TitleYear<span class="o">}</span> - <span class="o">{</span>Air-Date<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 VideoDynamicRange<span class="o">]}[{</span>MediaInfo VideoBitDepth<span class="o">}</span>bit<span class="o">]{[</span>MediaInfo VideoCodec<span class="o">]}{[</span>Mediainfo AudioCodec<span class="o">}{</span> Mediainfo AudioChannels<span class="o">]}{</span>MediaInfo AudioLanguages<span class="o">}{</span>-Release Group<span class="o">}</span>
</code></pre></div>
<details class="summary">
<summary>RESULTS:</summary>
<p><code>The Series Title! (2010) - 2013-10-30 - Episode Title 1 [AMZN WEBDL-1080p Proper][HDR][10bit][x264][DTS 5.1]-RlsGrp</code></p>
</details>
<blockquote>
<p><strong>Minimal details + the irreplaceable data</strong></p>
</blockquote>
<div class="highlight"><pre><span></span><code><span class="o">{</span>Series Title<span class="o">}</span> - <span class="o">{</span>Air-Date<span class="o">}</span> - <span class="o">{</span>Episode CleanTitle<span class="o">}</span> <span class="o">{[</span>Quality Title<span class="o">]}{[</span>MediaInfo AudioCodec<span class="o">}{</span> MediaInfo AudioChannels<span class="o">]}{[</span>MediaInfo VideoCodec<span class="o">]}{</span>-Release Group<span class="o">}</span>
<div class="highlight"><pre><span></span><code><span class="o">{</span>Series TitleYear<span class="o">}</span> - <span class="o">{</span>Air-Date<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">
<summary>RESULTS:</summary>
<p><code>The Series Title! - 2013-10-30 - Episode Title 1 [HDTV-720p][DTS 5.1][x264]-RlsGrp</code></p>
<summary>RESULTS: - [CLICK TO EXPAND]</summary>
<p><code>The Series Title! (2010) - 2013-10-30 - Episode Title 1 [AMZN WEBDL-1080p Proper][DV HDR10][DTS 5.1][x264]-RlsGrp</code></p>
</details>
<hr />
<h2 id="anime-episode-format">Anime Episode Format<a class="headerlink" href="#anime-episode-format" title="Permanent link"></a></h2>
<blockquote>
<p><strong>All the details</strong></p>
</blockquote>
<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>absolute:000<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 VideoDynamicRange<span class="o">]}[{</span>MediaInfo VideoBitDepth<span class="o">}</span>bit<span class="o">]{[</span>MediaInfo VideoCodec<span class="o">]}[{</span>Mediainfo AudioCodec<span class="o">}</span> <span class="o">{</span> Mediainfo AudioChannels<span class="o">}]{</span>MediaInfo AudioLanguages<span class="o">}{</span>-Release Group<span class="o">}</span>
</code></pre></div>
<details class="summary">
<summary>RESULTS:</summary>
<p>Single Episode:</p>
<p><code>The Series Title! (2010) - S01E01 - 001 - Episode Title 1 [iNTERNAL HDTV-720p v2][HDR][10bit][x264][DTS 5.1][JA]-RlsGrp</code></p>
<p>Multi Episode:</p>
<p><code>The Series Title! (2010) - S01E01-E02-E03 - 001-002-003 - Episode Title [iNTERNAL HDTV-720p v2][HDR][10bit][x264][DTS 5.1][JA]-RlsGrp</code></p>
</details>
<blockquote>
<p><strong>Minimal details + the irreplaceable data</strong></p>
</blockquote>
<div class="highlight"><pre><span></span><code><span class="o">{</span>Series Title<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>absolute:000<span class="o">}</span> - <span class="o">{[</span>Quality Title<span class="o">]}[{</span>Mediainfo AudioCodec<span class="o">}</span> <span class="o">{</span> Mediainfo AudioChannels<span class="o">}]{[</span>MediaInfo VideoCodec<span class="o">]}{</span>-Release Group<span class="o">}</span>
<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>absolute:000<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 VideoBitDepth<span class="o">}</span>bit<span class="o">]{[</span>MediaInfo VideoCodec<span class="o">]}[{</span>Mediainfo AudioCodec<span class="o">}</span> <span class="o">{</span> Mediainfo AudioChannels<span class="o">}]{</span>MediaInfo AudioLanguages<span class="o">}{</span>-Release Group<span class="o">}</span>
</code></pre></div>
<details class="summary">
<summary>RESULTS:</summary>
<summary>RESULTS: - [CLICK TO EXPAND]</summary>
<p>Single Episode:</p>
<p><code>The Series Title! - S01E01 - 001 - [HDTV-720p][DTS 5.1][x264]-RlsGrp</code></p>
<p><code>The Series Title! (2010) - S01E01 - 001 - Episode Title 1 [iNTERNAL HDTV-720p v2][HDR10][10bit][x264][DTS 5.1][JA]-RlsGrp</code></p>
<p>Multi Episode:</p>
<p><code>The Series Title! - S01E01-E02-E03 - 001-002-003 - [HDTV-720p][DTS 5.1][x264]-RlsGrp</code></p>
<p><code>The Series Title! (2010) - S01E01-E02-E03 - 001-002-003 - Episode Title [iNTERNAL HDTV-720p v2][HDR10][10bit][x264][DTS 5.1][JA]-RlsGrp</code></p>
</details>
<hr />
<h3 id="series-folder-format">Series Folder Format<a class="headerlink" href="#series-folder-format" title="Permanent link"></a></h3>
@ -2301,7 +2264,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">December 26, 2021 16:08:48</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">January 6, 2022 21:37:42</span>
</small>

@ -1,25 +0,0 @@
{
"trash_id": "462c511637953269a9053d1ed1ffc3a5",
"trash_score": "950",
"name": "DoVi (SL)",
"includeCustomFormatWhenRenaming": true,
"specifications": [{
"name": "Dolby Vision (Single Layer)",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(sl[ .]dv|single[ .]layer[ .]dovi)\\b"
}
},
{
"name": "Remux",
"implementation": "QualityModifierSpecification",
"negate": false,
"required": true,
"fields": {
"value": 5
}
}
]
}

@ -1,26 +0,0 @@
{
"trash_id": "5d96ce331b98e077abb8ceb60553aa16",
"trash_score": "1000",
"name": "DoVi",
"includeCustomFormatWhenRenaming": true,
"specifications": [
{
"name": "Dolby Vision",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
"name": "DoVi-SL: Dolby Vision (Single Layer)",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(sl[ .]dv|single[ .]layer[ .]dovi)\\b"
}
}
]
}

@ -0,0 +1,35 @@
{
"trash_id": "e23edd2482476e595fb990b12e7c609c",
"trash_score": "1100",
"name": "DV HDR10",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
}
},
{
"name": "Not DV HLG",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
}
},
{
"name": "Not DV SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
}
}
]
}

@ -0,0 +1,35 @@
{
"trash_id": "55d53828b9d81cbe20b02efd00aa0efd",
"trash_score": "1000",
"name": "DV HLG",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DV HLG",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
}
},
{
"name": "not DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
}
},
{
"name": "Not DV SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
}
}
]
}

@ -0,0 +1,35 @@
{
"trash_id": "a3e19f8f627608af0211acd02bf89735",
"trash_score": "1000",
"name": "DV SDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DV SDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
}
},
{
"name": "Not DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
}
},
{
"name": "Not DV HLG",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
}
}
]
}

@ -1,7 +1,7 @@
{
"trash_id": "923b6abef9b17f937fab56cfcf89e1f1",
"trash_score": "-10000",
"name": "DoVi (WEBDL)",
"name": "DV (WEBDL)",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
@ -30,6 +30,24 @@
"fields": {
"value": 8
}
},
{
"name": "Group Exceptions",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(SIC|HULU)\\b"
}
},
{
"name": "DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
}
}
]
}

@ -0,0 +1,44 @@
{
"trash_id": "58d6a88f13e2db7f5059c41047876f00",
"trash_score": "1000",
"name": "DV",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "DV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
"name": "Not DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
}
},
{
"name": "Not DV HLG",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]HLG)\\b"
}
},
{
"name": "Not DV SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ ]SDR)\\b"
}
}
]
}

@ -23,25 +23,52 @@
}
},
{
"name": "HDR: HDR",
"name": "Not DV",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)"
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
"name": "DoVi: Dolby Vision",
"name": "Not HDR10+",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
"value": "\\bHDR10Plus|HDR10(\\b\\+)"
}
},
{
"name": "Not HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10(\\b[^+|Plus])"
}
},
{
"name": "Not PQ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(PQ)\\b"
}
},
{
"name": "Not HLG",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HLG)\\b"
}
},
{
"name": "SDR: SDR",
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,

@ -14,13 +14,58 @@
}
},
{
"name": "DoVi",
"name": "Not DV",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
"name": "Not HDR10+",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10Plus|HDR10(\\b\\+)"
}
},
{
"name": "Not HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10(\\b[^+|Plus])"
}
},
{
"name": "Not PQ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(PQ)\\b"
}
},
{
"name": "Not HLG",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HLG)\\b"
}
},
{
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR(\\b|\\d)"
}
}
]
}

@ -0,0 +1,62 @@
{
"trash_id": "dfb86d5941bc9075d6af23b09c2aeecd",
"trash_score": "875",
"name": "HDR10",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR10(\\b[^+|Plus])"
}
},
{
"name": "Not DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
}
},
{
"name": "Not HDR10+",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10Plus|HDR10(\\b\\+)"
}
},
{
"name": "Not PQ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(PQ)\\b"
}
},
{
"name": "Not HLG",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HLG)\\b"
}
},
{
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR(\\b|\\d)"
}
}
]
}

@ -0,0 +1,62 @@
{
"trash_id": "b974a6cd08c1066250f1f177d7aa1225",
"trash_score": "900",
"name": "HDR10+",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "HDR10+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR10Plus|HDR10(\\b\\+)"
}
},
{
"name": "Not DV HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(DV[ .]HDR10)\\b"
}
},
{
"name": "Not HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10(\\b[^+|Plus])"
}
},
{
"name": "Not PQ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(PQ)\\b"
}
},
{
"name": "Not HLG",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HLG)\\b"
}
},
{
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR(\\b|\\d)"
}
}
]
}

@ -0,0 +1,53 @@
{
"trash_id": "9364dd386c9b4a1100dde8264690add7",
"trash_score": "850",
"name": "HLG",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "HLG",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(HLG)\\b"
}
},
{
"name": "Not DV",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
"name": "Not HDR10+",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10Plus|HDR10(\\b\\+)"
}
},
{
"name": "Not HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10(\\b[^+|Plus])"
}
},
{
"name": "Not PQ",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(PQ)\\b"
}
}
]
}

@ -0,0 +1,62 @@
{
"trash_id": "08d6d8834ad9ec87b1dc7ec8148e7a1f",
"trash_score": "850",
"name": "PQ",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "PQ",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\b(PQ)\\b"
}
},
{
"name": "Not DV",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]vision)\\b"
}
},
{
"name": "Not HDR10+",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10Plus|HDR10(\\b\\+)"
}
},
{
"name": "Not HDR10",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bHDR10(\\b[^+|Plus])"
}
},
{
"name": "Not HLG",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\b(HLG)\\b"
}
},
{
"name": "Not SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR(\\b|\\d)"
}
}
]
}

@ -1,114 +0,0 @@
{
"trash_id": "fd7da02c647dd3f1b6757e150fffc5ff",
"name": "Streaming Services",
"includeCustomFormatWhenRenaming": false,
"specifications": [{
"name": "Amazon",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(amzn|amazon).?web.?(dl|rip)"
}
},
{
"name": "Netflix",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(nf|netflix).?web.?(dl|rip)"
}
},
{
"name": "AppleTV+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(atvp).?web.?(dl|rip)"
}
},
{
"name": "Disney+",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(dsnp|dsny|disney).?web.?(dl|rip)"
}
},
{
"name": "DCU",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(dcu).?web.?(dl|rip)"
}
},
{
"name": "HBO Max",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(hmax).?web.?(dl|rip)"
}
},
{
"name": "HBO",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(hbo).?web.?(dl|rip)"
}
},
{
"name": "Youtube Red",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(red).?web.?(dl|rip)"
}
},
{
"name": "Quibi",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(qibi).?web.?(dl|rip)"
}
},
{
"name": "iTunes",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(it).?web.?(dl|rip)"
}
},
{
"name": "Hulu",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(hulu).?web.?(dl|rip)"
}
},
{
"name": "Peacock",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "(pcok|peacock).?web.?(dl|rip)"
}
}
]
}

File diff suppressed because one or more lines are too long

Binary file not shown.
Loading…
Cancel
Save