Deployed 9fdc7f94 with MkDocs version: 1.3.1

gh-pages
3 years ago
parent 6f0aaefd0f
commit ed4919b12b

@ -1006,6 +1006,13 @@
DV (WEBDL) DV (WEBDL)
</a> </a>
</li>
<li class="md-nav__item">
<a href="#bad-dual-groups" class="md-nav__link">
Bad Dual Groups
</a>
</li> </li>
</ul> </ul>
@ -3165,6 +3172,13 @@
DV (WEBDL) DV (WEBDL)
</a> </a>
</li>
<li class="md-nav__item">
<a href="#bad-dual-groups" class="md-nav__link">
Bad Dual Groups
</a>
</li> </li>
</ul> </ul>
@ -3552,6 +3566,13 @@ Special thanks to <a href="https://github.com/rg9400">rg9400</a>, <a href="https
<td></td> <td></td>
<td><a href="#ma">Movies Anywhere</a></td> <td><a href="#ma">Movies Anywhere</a></td>
</tr> </tr>
<tr>
<td></td>
<td><a href="#bad-dual-groups">Bad Dual Groups</a></td>
<td></td>
<td></td>
<td></td>
</tr>
</tbody> </tbody>
</table> </table>
<hr /> <hr />
@ -7446,6 +7467,188 @@ For example a lot of EVO releases end up stripping the group name, so they appea
</details> </details>
<p><sub><sup><a href="#index">TOP</a></sup></p> <p><sub><sup><a href="#index">TOP</a></sup></p>
<hr /> <hr />
<h3 id="bad-dual-groups">Bad Dual Groups<a class="headerlink" href="#bad-dual-groups" title="Permanent link"></a></h3>
<details class="faq">
<summary>Bad dual groups - [CLICK TO EXPAND]</summary>
<p>These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.</p>
</details>
<details class="example">
<summary>JSON - [CLICK TO EXPAND]</summary>
<div class="highlight"><pre><span></span><code><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;trash_id&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;b6832f586342ef70d9c128d40c07b872&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;trash_score&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;-10000&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;Bad Dual Groups&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;includeCustomFormatWhenRenaming&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;specifications&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">[</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;alfaHD&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-alfaHD)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;BAT&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-BAT)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;BNd&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-BNd)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;C.A.A&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-C.A.A)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;Cory&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-Cory)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;FF&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-FF)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;FOXX&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-FOXX)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;G4RiS&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-G4RiS)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;GUEIRA&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-GUEIRA)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;N3G4N&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-N3G4N)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;PD&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-PD)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;RiPER&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-RiPER)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;RK&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-RK)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;SiGLA&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-SiGLA)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;Tars&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-Tars)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;WTV&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-WTV)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;Yatogam1&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-Yatogam1)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">},</span><span class="w"></span>
<span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;name&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;YusukeFLA&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;implementation&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;ReleaseTitleSpecification&quot;</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;negate&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;required&quot;</span><span class="p">:</span><span class="w"> </span><span class="kc">false</span><span class="p">,</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;fields&quot;</span><span class="p">:</span><span class="w"> </span><span class="p">{</span><span class="w"></span>
<span class="w"> </span><span class="nt">&quot;value&quot;</span><span class="p">:</span><span class="w"> </span><span class="s2">&quot;\\b(-YusukeFLA)\\b&quot;</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">}</span><span class="w"></span>
<span class="w"> </span><span class="p">]</span><span class="w"></span>
<span class="p">}</span><span class="w"></span>
</code></pre></div>
</details>
<p><sub><sup><a href="#index">TOP</a></sup></p>
<hr />
<h2 id="misc">Misc<a class="headerlink" href="#misc" title="Permanent link"></a></h2> <h2 id="misc">Misc<a class="headerlink" href="#misc" title="Permanent link"></a></h2>
<hr /> <hr />
<h3 id="repack-proper">Repack Proper<a class="headerlink" href="#repack-proper" title="Permanent link"></a></h3> <h3 id="repack-proper">Repack Proper<a class="headerlink" href="#repack-proper" title="Permanent link"></a></h3>
@ -8723,7 +8926,7 @@ For example a lot of EVO releases end up stripping the group name, so they appea
<small> <small>
Last update: Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">July 10, 2022 19:12:37</span> <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">July 30, 2022 23:34:26</span>
</small> </small>

