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/d37652627027f0782145f7696f3b7edde7b82a54
You should set ROOT_URL correctly, otherwise the web may not work correctly.
3 changed files with
38 additions and
3 deletions
@ -24,8 +24,7 @@ I also made 3 guides related to this one.
This way you make sure the Custom Format preferences will be used instead.
{! include-markdown "../../includes/support.md" !}
<!-- - - 8< - - "includes/support.md" -->
--8< -- " includes / support . md "
------
@ -76,6 +75,7 @@ I also made 3 guides related to this one.
| | [x265 (no HDR/DV) ](#x265-no-hdrdv ) | [VFB ](#vfb ) | [FR Scene Groups ](#fr-scene-groups ) |
| | [AV1 ](#av1 ) | [VOSTFR ](#vostfr ) | [FR LQ ](#fr-lq ) |
| | [SDR ](#sdr ) | | |
| | [DV (FEL) ](#dv-fel ) | | |
------
@ -1165,6 +1165,22 @@ I also made 3 guides related to this one.
------
### DV FEL
??? faq "DV (FEL) - [CLICK TO EXPAND]"
- This will boost the score for DV Release using the original FEL DV from the disc to replace the old webdl HYBRID release.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-fel.json' %]][[% endfilter %]]
```
< sub > < sup > [TOP](#index)< / sup >
------
## Misc
------
@ -82,7 +82,7 @@ I also made 3 guides related to this one.
| | [x265 (no HDR/DV) ](#x265-no-hdrdv ) | [VFB ](#vfb ) | [FR Scene Groups ](#fr-scene-groups ) |
| | [AV1 ](#av1 ) | [VOSTFR ](#vostfr ) | [FR LQ ](#fr-lq ) |
| | [SDR ](#sdr ) | [FanSUB ](#fansub ) | |
| | | [FastSUB ](#fastsub ) | |
| | [DV (FEL) ](#dv-fel ) | [FastSUB ](#fastsub ) | |
------
@ -1119,6 +1119,22 @@ I also made 3 guides related to this one.
------
### DV FEL
??? faq "DV (FEL) - [CLICK TO EXPAND]"
- This will boost the score for DV Release using the original FEL DV from the disc to replace the old webdl HYBRID release.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/sonarr/cf/dv-fel.json' %]][[% endfilter %]]
```
< sub > < sup > [TOP](#index)< / sup >
------
## HQ Source Groups
------
@ -2,6 +2,7 @@
!!! danger "**The `x265 (no HDR/DV)` is a MUST for this SQP** :warning:"
!!! danger "**The `SDR` is a MUST for this SQP** :warning:"
!!! hint "The `DV (FEL)` is recommended for SQP2 and 3"
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------- | ------------------------------------------------- |
@ -15,6 +16,7 @@
| [{{ radarr['cf']['scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#scene) | {{ radarr['cf']['scene']['trash_score'] }} | {{ radarr['cf']['scene']['trash_id'] }} |
| [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv) :warning: | {{ radarr['cf']['x265-no-hdrdv']['trash_score'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} |
| [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_score'] }} | {{ radarr['cf']['sdr']['trash_id'] }} |
| [{{ radarr['cf']['dv-fel']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-fel) | {{ radarr['cf']['dv-fel']['trash_score'] }} | {{ radarr['cf']['dv-fel']['trash_id'] }} |
------
@ -53,3 +55,4 @@
!!! Danger "Don't use this together with [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd), Only ever include one of them :warning:"
- ** {{ radarr['cf']['sdr']['name'] }}:** This will help to prevent to grab UHD/4k releases without HDR Formats.
- ** {{ radarr['cf']['dv-fel']['name'] }}:** This will boost the score for DV Release using the original FEL DV from the disc to replace the old webdl HYBRID release.