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/988687afe6077d6c85807c294275eaa40dd71327
You should set ROOT_URL correctly, otherwise the web may not work correctly.
2 changed files with
19 additions and
1 deletions
@ -53,7 +53,7 @@ I also made 3 guides related to this one.
| [Remaster ](#remaster ) | [LQ ](#lq ) | [Remux Tier 02 ](#remux-tier-02 ) | [Apple TV+ ](#atvp ) |
| [4K Remaster ](#4k-remaster ) | [3D ](#3d ) | [UHD Bluray Tier 01 ](#uhd-bluray-tier-01 ) | [Disney+ ](#dsnp ) |
| [Special Edition ](#special-edition ) | [x265 (HD) ](#x265-hd ) | [UHD Bluray Tier 02 ](#uhd-bluray-tier-02 ) | [HBO ](#hbo ) |
| [Criterion Collection ](#criterion-collection ) | | [UHD Bluray Tier 03 ](#uhd-bluray-tier-03 ) | [HBO Max ](#hmax ) |
| [Criterion Collection ](#criterion-collection ) | [Upscaled ](#upscaled ) | [UHD Bluray Tier 03 ](#uhd-bluray-tier-03 ) | [HBO Max ](#hmax ) |
| [Masters of Cinema ](#masters-of-cinema ) | | [HD Bluray Tier 01 ](#hd-bluray-tier-01 ) | [Hulu ](#hulu ) |
| [Theatrical Cut ](#theatrical-cut ) | | [HD Bluray Tier 02 ](#hd-bluray-tier-02 ) | [Netflix ](#nf ) |
| [IMAX ](#imax ) | | [WEB Tier 01 ](#web-tier-01 ) | [Peacock TV ](#pcok ) |
@ -964,6 +964,22 @@ I also made 3 guides related to this one.
------
### Upscaled
??? question "Upscaled - [CLICK TO EXPAND]"
This custom format is used to prevent Radarr from grabing upscaled releases.
??? example "JSON - [CLICK TO EXPAND]"
```json
[[% filter indent(width=4) %]][[% include 'json/radarr/cf/upscaled.json' %]][[% endfilter %]]
```
< sub > < sup > [TOP](#index)< / sup >
------
## Optional
------
@ -5,6 +5,7 @@
| [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_score'] }} | {{ radarr['cf']['lq']['trash_id'] }} |
| [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_score'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} |
| [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_score'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
| [{{ radarr['cf']['upscaled']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#upscaled) | {{ radarr['cf']['upscaled']['trash_score'] }} | {{ radarr['cf']['upscaled']['trash_id'] }} |
------
@ -17,3 +18,4 @@
!!! Danger "Don't use this together with [{{ radarr['cf']['x265-no-hdrdv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-no-hdrdv), Only ever include one of them :warning:"
- ** {{ radarr['cf']['3d']['name'] }}:** Is 3D still a thing for home use ?
- ** {{ radarr['cf']['upscaled']['name'] }}:** A custom format to prevent Radarr from grabing upscalded releases.