@ -2532,6 +2532,11 @@ You will also see a short description of what each setting means.</p>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr> </tr>
<tr> <tr>
<td>Bad Dual Groups</td>
<td>-10000</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr>
<tr>
<td>DV (WEBDL)</td> <td>DV (WEBDL)</td>
<td>??????</td> <td>??????</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
@ -2549,6 +2554,8 @@ You will also see a short description of what each setting means.</p>
<li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li> <li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li>
<li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li> <li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li>
<li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li> <li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li>
<li><strong>Bad Dual Groups:</strong> These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.</li>
<li> <li>
<p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p> <p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p>
<p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p> <p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p>
@ -2829,6 +2836,11 @@ You will also see a short description of what each setting means.</p>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr> </tr>
<tr> <tr>
<td>Bad Dual Groups</td>
<td>-10000</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr>
<tr>
<td>DV (WEBDL)</td> <td>DV (WEBDL)</td>
<td>??????</td> <td>??????</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
@ -2846,6 +2858,8 @@ You will also see a short description of what each setting means.</p>
<li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li> <li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li>
<li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li> <li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li>
<li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li> <li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li>
<li><strong>Bad Dual Groups:</strong> These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.</li>
<li> <li>
<p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p> <p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p>
<p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p> <p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p>
@ -3193,6 +3207,11 @@ If you think the sizes are too big to your preference then stop reading and see
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr> </tr>
<tr> <tr>
<td>Bad Dual Groups</td>
<td>-10000</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr>
<tr>
<td>DV (WEBDL)</td> <td>DV (WEBDL)</td>
<td>??????</td> <td>??????</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
@ -3210,6 +3229,8 @@ If you think the sizes are too big to your preference then stop reading and see
<li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li> <li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li>
<li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li> <li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li>
<li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li> <li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li>
<li><strong>Bad Dual Groups:</strong> These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.</li>
<li> <li>
<p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p> <p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p>
<p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p> <p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p>
@ -3552,6 +3573,11 @@ If you think the sizes are too big to your preference then stop reading and see
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr> </tr>
<tr> <tr>
<td>Bad Dual Groups</td>
<td>-10000</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr>
<tr>
<td>DV (WEBDL)</td> <td>DV (WEBDL)</td>
<td>??????</td> <td>??????</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
@ -3569,6 +3595,8 @@ If you think the sizes are too big to your preference then stop reading and see
<li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li> <li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li>
<li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li> <li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li>
<li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li> <li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li>
<li><strong>Bad Dual Groups:</strong> These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.</li>
<li> <li>
<p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p> <p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p>
<p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p> <p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p>

@ -2368,6 +2368,11 @@
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr> </tr>
<tr> <tr>
<td>Bad Dual Groups</td>
<td>-10000</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr>
<tr>
<td>DV (WEBDL)</td> <td>DV (WEBDL)</td>
<td>??????</td> <td>??????</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
@ -2385,6 +2390,8 @@
<li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li> <li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li>
<li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li> <li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li>
<li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li> <li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li>
<li><strong>Bad Dual Groups:</strong> These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.</li>
<li> <li>
<p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p> <p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p>
<p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p> <p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p>

