Skip to content

Commit

Permalink
Deployed 1c94e94 with MkDocs version: 1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed Aug 27, 2023
1 parent f232832 commit a1b60e8
Show file tree
Hide file tree
Showing 48 changed files with 294 additions and 222 deletions.
67 changes: 38 additions & 29 deletions Radarr/Radarr-collection-of-custom-formats/index.html

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Sonarr/Sonarr-Release-Profile-RegEx/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3221,7 +3221,7 @@ <h4 id="optional-prefer-hdr">Optional - Prefer HDR<a class="headerlink" href="#o
<hr />
<h4 id="optional-prefer-dolby-vision">Optional - Prefer Dolby Vision<a class="headerlink" href="#optional-prefer-dolby-vision" title="Permanent link"></a></h4>
<p>Add this to your <code>Preferred (3)</code> with a score of [1500]</p>
<div class="highlight"><pre><span></span><code>/<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="w"> </span>.<span class="o">]</span>?vision<span class="o">)</span><span class="se">\b</span>/i
<div class="highlight"><pre><span></span><code>/<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="w"> </span>.<span class="o">]</span>?v<span class="o">(</span>ision<span class="o">)</span>?<span class="o">)</span><span class="se">\b</span>/i
</code></pre></div>
<hr />
<h4 id="optional-dislike-retags">Optional - Dislike retags<a class="headerlink" href="#optional-dislike-retags" title="Permanent link"></a></h4>
Expand Down Expand Up @@ -3301,7 +3301,7 @@ <h4 id="optional-ignore-dolby-vision-without-hdr10-fallback">Optional - Ignore D
<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>HDR<span class="p">|</span>HULU<span class="p">|</span>REMUX<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="w"> </span>.<span class="o">]</span>?Vision<span class="o">)</span><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="p">|</span>REMUX<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="w"> </span>.<span class="o">]</span>?V<span class="o">(</span>ision<span class="o">)</span>?<span class="o">)</span><span class="se">\b</span><span class="o">)</span>.*/i
</code></pre></div>
<hr />
<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>
Expand Down Expand Up @@ -3412,7 +3412,7 @@ <h2 id="final-results">Final Results<a class="headerlink" href="#final-results"
<small>

Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">August 16, 2023 16:50:06</span>
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">August 27, 2023 20:01:24</span>


</small>
Expand Down
85 changes: 56 additions & 29 deletions Sonarr/sonarr-collection-of-custom-formats/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion json/radarr/cf/2160p.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b|\\b(HLG)\\b"
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b|\\b(HLG)\\b"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/dv-fel.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/dv-hdr10.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/dv-hlg.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/dv-sdr.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/dv-webdl.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?V(ision)?)\\b"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions json/radarr/cf/dv.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
Expand All @@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/french-scene.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"negate": false,
"required": false,
"fields": {
"value": "^(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL|SUNRiSE)$"
"value": "^(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|S4LVE|SPINE|SPOiLER|STRINGERBELL|SUNRiSE)$"
}
},
{
Expand Down
18 changes: 18 additions & 0 deletions json/radarr/cf/french-web-tier-01.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
"value": "^(FCK)$"
}
},
{
"name": "FW",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(FW)$"
}
},
{
"name": "FoX",
"implementation": "ReleaseGroupSpecification",
Expand Down Expand Up @@ -114,6 +123,15 @@
"fields": {
"value": "^(T3KASHi)$"
}
},
{
"name": "TFA",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(TFA)$"
}
}
]
}
9 changes: 0 additions & 9 deletions json/radarr/cf/french-web-tier-02.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,6 @@
"value": "^(FUJiSAN)$"
}
},
{
"name": "FW",
"implementation": "ReleaseGroupSpecification",
"negate": false,
"required": false,
"fields": {
"value": "^(FW)$"
}
},
{
"name": "HANAMi",
"implementation": "ReleaseGroupSpecification",
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/hdr-undefined.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/hdr.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions json/radarr/cf/hdr10.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
Expand Down Expand Up @@ -58,7 +58,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions json/radarr/cf/hdr10plus-boost.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
Expand Down Expand Up @@ -59,7 +59,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
}
]
Expand Down
4 changes: 2 additions & 2 deletions json/radarr/cf/hdr10plus.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
Expand Down Expand Up @@ -59,7 +59,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/hlg.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/pq.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/sdr.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": true,
"required": false,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX|SICFoI)\\b|\\b(PQ)\\b|\\bHLG(\\b|\\d)"
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX|SICFoI)\\b|\\b(PQ)\\b|\\bHLG(\\b|\\d)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/sic.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
}
]
Expand Down
2 changes: 1 addition & 1 deletion json/radarr/cf/x265-no-hdrdv.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"negate": true,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision|hdr(10(P(lus)?)?)?|pq)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?|hdr(10(P(lus)?)?)?|pq)\\b"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/sonarr/cf/2160p.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b|\\b(HLG)\\b"
"value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?v(ision)?)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b|\\b(HLG)\\b"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/sonarr/cf/dv-fel.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/sonarr/cf/dv-hdr10.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"negate": false,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/sonarr/cf/dv-hlg.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/sonarr/cf/dv-sdr.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion json/sonarr/cf/dv-webdl.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
Expand Down
4 changes: 2 additions & 2 deletions json/sonarr/cf/dv.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"negate": false,
"required": true,
"fields": {
"value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
}
},
{
Expand All @@ -22,7 +22,7 @@
"negate": true,
"required": true,
"fields": {
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?Vision)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
"value": "^(?=.*\\b(DV|DoVi|Dolby[ .]?V(ision)?)\\b)(?=.*\\b(HDR(10)?(P(lus)?)?)\\b)"
}
},
{
Expand Down
9 changes: 9 additions & 0 deletions json/sonarr/cf/french-anime-tier-02.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
"value": "\\b(GundamGuy)\\b"
}
},
{
"name": "IssouCorp",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(IssouCorp)\\b"
}
},
{
"name": "KAF",
"implementation": "ReleaseTitleSpecification",
Expand Down
9 changes: 9 additions & 0 deletions json/sonarr/cf/french-anime-tier-03.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
"value": "\\b(HANAMi)\\b"
}
},
{
"name": "kazuizui",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(kazuizui)\\b"
}
},
{
"name": "KHAYA",
"implementation": "ReleaseTitleSpecification",
Expand Down
2 changes: 1 addition & 1 deletion json/sonarr/cf/french-scene.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"negate": false,
"required": false,
"fields": {
"value": "^(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SharpHD|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|SPINE|SPOiLER|STRINGERBELL|SUNRiSE)$"
"value": "^(SAFETY|SASHiMi|SEiGHT|SESKAPiLE|SharpHD|SHEEEiT|SHiNiGAMi(UHD)?|SiGeRiS|SILVIODANTE|SLEEPINGFOREST|SODAPOP|S4LVE|SPINE|SPOiLER|STRINGERBELL|SUNRiSE)$"
}
},
{
Expand Down
Loading

0 comments on commit a1b60e8

Please sign in to comment.