Added: AV1 to Guide + Table

- Added: AV1 to Guide + Table
- Fixed: consistent in wording
pull/951/head
TRaSH 2 years ago
parent e1fc7c0423
commit 6b54fb7081

@ -74,7 +74,7 @@ I also made 3 guides related to this one.
| [Dutch Groups](#dutch-groups) | [Retags](#retags) | [VFQ](#vfq) | [FR WEB Tier 01](#fr-web-tier-01) |
| [FreeLeech](#freeleech) | [Scene](#scene) | [VQ](#vq) | [FR WEB Tier 02](#fr-web-tier-02) |
| | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VFB](#vfb) | [FR Scene Groups](#fr-scene-groups) |
| | | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) |
| | [AV1](#av1) | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) |
------
@ -1056,6 +1056,7 @@ I also made 3 guides related to this one.
<sub><sup>[TOP](#index)</sup>
------
### Scene
??? faq "Scene - [CLICK TO EXPAND]"
@ -1096,6 +1097,25 @@ I also made 3 guides related to this one.
------
### AV1
??? faq "AV1 - [CLICK TO EXPAND]"
- This is a new codec and you need modern devices that support it.
- We also had reports of playback/transcoding issues.
- No main group is actually using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/scene.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## Misc
------

@ -541,6 +541,21 @@ Add this to your `Must not contain (2)`
/\b(-alfaHD|-BAT|-BNd|-C\.A\.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\b/i
```
#### Optional - Ignore AV1
??? question "WHY ? - [CLICK TO EXPAND]"
- This is a new codec and you need modern devices that support it.
- We also had reports of playback/transcoding issues.
- No main group is actually using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.
Add this to your `Must not contain (2)`
```bash
/\bAV1\b/i
```
------
### A little explanation of the scores and why

@ -77,6 +77,7 @@ I also made 3 guides related to this one.
| [x265](#x265) | [Scene](#scene) | &nbsp; | &nbsp; |
| | [Season Packs](#season-pack) | &nbsp; | &nbsp; |
| | [x265 (no HDR/DV)](#x265-no-hdrdv) | &nbsp; | &nbsp; |
| | [AV1](#av1) | &nbsp; | &nbsp; |
------
@ -1078,6 +1079,25 @@ I also made 3 guides related to this one.
------
### AV1
??? faq "AV1 - [CLICK TO EXPAND]"
- This is a new codec and you need modern devices that support it.
- We also had reports of playback/transcoding issues.
- No main group is actually using it (yet).
- It's better to ignore this new codec to prevent compatibility issues.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/scene.json' %]][[% endfilter %]]
```
<sub><sup>[TOP](#index)</sup>
------
## HQ Source Groups
------

@ -18,12 +18,12 @@
"trash_id": "5bc23c3a055a1a5d8bbe4fb49d80e0cb",
"term": "/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ]|-CAKES\\b|-GGEZ\\b|-GGWP\\b|-GLHF\\b|-GOSSIP\\b|-KOGI\\b|-PECULATE\\b)).*/i"
}, {
"name": "Dislike Bad Dual Audio Groups",
"name": "Ignore Bad Dual Audio Groups",
"trash_id": "538bad00ee6f8aced8e0db5218b8484c",
"term": "/\\b(-alfaHD|-BAT|-BNd|-C\\.A\\.A|-Cory|-FF|-FOXX|-G4RiS|-GUEIRA|-N3G4N|-PD|-RiPER|-RK|-SiGLA|-Tars|-WTV|-Yatogam1|-YusukeFLA)\\b/i"
}, {
"name": "Dislike AV1",
"trash_id": "cae4ca30163749b891686f95532519bd",
"name": "Ignore AV1",
"trash_id": "4861d8238f9234606df6721df6e27deb",
"term": "/\bAV1\b/i"
}],
"required": [],

Loading…
Cancel
Save