@ -2585,6 +2585,11 @@
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#retags" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr> </tr>
<tr> <tr>
<td>Bad Dual Groups</td>
<td>-10000</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
</tr>
<tr>
<td>DV (WEBDL)</td> <td>DV (WEBDL)</td>
<td>??????</td> <td>??????</td>
<td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td> <td><a class="header-icons" href="/Radarr/Radarr-collection-of-custom-formats/#dv-webdl" rel="noopener noreferrer" target="_blank"><span class="twemoji"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M10.604 1h4.146a.25.25 0 0 1 .25.25v4.146a.25.25 0 0 1-.427.177L13.03 4.03 9.28 7.78a.75.75 0 0 1-1.06-1.06l3.75-3.75-1.543-1.543A.25.25 0 0 1 10.604 1zM3.75 2A1.75 1.75 0 0 0 2 3.75v8.5c0 .966.784 1.75 1.75 1.75h8.5A1.75 1.75 0 0 0 14 12.25v-3.5a.75.75 0 0 0-1.5 0v3.5a.25.25 0 0 1-.25.25h-8.5a.25.25 0 0 1-.25-.25v-8.5a.25.25 0 0 1 .25-.25h3.5a.75.75 0 0 0 0-1.5h-3.5z"/></svg></span></a></td>
@ -2602,6 +2607,8 @@
<li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li> <li><strong>No-RlsGroup:</strong> [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.</li>
<li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li> <li><strong>Obfuscated:</strong> [Optional] (use these only if you dislike renamed releases)</li>
<li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li> <li><strong>Retags:</strong> [Optional] (use these only if you dislike retagged releases)</li>
<li><strong>Bad Dual Groups:</strong> These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.</li>
<li> <li>
<p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p> <p><strong>DV (WEBDL):</strong> This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.</p>
<p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p> <p>This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.</p>

@ -903,6 +903,13 @@
Optional - Ignore scene releases Optional - Ignore scene releases
</a> </a>
</li>
<li class="md-nav__item">
<a href="#optional-ignore-bad-dual-audio-groups" class="md-nav__link">
Optional - Ignore Bad Dual Audio Groups
</a>
</li> </li>
</ul> </ul>
@ -2378,6 +2385,13 @@
Optional - Ignore scene releases Optional - Ignore scene releases
</a> </a>
</li>
<li class="md-nav__item">
<a href="#optional-ignore-bad-dual-audio-groups" class="md-nav__link">
Optional - Ignore Bad Dual Audio Groups
</a>
</li> </li>
</ul> </ul>
@ -2786,6 +2800,15 @@ create a new release profile specific for .su that uses the <a href="#optional-m
<p>Add this to your <code>Must not contain (2)</code></p> <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>web<span class="o">[</span> <span class="o">]</span>dl<span class="p">|</span>-deflate<span class="p">|</span>-inflate<span class="o">))(</span>?<span class="o">=</span>.*<span class="o">([</span>_. <span class="o">]</span>WEB<span class="o">[</span>_. <span class="o">]</span><span class="p">|</span>-CAKES<span class="se">\b</span><span class="p">|</span>-GGEZ<span class="se">\b</span><span class="p">|</span>-GGWP<span class="se">\b</span><span class="p">|</span>-GLHF<span class="se">\b</span><span class="p">|</span>-KOGI<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>web<span class="o">[</span> <span class="o">]</span>dl<span class="p">|</span>-deflate<span class="p">|</span>-inflate<span class="o">))(</span>?<span class="o">=</span>.*<span class="o">([</span>_. <span class="o">]</span>WEB<span class="o">[</span>_. <span class="o">]</span><span class="p">|</span>-CAKES<span class="se">\b</span><span class="p">|</span>-GGEZ<span class="se">\b</span><span class="p">|</span>-GGWP<span class="se">\b</span><span class="p">|</span>-GLHF<span class="se">\b</span><span class="p">|</span>-KOGI<span class="se">\b</span><span class="o">))</span>.*/i
</code></pre></div> </code></pre></div>
<h4 id="optional-ignore-bad-dual-audio-groups">Optional - Ignore Bad Dual Audio Groups<a class="headerlink" href="#optional-ignore-bad-dual-audio-groups" title="Permanent link"></a></h4>
<details class="question">
<summary>WHY ? - [CLICK TO EXPAND]</summary>
<p>These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.</p>
</details>
<p>Add this to your <code>Must not contain (2)</code></p>
<div class="highlight"><pre><span></span><code>/<span class="se">\b</span><span class="o">(</span>-alfaHD<span class="p">|</span>-BAT<span class="p">|</span>-BNd<span class="p">|</span>-C.A.A<span class="p">|</span>-Cory<span class="p">|</span>-FF<span class="p">|</span>-FOXX<span class="p">|</span>-G4RiS<span class="p">|</span>-GUEIRA<span class="p">|</span>-N3G4N<span class="p">|</span>-PD<span class="p">|</span>-RiPER<span class="p">|</span>-RK<span class="p">|</span>-SiGLA<span class="p">|</span>-Tars<span class="p">|</span>-WTV<span class="p">|</span>-Yatogam1<span class="p">|</span>-YusukeFLA<span class="o">)</span><span class="se">\b</span>/i
</code></pre></div>
<hr /> <hr />
<h3 id="a-little-explanation-of-the-scores-and-why">A little explanation of the scores and why<a class="headerlink" href="#a-little-explanation-of-the-scores-and-why" title="Permanent link"></a></h3> <h3 id="a-little-explanation-of-the-scores-and-why">A little explanation of the scores and why<a class="headerlink" href="#a-little-explanation-of-the-scores-and-why" title="Permanent link"></a></h3>
<ul> <ul>
@ -2850,7 +2873,7 @@ create a new release profile specific for .su that uses the <a href="#optional-m
<small> <small>
Last update: Last update:
<span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">July 17, 2022 16:10:06</span> <span class="git-revision-date-localized-plugin git-revision-date-localized-plugin-datetime">July 31, 2022 08:16:51</span>
</small> </small>

