diff --git a/Radarr/Radarr-collection-of-custom-formats/index.html b/Radarr/Radarr-collection-of-custom-formats/index.html index 007e81981..85f9a63d3 100644 --- a/Radarr/Radarr-collection-of-custom-formats/index.html +++ b/Radarr/Radarr-collection-of-custom-formats/index.html @@ -638,6 +638,11 @@ SDR +
This way you make sure the Custom Format preferences will be used instead.
-Questions or Suggestions?
If you have questions or suggestions click the chat badge to join the Discord Support Channel where you can ask your questions directly and get live support.
{
+ "trash_id": "f700d29429c023a5734505e77daeaea7",
+ "trash_score": "101",
+ "name": "DV (FEL)",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "FraMeSToR",
+ "implementation": "ReleaseGroupSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(FraMeSToR)\\b"
+ }
+ },
+ {
+ "name": "DV",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
+ }
+ },
+ {
+ "name": "No FANRES",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\b(FANRES)\\b"
+ }
+ },
+ {
+ "name": "Not Hybrid",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\bhybrid(\\b|\\d)"
+ }
+ },
+ {
+ "name": "Not Hybrid Release Group",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "-HYBRID"
+ }
+ }
+ ]
+}
+
{
+ "trash_id": "ef4963043b0987f8485bc9106f16db38",
+ "trash_score": "101",
+ "name": "DV (FEL)",
+ "includeCustomFormatWhenRenaming": false,
+ "specifications": [
+ {
+ "name": "FraMeSToR",
+ "implementation": "ReleaseGroupSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(FraMeSToR)\\b"
+ }
+ },
+ {
+ "name": "DV",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": false,
+ "required": true,
+ "fields": {
+ "value": "\\b(dv|dovi|dolby[ .]?vision)\\b"
+ }
+ },
+ {
+ "name": "No FANRES",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\b(FANRES)\\b"
+ }
+ },
+ {
+ "name": "Not Hybrid",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "\\bhybrid(\\b|\\d)"
+ }
+ },
+ {
+ "name": "Not Hybrid Release Group",
+ "implementation": "ReleaseTitleSpecification",
+ "negate": true,
+ "required": true,
+ "fields": {
+ "value": "-HYBRID"
+ }
+ }
+ ]
+}
+