Deployed 74d32b20 with MkDocs version: 1.4.1

gh-pages
2 years ago
parent 1f4affb039
commit ba90d8e9ad

@ -1381,6 +1381,11 @@
<td>-10000</td>
<td>b8cd450cbfa689c0259a01d9e29ba3d6</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr">SDR</a></td>
<td>-10000</td>
<td>9c38ebb7384dada637be8899efa68e6f</td>
</tr>
</tbody>
</table>
<hr/>
@ -1389,6 +1394,7 @@
<li><strong>BR-DISK :</strong> This is a custom format to help Radarr recognize &amp; ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.</li>
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>3D:</strong> Is 3D still a thing for home use ?</li>
<li><strong>SDR:</strong> This will help to prevent to grab UHD/4k releases without HDR Formats.</li>
</ul>
</details>
<!-- END INCLUDE -->

@ -1365,6 +1365,11 @@
<td>-10000</td>
<td>b8cd450cbfa689c0259a01d9e29ba3d6</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr">SDR</a></td>
<td>-10000</td>
<td>9c38ebb7384dada637be8899efa68e6f</td>
</tr>
</tbody>
</table>
<hr/>
@ -1373,6 +1378,7 @@
<li><strong>BR-DISK :</strong> This is a custom format to help Radarr recognize &amp; ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.</li>
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>3D:</strong> Is 3D still a thing for home use ?</li>
<li><strong>SDR:</strong> This will help to prevent to grab UHD/4k releases without HDR Formats.</li>
</ul>
</details>
<!-- END INCLUDE -->

@ -1364,6 +1364,11 @@
<td>-10000</td>
<td>b8cd450cbfa689c0259a01d9e29ba3d6</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr">SDR</a></td>
<td>-10000</td>
<td>9c38ebb7384dada637be8899efa68e6f</td>
</tr>
</tbody>
</table>
<hr/>
@ -1372,6 +1377,7 @@
<li><strong>BR-DISK :</strong> This is a custom format to help Radarr recognize &amp; ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.</li>
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>3D:</strong> Is 3D still a thing for home use ?</li>
<li><strong>SDR:</strong> This will help to prevent to grab UHD/4k releases without HDR Formats.</li>
</ul>
</details>
<!-- END INCLUDE -->

@ -1379,6 +1379,11 @@
<td>-10000</td>
<td>b8cd450cbfa689c0259a01d9e29ba3d6</td>
</tr>
<tr>
<td><a href="/Radarr/Radarr-collection-of-custom-formats/#sdr">SDR</a></td>
<td>-10000</td>
<td>9c38ebb7384dada637be8899efa68e6f</td>
</tr>
</tbody>
</table>
<hr/>
@ -1387,6 +1392,7 @@
<li><strong>BR-DISK :</strong> This is a custom format to help Radarr recognize &amp; ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.</li>
<li><strong>LQ:</strong> A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.</li>
<li><strong>3D:</strong> Is 3D still a thing for home use ?</li>
<li><strong>SDR:</strong> This will help to prevent to grab UHD/4k releases without HDR Formats.</li>
</ul>
</details>
<!-- END INCLUDE -->

@ -39,6 +39,15 @@
"fields": {
"value": "\\b(FraMeSToR|HQMUX)\\b"
}
},
{
"name": "NOT SDR",
"implementation": "ReleaseTitleSpecification",
"negate": true,
"required": true,
"fields": {
"value": "\\bSDR\\b"
}
}
]
}

@ -0,0 +1,17 @@
{
"trash_id": "9c38ebb7384dada637be8899efa68e6f",
"trash_score": "-10000",
"name": "SDR",
"includeCustomFormatWhenRenaming": false,
"specifications": [
{
"name": "SDR",
"implementation": "ReleaseTitleSpecification",
"negate": false,
"required": true,
"fields": {
"value": "\\bSDR\\b"
}
}
]
}

File diff suppressed because one or more lines are too long

Binary file not shown.
Loading…
Cancel
Save