Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-guides/TRaSH-Guides/commit/6b54fb708105eba4f1732f56d9c2c5a330f663ed
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
59 additions and
4 deletions
@ -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 ) | | |
| | [Season Packs ](#season-pack ) | | |
| | [x265 (no HDR/DV) ](#x265-no-hdrdv ) | | |
| | [AV1 ](#av1 ) | | |
------
@ -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" : " Dislik e Bad Dual Audio Groups",
"name" : " Ignor e 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" : " Dislik e AV1",
"trash_id" : " cae4ca30163749b891686f95532519bd ",
"name" : " Ignor e AV1",
"trash_id" : " 4861d8238f9234606df6721df6e27deb ",
"term" : "/\bAV1\b/i"
} ] ,
"required" : [ ] ,