feat(sonarr) - create remux CFs

pull/1002/head
FonduemangVI 2 years ago
parent c6a6116311
commit 79b562a9c1

@ -46,13 +46,13 @@ 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) |
| --------------------- | --------------------- | ------------------------------- | ------------------- |
| [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) | [WEB Tier 03](#web-tier-01) | [DC Universe](#dcu) |
| | | [WEB Tier 03](#web-tier-02) | [Disney+](#dsnp) |
| | | [WEB Tier 03](#web-tier-03) | [HBO Max](#hmax) |
| | | [WEB Scene](#web-scene) | [HBO](#hbo) |
| | | | [Hulu](#hulu) |
| | | | [NLZiet](#nlz) |
| | | | [Netflix](#nf) |
@ -1102,6 +1102,40 @@ 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 %]]
```
<sub><sup>[TOP](#index)</sup>
------
### Remux Tier 02
??? faq "Remux Tier 02 - [CLICK TO EXPAND]"
- Groups that only use one source.(So called one disc wonders.)
- Groups that use use a 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 %]]
```
<sub><sup>[TOP](#index)</sup>
### WEB Tier 01
??? faq "WEB Tier 01 - [CLICK TO EXPAND]"

@ -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"
}
}
]
}

@ -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"
}
}
]
}

@ -1,6 +1,8 @@
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | --------------------------------------------- |
| --------------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | ----------------------------------------------- |
| [{{ sonarr['cf']['remux-tier-01']['name'] }}](/sonarr/sonarr-collection-of-custom-formats/#remux-tier-01) | {{ sonarr['cf']['remux-tier-01']['trash_score'] }} | {{ sonarr['cf']['remux-tier-01']['trash_id'] }} |
| [{{ sonarr['cf']['remux-tier-02']['name'] }}](/sonarr/sonarr-collection-of-custom-formats/#remux-tier-02) | {{ sonarr['cf']['remux-tier-02']['trash_score'] }} | {{ sonarr['cf']['remux-tier-02']['trash_id'] }} |
| [{{ sonarr['cf']['web-tier-01']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-01) | {{ sonarr['cf']['web-tier-01']['trash_score'] }} | {{ sonarr['cf']['web-tier-01']['trash_id'] }} |
| [{{ sonarr['cf']['web-tier-02']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-02) | {{ sonarr['cf']['web-tier-02']['trash_score'] }} | {{ sonarr['cf']['web-tier-02']['trash_id'] }} |
| [{{ sonarr['cf']['web-tier-03']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#web-tier-03) | {{ sonarr['cf']['web-tier-03']['trash_score'] }} | {{ sonarr['cf']['web-tier-03']['trash_id'] }} |

Loading…
Cancel
Save