diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index ebcf93524..2630ae0ca 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -45,24 +45,24 @@ I also made 3 guides related to this one. ------ -| Series Versions | Unwanted | HQ Source Groups | Streaming Services | -| --------------------- | --------------------- | --------------------------- | ------------------- | -| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [WEB Tier 01](#web-tier-01) | [Amazon](#amzn) | -| [Remaster](#remaster) | [LQ](#lq) | [WEB Tier 02](#web-tier-02) | [Apple TV+](#atvp) | -| | [x265 (HD)](#x265-hd) | [WEB Tier 03](#web-tier-03) | [DC Universe](#dcu) | -| | | [WEB Scene](#web-scene) | [Disney+](#dsnp) | -| | | | [HBO Max](#hmax) | -| | | | [HBO](#hbo) | -| | | | [Hulu](#hulu) | -| | | | [NLZiet](#nlz) | -| | | | [Netflix](#nf) | -| | | | [Paramount+](#pmtp) | -| | | | [Peacock TV](#pcok) | -| | | | [Quibi](#qibi) | -| | | | [SHOWTIME](#sho) | -| | | | [Videoland](#vdl) | -| | | | [YouTube Red](#red) | -| | | | [iTunes](#it) | +| Series Versions | Unwanted | HQ Source Groups | Streaming Services | +| --------------------- | --------------------- | --------------------------------------- | ------------------- | +| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Remux Tier 01](#remux-tier-01) | [Amazon](#amzn) | +| [Remaster](#remaster) | [LQ](#lq) | [Remux Tier 02](#remux-tier-02) | [Apple TV+](#atvp) | +| | [x265 (HD)](#x265-hd) | [HD Bluray Tier 01](#hd-bluray-tier-01) | [DC Universe](#dcu) | +| | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Disney+](#dsnp) | +| | | [WEB Tier 01](#web-tier-01) | [HBO Max](#hmax) | +| | | [WEB Tier 02](#web-tier-02) | [HBO](#hbo) | +| | | [WEB Tier 03](#web-tier-03) | [Hulu](#hulu) | +| | | [WEB Scene](#web-scene) | [NLZiet](#nlz) | +| | | | [Netflix](#nf) | +| | | | [Paramount+](#pmtp) | +| | | | [Peacock TV](#pcok) | +| | | | [Quibi](#qibi) | +| | | | [SHOWTIME](#sho) | +| | | | [Videoland](#vdl) | +| | | | [YouTube Red](#red) | +| | | | [iTunes](#it) | ------ @@ -1102,6 +1102,70 @@ I also made 3 guides related to this one. ------ +### Remux Tier 01 + +??? faq "Remux Tier 01 - [CLICK TO EXPAND]" + + - Groups doing remuxes with multiple sources(discs) mixing what's best. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/remux-tier-01.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### Remux Tier 02 + +??? faq "Remux Tier 02 - [CLICK TO EXPAND]" + + - Groups that only use one source.(So called one disc wonders.) + - Groups that use an automated way. + - Groups that don't check their stuff. + - Groups that haven't released much. (yet) + - Groups that retired and don't have the best quality by todays standards. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/remux-tier-02.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +### HD Bluray Tier 01 + +??? faq "HD Bluray Tier 01 - [CLICK TO EXPAND]" + + - Groups that created encodes from the remuxes without micro-sizing them. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/hd-bluray-tier-01.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +------ + +### HD Bluray Tier 02 + +??? faq "HD Bluray Tier 02 - [CLICK TO EXPAND]" + + - Groups that created encodes from the remuxes without micro-sizing them. + +??? example "JSON - [CLICK TO EXPAND]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/hd-bluray-tier-02.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + ### WEB Tier 01 ??? faq "WEB Tier 01 - [CLICK TO EXPAND]" diff --git a/docs/json/sonarr/cf/hd-bluray-tier-01.json b/docs/json/sonarr/cf/hd-bluray-tier-01.json new file mode 100644 index 000000000..27b3e91ca --- /dev/null +++ b/docs/json/sonarr/cf/hd-bluray-tier-01.json @@ -0,0 +1,89 @@ +{ + "trash_id": "d6819cba26b1a6508138d25fb5e32293", + "trash_score": "1800", + "name": "HD Bluray Tier 01", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "BLURAY", + "implementation": "SourceSpecification", + "negate": false, + "required": true, + "fields": { + "value": 6 + } + }, + { + "name": "Not REMUX", + "implementation": "SourceSpecification", + "negate": true, + "required": true, + "fields": { + "value": 7 + } + }, + { + "name": "Not 2160p", + "implementation": "ResolutionSpecification", + "negate": true, + "required": true, + "fields": { + "value": 2160 + } + }, + { + "name": "Chotab", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Chotab)\\b" + } + }, + { + "name": "CtrlHD", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(CtrlHD)\\b" + } + }, + { + "name": "DON", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(DON)\\b" + } + }, + { + "name": "EbP", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(EbP)\\b" + } + }, + { + "name": "NTb", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(NTb)\\b" + } + }, + { + "name": "PTer", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(PTer)\\b" + } + } + ] +} diff --git a/docs/json/sonarr/cf/hd-bluray-tier-02.json b/docs/json/sonarr/cf/hd-bluray-tier-02.json new file mode 100644 index 000000000..7274c8fa7 --- /dev/null +++ b/docs/json/sonarr/cf/hd-bluray-tier-02.json @@ -0,0 +1,53 @@ +{ + "trash_id": "c2216b7b8aa545dc1ce8388c618f8d57", + "trash_score": "1750", + "name": "HD Bluray Tier 02", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "BLURAY", + "implementation": "SourceSpecification", + "negate": false, + "required": true, + "fields": { + "value": 6 + } + }, + { + "name": "Not REMUX", + "implementation": "SourceSpecification", + "negate": true, + "required": true, + "fields": { + "value": 7 + } + }, + { + "name": "Not 2160p", + "implementation": "ResolutionSpecification", + "negate": true, + "required": true, + "fields": { + "value": 2160 + } + }, + { + "name": "SA89", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(SA89)\\b" + } + }, + { + "name": "sbR", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(sbR)\\b" + } + } + ] +} diff --git a/docs/json/sonarr/cf/remux-tier-01.json b/docs/json/sonarr/cf/remux-tier-01.json new file mode 100644 index 000000000..2998ee4be --- /dev/null +++ b/docs/json/sonarr/cf/remux-tier-01.json @@ -0,0 +1,62 @@ +{ + "trash_id": "9965a052eb87b0d10313b1cea89eb451", + "trash_score": "1900", + "name": "Remux Tier 01", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "Remux", + "implementation": "SourceSpecification", + "negate": false, + "required": true, + "fields": { + "value": 7 + } + }, + { + "name": "BLURANiUM", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(BLURANiUM)\\b" + } + }, + { + "name": "BMF", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(BMF)\\b" + } + }, + { + "name": "FraMeSToR", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(FraMeSToR)\\b" + } + }, + { + "name": "PmP", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(PmP)\\b" + } + }, + { + "name": "SiCFoI", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(SiCFoI)\\b" + } + } + ] +} diff --git a/docs/json/sonarr/cf/remux-tier-02.json b/docs/json/sonarr/cf/remux-tier-02.json new file mode 100644 index 000000000..f04cd33b0 --- /dev/null +++ b/docs/json/sonarr/cf/remux-tier-02.json @@ -0,0 +1,71 @@ +{ + "trash_id": "8a1d0c3d7497e741736761a1da866a2e", + "trash_score": "1850", + "name": "Remux Tier 02", + "includeCustomFormatWhenRenaming": false, + "specifications": [ + { + "name": "Remux", + "implementation": "SourceSpecification", + "negate": false, + "required": true, + "fields": { + "value": 7 + } + }, + { + "name": "decibeL", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(decibeL)\\b" + } + }, + { + "name": "EPSiLON", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(EPSiLON)\\b" + } + }, + { + "name": "HiFi", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(HiFi)\\b" + } + }, + { + "name": "KRaLiMaRKo", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(KRaLiMaRKo)\\b" + } + }, + { + "name": "PTer", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(PTer)\\b" + } + }, + { + "name": "TRiToN", + "implementation": "ReleaseGroupSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(TRiToN)\\b" + } + } + ] +}