@ -0,0 +1,170 @@
{
"trash_id": "b6832f586342ef70d9c128d40c07b872",
"trash_score": "-10000",
"name": "Bad Dual Groups",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "alfaHD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-alfaHD)\\b"
}
},
{
"name": "BAT",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-BAT)\\b"
}
},
{
"name": "BNd",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-BNd)\\b"
}
},
{
"name": "C.A.A",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-C.A.A)\\b"
}
},
{
"name": "Cory",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-Cory)\\b"
}
},
{
"name": "FF",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-FF)\\b"
}
},
{
"name": "FOXX",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-FOXX)\\b"
}
},
{
"name": "G4RiS",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-G4RiS)\\b"
}
},
{
"name": "GUEIRA",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-GUEIRA)\\b"
}
},
{
"name": "N3G4N",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-N3G4N)\\b"
}
},
{
"name": "PD",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-PD)\\b"
}
},
{
"name": "RiPER",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-RiPER)\\b"
}
},
{
"name": "RK",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-RK)\\b"
}
},
{
"name": "SiGLA",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-SiGLA)\\b"
}
},
{
"name": "Tars",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-Tars)\\b"
}
},
{
"name": "WTV",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-WTV)\\b"
}
},
{
"name": "Yatogam1",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-Yatogam1)\\b"
}
},
{
"name": "YusukeFLA",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": false,
"fields": {
"value": "\\b(-YusukeFLA)\\b"
}
}
]
}

@ -58,6 +58,12 @@
"name": "Dislike release containing: 1-", "name": "Dislike release containing: 1-",
"trash_id": "236a3626a07cacf5692c73cc947bc280", "trash_id": "236a3626a07cacf5692c73cc947bc280",
"term": "/(1-.+)$/i" "term": "/(1-.+)$/i"
}, {
"name": "Dislike Bad Dual Audio Groups",
"trash_id": "538bad00ee6f8aced8e0db5218b8484c",
"term": "/\\b(-alfaHD|-BAT|-BNd|-C.A.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\\b/i"
}, {
}] }]
}] }]
} }

File diff suppressed because one or more lines are too long

