diff --git a/docs/json/radarr/cf/bhdstudio.json b/docs/json/radarr/cf/bhdstudio.json index 7915badd2..c528de592 100644 --- a/docs/json/radarr/cf/bhdstudio.json +++ b/docs/json/radarr/cf/bhdstudio.json @@ -1,6 +1,6 @@ { "trash_id": "5153ec7413d9dae44e24275589b5e944", - "trash_score": "1800", + "trash_score": "1850", "name": "BHDStudio", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/cf/flux.json b/docs/json/radarr/cf/flux.json new file mode 100644 index 000000000..b73779ae0 --- /dev/null +++ b/docs/json/radarr/cf/flux.json @@ -0,0 +1,17 @@ +{ + "trash_id": "e098247bc6652dd88c76644b275260ed", + "trash_score": "51", + "name": "FLUX", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "FLUX", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": true, + "fields": { + "value": "^(FLUX)$" + } + } + ] +} diff --git a/docs/json/sonarr/cf/flux.json b/docs/json/sonarr/cf/flux.json new file mode 100644 index 000000000..54c7c7e12 --- /dev/null +++ b/docs/json/sonarr/cf/flux.json @@ -0,0 +1,17 @@ +{ + "trash_id": "5d9fd1b1e06cd8a475462f40214b7df6", + "trash_score": "51", + "name": "FLUX", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "FLUX", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": true, + "fields": { + "value": "^(FLUX)$" + } + } + ] +}