@ -2,392 +2,392 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>https://trash-guides.info/</loc> <loc>https://trash-guides.info/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/thnx/</loc> <loc>https://trash-guides.info/thnx/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Bazarr/</loc> <loc>https://trash-guides.info/Bazarr/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Bazarr/After-install-configuration/</loc> <loc>https://trash-guides.info/Bazarr/After-install-configuration/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Bazarr/Setup-Guide/</loc> <loc>https://trash-guides.info/Bazarr/Setup-Guide/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Bazarr/Tips/Bazarr-suggested-scoring/</loc> <loc>https://trash-guides.info/Bazarr/Tips/Bazarr-suggested-scoring/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Bazarr/scripts/</loc> <loc>https://trash-guides.info/Bazarr/scripts/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/</loc> <loc>https://trash-guides.info/Downloaders/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/Deluge-Basic-Setup/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/Deluge-Basic-Setup/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/Deluge/Deluge-how-to-add-labels/</loc> <loc>https://trash-guides.info/Downloaders/Deluge/Deluge-how-to-add-labels/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/NZBGet/</loc> <loc>https://trash-guides.info/Downloaders/NZBGet/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/NZBGet/Basic-Setup/</loc> <loc>https://trash-guides.info/Downloaders/NZBGet/Basic-Setup/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/NZBGet/Paths-and-Categories/</loc> <loc>https://trash-guides.info/Downloaders/NZBGet/Paths-and-Categories/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/NZBGet/scripts/</loc> <loc>https://trash-guides.info/Downloaders/NZBGet/scripts/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/</loc> <loc>https://trash-guides.info/Downloaders/SABnzbd/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/Basic-Setup/</loc> <loc>https://trash-guides.info/Downloaders/SABnzbd/Basic-Setup/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/Paths-and-Categories/</loc> <loc>https://trash-guides.info/Downloaders/SABnzbd/Paths-and-Categories/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/SABnzbd/scripts/</loc> <loc>https://trash-guides.info/Downloaders/SABnzbd/scripts/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/3rd-party-tools/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/3rd-party-tools/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Basic-Setup/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/Basic-Setup/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/How-to-add-categories/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/How-to-add-categories/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Paths/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/Paths/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Port-forwarding/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/Port-forwarding/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/</loc> <loc>https://trash-guides.info/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/ruTorrent/</loc> <loc>https://trash-guides.info/Downloaders/ruTorrent/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Downloaders/ruTorrent/ruTorrent-Basic-Setup/</loc> <loc>https://trash-guides.info/Downloaders/ruTorrent/ruTorrent-Basic-Setup/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/Check-if-hardlinks-are-working/</loc> <loc>https://trash-guides.info/Hardlinks/Check-if-hardlinks-are-working/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/Examples/</loc> <loc>https://trash-guides.info/Hardlinks/Examples/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/Hardlinks-and-Instant-Moves/</loc> <loc>https://trash-guides.info/Hardlinks/Hardlinks-and-Instant-Moves/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/Replace-copies-with-hardlinks/</loc> <loc>https://trash-guides.info/Hardlinks/Replace-copies-with-hardlinks/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Docker/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Docker/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Dockstarter/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Dockstarter/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Native/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Native/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Synology/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Synology/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Unraid/</loc> <loc>https://trash-guides.info/Hardlinks/How-to-setup-for/Unraid/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/</loc> <loc>https://trash-guides.info/How-to-setup-for/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/Docker/</loc> <loc>https://trash-guides.info/How-to-setup-for/Docker/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/Dockstarter/</loc> <loc>https://trash-guides.info/How-to-setup-for/Dockstarter/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/Native/</loc> <loc>https://trash-guides.info/How-to-setup-for/Native/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/Synology/</loc> <loc>https://trash-guides.info/How-to-setup-for/Synology/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/How-to-setup-for/Unraid/</loc> <loc>https://trash-guides.info/How-to-setup-for/Unraid/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Misc/</loc> <loc>https://trash-guides.info/Misc/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Misc/How-to-setup-Torguard-for-port-forwarding/</loc> <loc>https://trash-guides.info/Misc/How-to-setup-Torguard-for-port-forwarding/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Misc/how-to-provide-a-docker-compose/</loc> <loc>https://trash-guides.info/Misc/how-to-provide-a-docker-compose/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Misc/trash-sync/</loc> <loc>https://trash-guides.info/Misc/trash-sync/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Misc/x265-4k/</loc> <loc>https://trash-guides.info/Misc/x265-4k/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Plex/</loc> <loc>https://trash-guides.info/Plex/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Plex/Tips/4k-transcoding/</loc> <loc>https://trash-guides.info/Plex/Tips/4k-transcoding/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Plex/Tips/Optimal-plex-client-settings/</loc> <loc>https://trash-guides.info/Plex/Tips/Optimal-plex-client-settings/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Plex/Tips/Plex-media-server/</loc> <loc>https://trash-guides.info/Plex/Tips/Plex-media-server/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Plex/profiles/</loc> <loc>https://trash-guides.info/Plex/profiles/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/</loc> <loc>https://trash-guides.info/Radarr/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-Quality-Settings-File-Size/</loc> <loc>https://trash-guides.info/Radarr/Radarr-Quality-Settings-File-Size/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/</loc> <loc>https://trash-guides.info/Radarr/Radarr-collection-of-custom-formats/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-how-to-update-custom-formats/</loc> <loc>https://trash-guides.info/Radarr/Radarr-how-to-update-custom-formats/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-import-custom-formats/</loc> <loc>https://trash-guides.info/Radarr/Radarr-import-custom-formats/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-recommended-naming-scheme/</loc> <loc>https://trash-guides.info/Radarr/Radarr-recommended-naming-scheme/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-remote-path-mapping/</loc> <loc>https://trash-guides.info/Radarr/Radarr-remote-path-mapping/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Radarr-setup-custom-formats/</loc> <loc>https://trash-guides.info/Radarr/Radarr-setup-custom-formats/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Tips/Merge-quality/</loc> <loc>https://trash-guides.info/Radarr/Tips/Merge-quality/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-add-a-movie-collection/</loc> <loc>https://trash-guides.info/Radarr/Tips/Radarr-add-a-movie-collection/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-rename-your-folders/</loc> <loc>https://trash-guides.info/Radarr/Tips/Radarr-rename-your-folders/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Tips/Radarr-show-unknown-movie-items/</loc> <loc>https://trash-guides.info/Radarr/Tips/Radarr-show-unknown-movie-items/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/</loc> <loc>https://trash-guides.info/Radarr/Tips/Sync-2-radarr-sonarr/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/</loc> <loc>https://trash-guides.info/SQP/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/1-1/</loc> <loc>https://trash-guides.info/SQP/1-1/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/SQP/1-2/</loc> <loc>https://trash-guides.info/SQP/1-2/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/</loc> <loc>https://trash-guides.info/Sonarr/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Sonarr-Quality-Settings-File-Size/</loc> <loc>https://trash-guides.info/Sonarr/Sonarr-Quality-Settings-File-Size/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx-Anime/</loc> <loc>https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx-Anime/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx/</loc> <loc>https://trash-guides.info/Sonarr/Sonarr-Release-Profile-RegEx/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Sonarr-recommended-naming-scheme/</loc> <loc>https://trash-guides.info/Sonarr/Sonarr-recommended-naming-scheme/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Sonarr-remote-path-mapping/</loc> <loc>https://trash-guides.info/Sonarr/Sonarr-remote-path-mapping/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Tips/Merge-quality/</loc> <loc>https://trash-guides.info/Sonarr/Tips/Merge-quality/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>https://trash-guides.info/Sonarr/Tips/Sync-2-radarr-sonarr/</loc> <loc>https://trash-guides.info/Sonarr/Tips/Sync-2-radarr-sonarr/</loc>
<lastmod>2022-07-28</lastmod> <lastmod>2022-07-31</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.
Loading…
Cancel
Save