Merge pull request #720 from tiemonl/feature/json-data-reference

Use markdownextradata to render dynamic json fields
pull/726/head
TRaSH 2 years ago committed by GitHub
commit f4253f9e1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -51,4 +51,5 @@ This will set the Synchronization Score Threshold, meaning at which score bazarr
I personally noticed that when setting it to high 98-100 I would actually get subs that are like 1 second to slow/fast.
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -1,6 +1,7 @@
# Deluge - Basic Setup
--8<-- "includes/downloaders/basic-setup.md"
{! include-markdown "../../../includes/downloaders/basic-setup.md" !}
<!-- --8<-- "includes/downloaders/basic-setup.md" -->
------

@ -1,16 +1,17 @@
# NZBGet - Basic Setup
--8<-- "includes/downloaders/basic-setup.md"
{! include-markdown "../../../includes/downloaders/basic-setup.md" !}
<!-- --8<-- "includes/downloaders/basic-setup.md" -->
------
## Some Basics
| Name | Description |
|:--- |:--- |
| `${MainDir}` | Root directory for all tasks. |
| `${AppDir}` | Where NZBGet is installed. |
| `${DestDir}` | Destination directory for downloaded files.|
| Name | Description |
| :----------- | :------------------------------------------ |
| `${MainDir}` | Root directory for all tasks. |
| `${AppDir}` | Where NZBGet is installed. |
| `${DestDir}` | Destination directory for downloaded files. |
## PATHS
@ -18,42 +19,42 @@
I will only explain the so called most important paths.
| Name | Description |
|:--- |:--- |
| `MainDir` | `/data/usenet` |
| `DestDir` | `${MainDir}` (so it will go in to `/data/usenet`) |
| `InterDir` | Files are downloaded into this directory (before unpack+par2) |
| `NzbDir` | Directory for incoming nzb-files. |
| `QueueDir` | This directory is used to save download queue, history, information statistics, etc. |
| `ScriptDir` | Directory with post-processing and other scripts. |
| `LogFile` | Where your log files will be stored (Please create a log directory in your config) |
| Name | Description |
| :---------- | :----------------------------------------------------------------------------------- |
| `MainDir` | `/data/usenet` |
| `DestDir` | `${MainDir}` (so it will go in to `/data/usenet`) |
| `InterDir` | Files are downloaded into this directory (before unpack+par2) |
| `NzbDir` | Directory for incoming nzb-files. |
| `QueueDir` | This directory is used to save download queue, history, information statistics, etc. |
| `ScriptDir` | Directory with post-processing and other scripts. |
| `LogFile` | Where your log files will be stored (Please create a log directory in your config) |
## NEWS-SERVERS
![!newsservers](images/newsservers.png)
| Name | Description |
|:--- |:--- |
| `Active` | Use this news server. |
| `Name` | The name is used in UI and for logging. It can be any string. |
| `Level` | Put your major download servers at level 0 and your fill servers at levels 1, 2, etc.. |
| `Host` | Host name of news server. |
| `Port` | Port to connect to. |
| `Password` | Password to use for authentication. |
| `Encryption` | Encrypted server connection (TLS/SSL). (preferred to use this) |
| `Connections` | Use the lowest possible amount of connections +1 to gain your max download speed. |
| `Retention` | How long the articles are stored on the news server. |
| Name | Description |
| :------------ | :------------------------------------------------------------------------------------- |
| `Active` | Use this news server. |
| `Name` | The name is used in UI and for logging. It can be any string. |
| `Level` | Put your major download servers at level 0 and your fill servers at levels 1, 2, etc.. |
| `Host` | Host name of news server. |
| `Port` | Port to connect to. |
| `Password` | Password to use for authentication. |
| `Encryption` | Encrypted server connection (TLS/SSL). (preferred to use this) |
| `Connections` | Use the lowest possible amount of connections +1 to gain your max download speed. |
| `Retention` | How long the articles are stored on the news server. |
## CATEGORIES
![!categories](images/categories.png)
| Name | Description |
|:--- |:--- |
| `Name` | This should match what you put in Sonarr/Radarr (tv/movies/sonarr/radarr/series/films) |
| `DestDir` | `${DestDir}` Destination directory (/data/usenet/movies) |
| `Unpack` | Unpack downloaded nzb-files. |
| `Extensions` | List of extension scripts for this category. |
| Name | Description |
| :----------- | :------------------------------------------------------------------------------------- |
| `Name` | This should match what you put in Sonarr/Radarr (tv/movies/sonarr/radarr/series/films) |
| `DestDir` | `${DestDir}` Destination directory (/data/usenet/movies) |
| `Unpack` | Unpack downloaded nzb-files. |
| `Extensions` | List of extension scripts for this category. |
## INCOMING NZBS
@ -123,4 +124,5 @@ Being that Sonarr/Radarr only looks at the last xx amount in the queue/history.
and both boxes under `Failed Download Handling` at step 4.
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -1,6 +1,7 @@
# NZBGet - Paths and Categories
--8<-- "includes/downloaders/path.md"
{! include-markdown "../../../includes/downloaders/path.md" !}
<!-- --8<-- "includes/downloaders/path.md" -->
---
@ -12,6 +13,8 @@
![nzbget-settings-categories](/Hardlinks/images/nzbget-settings-categories.png)
--8<-- "includes/downloaders/warning-path-location.md"
{! include-markdown "../../../includes/downloaders/warning-path-location.md" !}
<!-- --8<-- "includes/downloaders/warning-path-location.md" -->
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -1,6 +1,7 @@
# SABnzbd - Basic Setup
--8<-- "includes/downloaders/basic-setup.md"
{! include-markdown "../../../includes/downloaders/basic-setup.md" !}
<!-- --8<-- "includes/downloaders/basic-setup.md" -->
------
@ -29,7 +30,8 @@ I recommend setting a sane maximum speed and then limiting below that, to keep y
Here you setup your download path/location.
--8<-- "includes/downloaders/warning-path-location.md"
{! include-markdown "../../../includes/downloaders/warning-path-location.md" !}
<!-- --8<-- "includes/downloaders/warning-path-location.md" -->
### System Folders
@ -140,4 +142,5 @@ Being that Sonarr/Radarr only looks at the last xx amount in the queue/history.
<sub>Thanks to [fryfrog](https://github.com/fryfrog){:target="_blank" rel="noopener noreferrer"} for helping me with the settings and providing the info needed to create this Guide.</sub>
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -1,6 +1,7 @@
# SABnzbd - Paths and Categories
--8<-- "includes/downloaders/path.md"
{! include-markdown "../../../includes/downloaders/path.md" !}
<!-- --8<-- "includes/downloaders/path.md" -->
---
@ -12,7 +13,8 @@
![!sabnzbd-categories](/Hardlinks/images/sabnzbd-categories.png)
--8<-- "includes/downloaders/warning-path-location.md"
{! include-markdown "../../../includes/downloaders/warning-path-location.md" !}
<!-- --8<-- "includes/downloaders/warning-path-location.md" -->
---
@ -20,4 +22,5 @@
![!SABnzbd - Paths and Categories Breakdown](images/sabnzbd-category-breakdown.png)
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -71,4 +71,5 @@ Run cross-seed 24/7 to:
------
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -1,6 +1,7 @@
# qBittorrent - Basic Setup
--8<-- "includes/downloaders/basic-setup.md"
{! include-markdown "../../../includes/downloaders/basic-setup.md" !}
<!-- --8<-- "includes/downloaders/basic-setup.md" -->
------
@ -67,7 +68,8 @@
#### ATTENTION
--8<-- "includes/downloaders/warning-path-location.md"
{! include-markdown "../../../includes/downloaders/warning-path-location.md" !}
<!-- --8<-- "includes/downloaders/warning-path-location.md" -->
------
@ -254,7 +256,8 @@ These options allow you to control the number of active torrents being downloade
!!! check ""
**Suggested: `Disabled`**
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
[^1]:
If you use unRaid then you don't need this since you can make use of the default cache drive option.

@ -41,4 +41,5 @@ This basic example is based on the use of docker images
![!qBittorrent - Default Torrent Management Mode](images/qb-saving-management.png)
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -1,6 +1,7 @@
# qBittorrent - Paths
--8<-- "includes/downloaders/path.md"
{! include-markdown "../../../includes/downloaders/path.md" !}
<!-- --8<-- "includes/downloaders/path.md" -->
---

@ -1,6 +1,7 @@
# How to run the unRaid mover for qBittorent seeding torrents
--8<-- "includes/downloaders/basic-setup.md"
{! include-markdown "../../../../includes/downloaders/basic-setup.md" !}
<!-- --8<-- "includes/downloaders/basic-setup.md" -->
When you make use of the unRaid cache drive for your `/data/torrents` share and the torrents in qBittorent are still seeding then the mover can't move files, because they are still in use.
@ -199,7 +200,8 @@ Setup your own schedule [HERE](https://crontab.guru/)
??? check "Screenshot Example - [CLICK TO EXPAND]"
![!Set Run Time](images/Unraid-settings-user-scripts-qbit-mover-cron.png)
--8<-- "includes/support.md"
{! include-markdown "../../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
[^1]:
Starr apps = Sonarr/Radarr etc. Doesn't Starr apps sound better then `The arr(s)` ?

@ -1,9 +1,11 @@
# ruTorrent - Basic Setup
--8<-- "includes/downloaders/basic-setup.md"
{! include-markdown "../../../includes/downloaders/basic-setup.md" !}
<!-- --8<-- "includes/downloaders/basic-setup.md" -->
------
## Soon
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -20,13 +20,17 @@
For example `/<path_to_data>/data`, or even `/data`.
--8<-- "includes/hardlinks/folder-structure.md"
{! include-markdown "../../../includes/hardlinks/folder-structure.md" !}
<!-- --8<-- "includes/hardlinks/folder-structure.md" -->
--8<-- "includes/hardlinks/bad-path-suggestion.md"
{! include-markdown "../../../includes/hardlinks/bad-path-suggestion.md" !}
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->
--8<-- "includes/hardlinks/breakdown-folder-structure.md"
{! include-markdown "../../../includes/hardlinks/breakdown-folder-structure.md" !}
<!-- --8<-- "includes/hardlinks/breakdown-folder-structure.md" -->
--8<-- "includes/hardlinks/permissions.md"
{! include-markdown "../../../includes/hardlinks/permissions.md" !}
<!-- --8<-- "includes/hardlinks/permissions.md" -->
## Docker-compose Example
@ -40,9 +44,12 @@
??? example "docker-compose - [CLICK TO EXPAND]"
```yml
--8<-- "includes/docker/docker-compose.yml"
{! include-markdown "../../../includes/docker/docker-compose.yml" !}
# --8<-- "includes/docker/docker-compose.yml"
```
--8<-- "includes/hardlinks/docker-compose-commands.md"
{! include-markdown "../../../includes/hardlinks/docker-compose-commands.md" !}
<!-- --8<-- "includes/hardlinks/docker-compose-commands.md" -->
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -168,4 +168,5 @@ When that's all set then you will need to change the paths you're going to use i
![ds-rtorrent-settings-autotools](images/ds-rtorrent-settings-autotools.png)
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -6,10 +6,14 @@
---
--8<-- "includes/hardlinks/folder-structure.md"
{! include-markdown "../../../includes/hardlinks/folder-structure.md" !}
<!-- --8<-- "includes/hardlinks/folder-structure.md" -->
--8<-- "includes/hardlinks/breakdown-folder-structure.md"
{! include-markdown "../../../includes/hardlinks/breakdown-folder-structure.md" !}
<!-- --8<-- "includes/hardlinks/breakdown-folder-structure.md" -->
--8<-- "includes/hardlinks/permissions.md"
{! include-markdown "../../../includes/hardlinks/permissions.md" !}
<!-- --8<-- "includes/hardlinks/permissions.md" -->
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -162,9 +162,11 @@ data
└── tv
```
--8<-- "includes/hardlinks/bad-path-suggestion.md"
{! include-markdown "../../../includes/hardlinks/bad-path-suggestion.md" !}
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->
--8<-- "includes/hardlinks/breakdown-folder-structure.md"
{! include-markdown "../../../includes/hardlinks/breakdown-folder-structure.md" !}
<!-- --8<-- "includes/hardlinks/breakdown-folder-structure.md" -->
------
@ -367,6 +369,8 @@ You will notice that all the images will be downloaded, after that the container
Just don't use the GUI, only for information purposes !!!
--8<-- "includes/hardlinks/docker-compose-commands.md"
{! include-markdown "../../../includes/hardlinks/docker-compose-commands.md" !}
<!-- --8<-- "includes/hardlinks/docker-compose-commands.md" -->
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -67,7 +67,8 @@ data
### Breakdown of the Folder Structure
--8<-- "includes/hardlinks/bad-path-suggestion.md"
{! include-markdown "../../../includes/hardlinks/bad-path-suggestion.md" !}
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->
## Setting up the containers
@ -205,4 +206,5 @@ data
Also check out other videos from IBRACORP [HERE](https://www.youtube.com/c/IBRACORP/videos){:target="_blank" rel="noopener noreferrer"}
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -41,4 +41,5 @@ jdupes -L -r "/data/torrents/movies/" "/data/media/movies"
!!! Warning
The `-Q` or `--quick` option only reads each file once, hashes it, and performs comparisons based solely on the hashes. There is a small but significant risk of a hash collision which is the purpose of the failsafe byte-for-byte comparison that this option explicitly bypasses. Do not use it on ANY data set for which any amount of data loss is unacceptable. You have been warned!
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -220,4 +220,5 @@ Thanks:
A big Thanks to [mrhotio](https://github.com/mrhotio) for his excellent instructions on how to setup WireGuard for TorGuard.
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -59,7 +59,8 @@ Automatically mirror TRaSH guides to your Sonarr/Radarr instance based on your s
[Instructions](https://github.com/rcdailey/recyclarr#getting-started){:target="_blank" rel="noopener noreferrer"}
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
[^1]:
Notifiarr

@ -2,7 +2,8 @@
## x265
--8<-- "includes/docker/x265.md"
{! include-markdown "../../includes/docker/x265.md" !}
<!-- --8<-- "includes/docker/x265.md" -->
### How to accomplish the Golden Rule

@ -11,4 +11,5 @@ I was considering to start fresh on this, but then why reinvent the wheel when s
[The Media Clients Wiki](https://mediaclients.wiki/Plex){:target="_blank" rel="noopener noreferrer"}
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -495,4 +495,5 @@ For the information of this guide, I made use of the following sources
- Extra Information gathered from a Plex employee
- Own experience
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -49,4 +49,5 @@ Example paths:
[[% filter indent(width=4) %]][[% include '/Plex/profiles/Chromecast/Chromecast.xml' %]][[% endfilter %]]
```
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -63,4 +63,5 @@ These Quality Settings have been created and tested with info I got from others,
Make sure you have enabled 'Show Advanced' in Radarr, if you don't see a provision to enter the scores, under the Quality settings.
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -24,7 +24,8 @@ I also made 3 guides related to this one.
This way you make sure the Custom Format preferences will be used instead.
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
------

@ -36,4 +36,5 @@ After selecting the `Import` button you will get a screen that has all the Custo
Use one of the 3rd Party Sync options that you can find [HERE](/Misc/trash-sync){:target="_blank" rel="noopener noreferrer"}.
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -66,4 +66,5 @@ all you need to do now is click on the `Save` button and you're done.
Check out the [How to setup Custom Formats](/Radarr/Radarr-setup-custom-formats/) where I will explain how to make the most use of custom formats and show some personal examples that I'm using. You can use these examples to get an idea on how to setup yours.
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -93,4 +93,5 @@ Thanks:
A big Thanks to [fryfrog](https://github.com/fryfrog) and [rg9400](https://github.com/rg9400) for the suggestions.
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -104,4 +104,5 @@ The final result will look something like this:
After these changes the file should be able to be imported by Radarr.
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -51,7 +51,8 @@ At the bottom in your chosen profile you will see the added Custom Formats where
Generally, quality trumps all
--8<-- "includes/merge-quality/radarr-current-logic.md"
{! include-markdown "../../includes/merge-quality/radarr-current-logic.md" !}
<!-- --8<-- "includes/merge-quality/radarr-current-logic.md" -->
My suggestion is to create tiers of scores based on what things matter to you.
@ -81,7 +82,8 @@ All these examples make use of the [Collection of Custom Formats](/Radarr/Radarr
This is a must have for every Quality Profile you use in my opinion. All these Custom Formats make sure you don't get Low Quality Releases.
--8<-- "includes/cf/unwanted.md"
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
------
@ -91,7 +93,8 @@ Lets say you prefer HD audio (with object metadata)
In this example I have lossy Atmos over lossless DTS because the object metadata matters more to me over lossy vs lossless.
--8<-- "includes/cf/audio.md"
{! include-markdown "../../includes/cf/audio.md" !}
<!-- --8<-- "includes/cf/audio.md" -->
------
@ -101,7 +104,8 @@ Lets say you prefer HDR metadata
Then we would use the following order:
--8<-- "includes/cf/hdr-metadata.md"
{! include-markdown "../../includes/cf/hdr-metadata.md" !}
<!-- --8<-- "includes/cf/hdr-metadata.md" -->
------
@ -121,18 +125,21 @@ I suggest to first follow the [Quality Settings (File Size)](/Radarr/Radarr-Qual
For this Quality Profile we're going to make use of the following Custom Formats
--8<-- "includes/cf/movie-versions.md"
{! include-markdown "../../includes/cf/movie-versions.md" !}
<!-- --8<-- "includes/cf/movie-versions.md" -->
--8<-- "includes/cf/unwanted.md"
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
--8<-- "includes/cf/misc.md"
{! include-markdown "../../includes/cf/misc.md" !}
<!-- --8<-- "includes/cf/misc.md" -->
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ-Remux | 0 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ | 1800 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------- | --------------------------------------- | ------------------------------------ |
| [{{ radarr['hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['hq-webdl']['trash_score'] }} | {{ radarr['hq-webdl']['trash_id'] }} |
| [{{ radarr['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | 0 | {{ radarr['hq-remux']['trash_id'] }} |
| [{{ radarr['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | {{ radarr['hq']['trash_score'] }} | {{ radarr['hq']['trash_id'] }} |
I decided not to add `Audio Advanced` Custom Formats to the encodes profile, being with encodes I prefer higher video quality. If you also want HD audio formats I would suggest to go for the Remuxes.
@ -158,7 +165,8 @@ Use the following main settings in your profile.
If you prefer 2160/4K encodes you might consider to change `Upgrade Until Quality` to Bluray-2160p and enable:
--8<-- "includes/cf/hdr-metadata.md"
{! include-markdown "../../includes/cf/hdr-metadata.md" !}
<!-- --8<-- "includes/cf/hdr-metadata.md" -->
------
@ -171,20 +179,24 @@ If you think the sizes are too big to your preference then stop reading and see
For this Quality Profile we're going to make use of the following Custom Formats
--8<-- "includes/cf/audio.md"
{! include-markdown "../../includes/cf/audio.md" !}
<!-- --8<-- "includes/cf/audio.md" -->
--8<-- "includes/cf/movie-versions.md"
{! include-markdown "../../includes/cf/movie-versions.md" !}
<!-- --8<-- "includes/cf/movie-versions.md" -->
--8<-- "includes/cf/unwanted.md"
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
--8<-- "includes/cf/misc.md"
{! include-markdown "../../includes/cf/misc.md" !}
<!-- --8<-- "includes/cf/misc.md" -->
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ-Remux | 1900 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ | 0 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------- | --------------------------------------- | ------------------------------------ |
| [{{ radarr['hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['hq-webdl']['trash_score'] }} | {{ radarr['hq-webdl']['trash_id'] }} |
| [{{ radarr['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | {{ radarr['hq-remux']['trash_score'] }} | {{ radarr['hq-remux']['trash_id'] }} |
| [{{ radarr['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['hq']['trash_id'] }} |
Use the following main settings in your profile.
@ -215,22 +227,27 @@ If you think the sizes are too big to your preference then stop reading and see
For this Quality Profile we're going to make use of the following Custom Formats
--8<-- "includes/cf/audio.md"
{! include-markdown "../../includes/cf/audio.md" !}
<!-- --8<-- "includes/cf/audio.md" -->
--8<-- "includes/cf/hdr-metadata.md"
{! include-markdown "../../includes/cf/hdr-metadata.md" !}
<!-- --8<-- "includes/cf/hdr-metadata.md" -->
--8<-- "includes/cf/movie-versions.md"
{! include-markdown "../../includes/cf/movie-versions.md" !}
<!-- --8<-- "includes/cf/movie-versions.md" -->
--8<-- "includes/cf/unwanted.md"
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
--8<-- "includes/cf/misc.md"
{! include-markdown "../../includes/cf/misc.md" !}
<!-- --8<-- "includes/cf/misc.md" -->
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ-Remux | 1900 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ | 0 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------- | --------------------------------------- | ------------------------------------ |
| [{{ radarr['hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['hq-webdl']['trash_score'] }} | {{ radarr['hq-webdl']['trash_id'] }} |
| [{{ radarr['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | {{ radarr['hq-remux']['trash_score'] }} | {{ radarr['hq-remux']['trash_id'] }} |
| [{{ radarr['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['hq']['trash_id'] }} |
Use the following main settings in your profile.
@ -311,4 +328,5 @@ Use the following main settings in your profile.
A big Thanks to [rg9400](https://github.com/rg9400) for providing me with info needed to create the Tips section.
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -10,9 +10,11 @@ To accomplish this you will need to merge the qualities with each other.
Here you will see the current logic so you understand how the possible downloads are compared.
--8<-- "includes/merge-quality/radarr-current-logic.md"
{! include-markdown "../../../includes/merge-quality/radarr-current-logic.md" !}
<!-- --8<-- "includes/merge-quality/radarr-current-logic.md" -->
--8<-- "includes/merge-quality/sonarr-current-logic.md"
{! include-markdown "../../../includes/merge-quality/sonarr-current-logic.md" !}
<!-- --8<-- "includes/merge-quality/sonarr-current-logic.md" -->
## Merge the Qualities
@ -32,4 +34,5 @@ To merge them you need to click on Edit Groups.
When done Sonarr/Radarr upgrades will be handled via Preferred Words / Custom Formats.
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -59,4 +59,5 @@ Then search for you list you want to edit/remove
![!Radarr Lists](images/rmc-lists.png)
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -35,4 +35,5 @@ Then Magic
As you can see the folder has been renamed to the correct year following your naming scheme.
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -12,4 +12,5 @@ Then on the top right click on `Options` and a new window will popup and enable
![!Enable Show Unknown Movie Items](images/Radarr-show-unknown-movie-item.png)
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -198,4 +198,5 @@ You now only need to make use of `Sonarr 1`. When you got a TV show (or a movie
- **Daily**: Episodes released daily or less frequently that use year-month-day (2017-05-25)
- **Standard**: Episodes released with SxxEyy pattern
--8<-- "includes/support.md"
{! include-markdown "../../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -7,21 +7,29 @@
This also means some Custom Formats needs manual updating or you can use one of the 3rd party automation tools.
--8<-- "includes/sqp/1-1-why.md"
{! include-markdown "../../includes/sqp/1-1-why.md" !}
<!-- --8<-- "includes/sqp/1-1-why.md" -->
--8<-- "includes/sqp/1-1-workflow.md"
{! include-markdown "../../includes/sqp/1-1-workflow.md" !}
<!-- --8<-- "includes/sqp/1-1-workflow.md" -->
--8<-- "includes/sqp/1-1-instructions.md"
{! include-markdown "../../includes/sqp/1-1-instructions.md" !}
<!-- --8<-- "includes/sqp/1-1-instructions.md" -->
--8<-- "includes/sqp/1-1-newqp.md"
{! include-markdown "../../includes/sqp/1-1-newqp.md" !}
<!-- --8<-- "includes/sqp/1-1-newqp.md" -->
--8<-- "includes/sqp/1-1-merge.md"
{! include-markdown "../../includes/sqp/1-1-merge.md" !}
<!-- --8<-- "includes/sqp/1-1-merge.md" -->
--8<-- "includes/sqp/1-1-sqp.md"
{! include-markdown "../../includes/sqp/1-1-sqp.md" !}
<!-- --8<-- "includes/sqp/1-1-sqp.md" -->
--8<-- "includes/sqp/1-1-cf-scoring.md"
{! include-markdown "../../includes/sqp/1-1-cf-scoring.md" !}
<!-- --8<-- "includes/sqp/1-1-cf-scoring.md" -->
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
------

@ -7,18 +7,26 @@
This also means some Custom Formats needs manual updating or you can use one of the 3rd party automation tools.
--8<-- "includes/sqp/1-2-why.md"
{! include-markdown "../../includes/sqp/1-2-why.md" !}
<!-- --8<-- "includes/sqp/1-2-why.md" -->
--8<-- "includes/sqp/1-2-workflow.md"
{! include-markdown "../../includes/sqp/1-2-workflow.md" !}
<!-- --8<-- "includes/sqp/1-2-workflow.md" -->
--8<-- "includes/sqp/1-2-instructions.md"
{! include-markdown "../../includes/sqp/1-2-instructions.md" !}
<!-- --8<-- "includes/sqp/1-2-instructions.md" -->
--8<-- "includes/sqp/1-2-newqp.md"
{! include-markdown "../../includes/sqp/1-2-newqp.md" !}
<!-- --8<-- "includes/sqp/1-2-newqp.md" -->
--8<-- "includes/sqp/1-2-merge.md"
{! include-markdown "../../includes/sqp/1-2-merge.md" !}
<!-- --8<-- "includes/sqp/1-2-merge.md" -->
--8<-- "includes/sqp/1-2-sqp.md"
{! include-markdown "../../includes/sqp/1-2-sqp.md" !}
<!-- --8<-- "includes/sqp/1-2-sqp.md" -->
--8<-- "includes/sqp/1-2-cf-scoring.md"
{! include-markdown "../../includes/sqp/1-2-cf-scoring.md" !}
<!-- --8<-- "includes/sqp/1-2-cf-scoring.md" -->
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -36,4 +36,5 @@ The Special Quality Profiles are Custom made and tested Quality Profile for spec
- If you got any questions or need extra info about an SQP, please use the dedicated channel of that SQP to ask, so we know which SQP you're using.
- Follow the setup instructions and don't skip steps.
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -75,4 +75,5 @@ I only do WEB-DL myself for TV shows because in my opinion WEB-DL is the sweet s
| Bluray-2160p | 94.6 | 400 |
| Bluray-2160p Remux | 204.4 | 400 |
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -642,4 +642,5 @@ Most of my information and knowledge came from:
Thanks a bunch!!
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -566,7 +566,8 @@ If you want to be mentioned please message me on discord, including a link for p
------
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->
[^1]:

@ -153,4 +153,5 @@ Thanks:
A big Thanks to [fryfrog](https://github.com/fryfrog), [rg9400](https://github.com/rg9400) and [bakerboy448](https://github.com/bakerboy448) for the suggestions.
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -82,4 +82,5 @@ A screen will pop up with the following options:
![Qbittorrent final result](images/qbit_final.png)
--8<-- "includes/support.md"
{! include-markdown "../../includes/support.md" !}
<!-- --8<-- "includes/support.md" -->

@ -1,4 +1,4 @@
{%
{!
include-markdown '../../Radarr/Tips/Merge-quality.md'
rewrite_relative_urls=true
%}
!}

@ -1,4 +1,4 @@
{%
{!
include-markdown '../../Radarr/Tips/Sync-2-radarr-sonarr.md'
rewrite_relative_urls=true
%}
!}

@ -1,4 +1,4 @@
{
{
"trash_id": "403f3f6266b90439cacc1e07cae4dc2d",
"trash_score": "1900",
"name": "HQ-Remux",

@ -6,3 +6,4 @@ mkdocs-material==8.3.9
mkdocs-minify-plugin==0.5.0
mkdocs-redirects==1.0.5
mkdocs-include-markdown-plugin==3.6.1
mkdocs-markdownextradata-plugin==0.2.5

@ -1,17 +1,17 @@
??? summary "Audio - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| TrueHD ATMOS | 5000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos){: .header-icons target=_blank rel="noopener noreferrer" } |
| DTS X | 4500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dts-x){: .header-icons target=_blank rel="noopener noreferrer" } |
| ATMOS (undefined) | 3000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined){: .header-icons target=_blank rel="noopener noreferrer" } |
| DD+ ATMOS | 3000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#ddplus-atmos){: .header-icons target=_blank rel="noopener noreferrer" } |
| TrueHD | 2750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#truehd){: .header-icons target=_blank rel="noopener noreferrer" } |
| DTS-HD MA | 2500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-ma){: .header-icons target=_blank rel="noopener noreferrer" } |
| FLAC | 2250 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#flac){: .header-icons target=_blank rel="noopener noreferrer" } |
| PCM | 2250 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#pcm){: .header-icons target=_blank rel="noopener noreferrer" } |
| DTS-HD HRA | 2000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-hra){: .header-icons target=_blank rel="noopener noreferrer" } |
| DD+ | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#ddplus){: .header-icons target=_blank rel="noopener noreferrer" } |
| DTS-ES | 1500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dts-es){: .header-icons target=_blank rel="noopener noreferrer" } |
| DTS | 1250 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dts){: .header-icons target=_blank rel="noopener noreferrer" } |
| AAC | 1000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#aac){: .header-icons target=_blank rel="noopener noreferrer" } |
| DD | 750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dd){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- |
| [{{ radarr['truehd-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd-atmos) | {{ radarr['truehd-atmos']['trash_score'] }} | {{ radarr['truehd-atmos']['trash_id'] }} |
| [{{ radarr['dts-x']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-x) | {{ radarr['dts-x']['trash_score'] }} | {{ radarr['dts-x']['trash_id'] }} |
| [{{ radarr['atmos-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atmos-undefined) | {{ radarr['atmos-undefined']['trash_score'] }} | {{ radarr['atmos-undefined']['trash_id'] }} |
| [{{ radarr['ddplus-atmos']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus-atmos) | {{ radarr['ddplus-atmos']['trash_score'] }} | {{ radarr['ddplus-atmos']['trash_id'] }} |
| [{{ radarr['truehd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#truehd) | {{ radarr['truehd']['trash_score'] }} | {{ radarr['truehd']['trash_id'] }} |
| [{{ radarr['dts-hd-ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-ma) | {{ radarr['dts-hd-ma']['trash_score'] }} | {{ radarr['dts-hd-ma']['trash_id'] }} |
| [{{ radarr['flac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#flac) | {{ radarr['flac']['trash_score'] }} | {{ radarr['flac']['trash_id'] }} |
| [{{ radarr['pcm']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcm) | {{ radarr['pcm']['trash_score'] }} | {{ radarr['pcm']['trash_id'] }} |
| [{{ radarr['dts-hd-hra']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-hd-hra) | {{ radarr['dts-hd-hra']['trash_score'] }} | {{ radarr['dts-hd-hra']['trash_id'] }} |
| [{{ radarr['ddplus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ddplus) | {{ radarr['ddplus']['trash_score'] }} | {{ radarr['ddplus']['trash_id'] }} |
| [{{ radarr['dts-es']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts-es) | {{ radarr['dts-es']['trash_score'] }} | {{ radarr['dts-es']['trash_id'] }} |
| [{{ radarr['dts']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dts) | {{ radarr['dts']['trash_score'] }} | {{ radarr['dts']['trash_id'] }} |
| [{{ radarr['aac']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#aac) | {{ radarr['aac']['trash_score'] }} | {{ radarr['aac']['trash_id'] }} |
| [{{ radarr['dd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dd) | {{ radarr['dd']['trash_score'] }} | {{ radarr['dd']['trash_id'] }} |

@ -1,13 +1,13 @@
??? summary "HDR Metadata - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| DV HDR10 | 1500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10){: .header-icons target=_blank rel="noopener noreferrer" } |
| DV | 1500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dv){: .header-icons target=_blank rel="noopener noreferrer" } |
| DV HLG | 1500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg){: .header-icons target=_blank rel="noopener noreferrer" } |
| DV SDR | 1500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dv-sdr){: .header-icons target=_blank rel="noopener noreferrer" } |
| HDR10Plus | 600 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus){: .header-icons target=_blank rel="noopener noreferrer" } |
| HDR10 | 500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hdr10){: .header-icons target=_blank rel="noopener noreferrer" } |
| HDR | 500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hdr){: .header-icons target=_blank rel="noopener noreferrer" } |
| HDR (undefined) | 500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hdr-undefined){: .header-icons target=_blank rel="noopener noreferrer" } |
| PQ | 500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#pq){: .header-icons target=_blank rel="noopener noreferrer" } |
| HLG | 500 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hlg){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------- |
| [{{ radarr['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['dv-hdr10']['trash_score'] }} | {{ radarr['dv-hdr10']['trash_id'] }} |
| [{{ radarr['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['dv']['trash_score'] }} | {{ radarr['dv']['trash_id'] }} |
| [{{ radarr['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['dv-hlg']['trash_score'] }} | {{ radarr['dv-hlg']['trash_id'] }} |
| [{{ radarr['dv-sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-sdr) | {{ radarr['dv-sdr']['trash_score'] }} | {{ radarr['dv-sdr']['trash_id'] }} |
| [{{ radarr['hdr10plus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus) | {{ radarr['hdr10plus']['trash_score'] }} | {{ radarr['hdr10plus']['trash_id'] }} |
| [{{ radarr['hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10) | {{ radarr['hdr10']['trash_score'] }} | {{ radarr['hdr10']['trash_id'] }} |
| [{{ radarr['hdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr) | {{ radarr['hdr']['trash_score'] }} | {{ radarr['hdr']['trash_id'] }} |
| [{{ radarr['hdr-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr-undefined) | {{ radarr['hdr-undefined']['trash_score'] }} | {{ radarr['hdr-undefined']['trash_id'] }} |
| [{{ radarr['pq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pq) | {{ radarr['pq']['trash_score'] }} | {{ radarr['pq']['trash_id'] }} |
| [{{ radarr['hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hlg) | {{ radarr['hlg']['trash_score'] }} | {{ radarr['hlg']['trash_id'] }} |

@ -1,6 +1,6 @@
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| HQ-Remux | 1900 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ | 1800 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------- | --------------------------------------- | ------------------------------------ |
| [{{ radarr['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | {{ radarr['hq-remux']['trash_score'] }} | {{ radarr['hq-remux']['trash_id'] }} |
| [{{ radarr['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | {{ radarr['hq']['trash_score'] }} | {{ radarr['hq']['trash_id'] }} |
| [{{ radarr['hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['hq-webdl']['trash_score'] }} | {{ radarr['hq-webdl']['trash_id'] }} |

@ -1,10 +1,10 @@
??? summary "HQ 4k Encodes - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| UHD (CtrlHD) | 2300 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-ctrlhd.json){: .header-icons target=_blank rel="noopener noreferrer" } |
| UHD (DON) | 2300 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-don.json){: .header-icons target=_blank rel="noopener noreferrer" } |
| UHD (W4NK3R) | 2300 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-w4nk3r.json){: .header-icons target=_blank rel="noopener noreferrer" } |
| UHD (SPHD) | 2250 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-sphd.json){: .header-icons target=_blank rel="noopener noreferrer" } |
| UHD (HQMUX) | 2200 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-hqmux.json){: .header-icons target=_blank rel="noopener noreferrer" } |
| UHD (LEGi0N) | 2150 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-legi0n.json){: .header-icons target=_blank rel="noopener noreferrer" } |
| UHD (WEBDV) | 1800 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-webdv.json){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------- | -------------------------------------- |
| [{{ radarr['uhd-ctrlhd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-ctrlhd.json) | {{ radarr['uhd-ctrlhd']['trash_score'] }} | {{ radarr['uhd-ctrlhd']['trash_id'] }} |
| [{{ radarr['uhd-don']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-don.json) | {{ radarr['uhd-don']['trash_score'] }} | {{ radarr['uhd-don']['trash_id'] }} |
| [{{ radarr['uhd-w4nk3r']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-w4nk3r.json) | {{ radarr['uhd-w4nk3r']['trash_score'] }} | {{ radarr['uhd-w4nk3r']['trash_id'] }} |
| [{{ radarr['uhd-sphd']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-sphd.json) | {{ radarr['uhd-sphd']['trash_score'] }} | {{ radarr['uhd-sphd']['trash_id'] }} |
| [{{ radarr['uhd-hqmux']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-hqmux.json) | {{ radarr['uhd-hqmux']['trash_score'] }} | {{ radarr['uhd-hqmux']['trash_id'] }} |
| [{{ radarr['uhd-legi0n']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-legi0n.json) | {{ radarr['uhd-legi0n']['trash_score'] }} | {{ radarr['uhd-legi0n']['trash_id'] }} |
| [{{ radarr['uhd-webdv']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/uhd-webdv.json) | {{ radarr['uhd-webdv']['trash_score'] }} | {{ radarr['uhd-webdv']['trash_id'] }} |

@ -1,8 +1,8 @@
??? summary "Misc - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| Repack/Proper | 5 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#repack-proper){: .header-icons target=_blank rel="noopener noreferrer" } |
| Repack2 | 6 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#repack2){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------- | -------------------------------------------- | ----------------------------------------- |
| [{{ radarr['repack-proper']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#repack-proper) | {{ radarr['repack-proper']['trash_score'] }} | {{ radarr['repack-proper']['trash_id'] }} |
| [{{ radarr['repack2']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#repack2) | {{ radarr['repack2']['trash_score'] }} | {{ radarr['repack2']['trash_id'] }} |
??? tip "Proper and Repacks - [CLICK TO EXPAND]"

@ -1,17 +1,17 @@
??? summary "Movie Versions - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| Hybrid | 100 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hybrid){: .header-icons target=_blank rel="noopener noreferrer" } |
| Remaster | 25 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#remaster){: .header-icons target=_blank rel="noopener noreferrer" } |
| 4K Remaster | 25 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster){: .header-icons target=_blank rel="noopener noreferrer" } |
| Criterion Collection | 25 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection){: .header-icons target=_blank rel="noopener noreferrer" } |
| Special Edition | 25 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#special-edition){: .header-icons target=_blank rel="noopener noreferrer" } |
| IMAX | 25 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#imax){: .header-icons target=_blank rel="noopener noreferrer" } |
| IMAX Enhanced | 800 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#imax-enhanced){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------ |
| [{{ radarr['hybrid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hybrid) | {{ radarr['hybrid']['trash_score'] }} | {{ radarr['hybrid']['trash_id'] }} |
| [{{ radarr['remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remaster) | {{ radarr['remaster']['trash_score'] }} | {{ radarr['remaster']['trash_id'] }} |
| [{{ radarr['4k-remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster) | {{ radarr['4k-remaster']['trash_score'] }} | {{ radarr['4k-remaster']['trash_id'] }} |
| [{{ radarr['criterion-collection']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection) | {{ radarr['criterion-collection']['trash_score'] }} | {{ radarr['criterion-collection']['trash_id'] }} |
| [{{ radarr['special-edition']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#special-edition) | {{ radarr['special-edition']['trash_score'] }} | {{ radarr['special-edition']['trash_id'] }} |
| [{{ radarr['imax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#imax) | {{ radarr['imax']['trash_score'] }} | {{ radarr['imax']['trash_id'] }} |
| [{{ radarr['imax-enhanced']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#imax-enhanced) | {{ radarr['imax-enhanced']['trash_score'] }} | {{ radarr['imax-enhanced']['trash_id'] }} |
!!! tip "IMAX Enhanced"
IMAX Enhanced: Get More Picture Instead of Black Bars.
!!! tip "{{ radarr['imax-enhanced']['name'] }}"
{{ radarr['imax-enhanced']['name'] }}: Get More Picture Instead of Black Bars.
IMAX Enhanced exclusive expanded aspect ratio is 1:90:1, which offers up to 26% more picture for select sequences, meaning more of the action is visible on screen.
{{ radarr['imax-enhanced']['name'] }} exclusive expanded aspect ratio is 1:90:1, which offers up to 26% more picture for select sequences, meaning more of the action is visible on screen.
If you don't prefer `IMAX Enhanced` then don't add it or use a score of `0`
If you don't prefer `{{ radarr['imax-enhanced']['name'] }}` then don't add it or use a score of `0`

@ -1,9 +1,9 @@
??? summary "Movie Versions - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| Hybrid | 100 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hybrid){: .header-icons target=_blank rel="noopener noreferrer" } |
| Remaster | 25 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#remaster){: .header-icons target=_blank rel="noopener noreferrer" } |
| 4K Remaster | 25 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster){: .header-icons target=_blank rel="noopener noreferrer" } |
| Criterion Collection | 25 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection){: .header-icons target=_blank rel="noopener noreferrer" } |
| Special Edition | 25 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#special-edition){: .header-icons target=_blank rel="noopener noreferrer" } |
| IMAX | 25 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#imax){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------------------------------- | --------------------------------------------------- | ------------------------------------------------ |
| [{{ radarr['hybrid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hybrid) | {{ radarr['hybrid']['trash_score'] }} | {{ radarr['hybrid']['trash_id'] }} |
| [{{ radarr['remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#remaster) | {{ radarr['remaster']['trash_score'] }} | {{ radarr['remaster']['trash_id'] }} |
| [{{ radarr['4k-remaster']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#4k-remaster) | {{ radarr['4k-remaster']['trash_score'] }} | {{ radarr['4k-remaster']['trash_id'] }} |
| [{{ radarr['criterion-collection']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#criterion-collection) | {{ radarr['criterion-collection']['trash_score'] }} | {{ radarr['criterion-collection']['trash_id'] }} |
| [{{ radarr['special-edition']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#special-edition) | {{ radarr['special-edition']['trash_score'] }} | {{ radarr['special-edition']['trash_id'] }} |
| [{{ radarr['imax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#imax) | {{ radarr['imax']['trash_score'] }} | {{ radarr['imax']['trash_id'] }} |

@ -1,30 +1,30 @@
??? summary "Unwanted - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| ---------------- | ------ | ---- |
| BR-DISK | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#br-disk){: .header-icons target=_blank rel="noopener noreferrer" } |
| EVO (no WEBDL) | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl){: .header-icons target=_blank rel="noopener noreferrer" } |
| LQ | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#lq){: .header-icons target=_blank rel="noopener noreferrer" } |
| x265 (720/1080p) | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#x265-7201080p){: .header-icons target=_blank rel="noopener noreferrer" } |
| 3D | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#3d){: .header-icons target=_blank rel="noopener noreferrer" } |
| No-RlsGroup | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup){: .header-icons target=_blank rel="noopener noreferrer" } |
| Obfuscated | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#obfuscated){: .header-icons target=_blank rel="noopener noreferrer" } |
| Retags | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#retags){: .header-icons target=_blank rel="noopener noreferrer" } |
| Bad Dual Groups | -10000 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups){: .header-icons target=_blank rel="noopener noreferrer" } |
| DV (WEBDL) | ?????? | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- |
| [{{ radarr['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['br-disk']['trash_score'] }} | {{ radarr['br-disk']['trash_id'] }} |
| [{{ radarr['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['evo-no-webdl']['trash_score'] }} | {{ radarr['evo-no-webdl']['trash_id'] }} |
| [{{ radarr['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['lq']['trash_score'] }} | {{ radarr['lq']['trash_id'] }} |
| [{{ radarr['x265-7201080p']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-7201080p) | {{ radarr['x265-7201080p']['trash_score'] }} | {{ radarr['x265-7201080p']['trash_id'] }} |
| [{{ radarr['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['3d']['trash_score'] }} | {{ radarr['3d']['trash_id'] }} |
| [{{ radarr['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['no-rlsgroup']['trash_score'] }} | {{ radarr['no-rlsgroup']['trash_id'] }} |
| [{{ radarr['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['obfuscated']['trash_score'] }} | {{ radarr['obfuscated']['trash_id'] }} |
| [{{ radarr['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['retags']['trash_score'] }} | {{ radarr['retags']['trash_id'] }} |
| [{{ radarr['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['bad-dual-groups']['trash_score'] }} | {{ radarr['bad-dual-groups']['trash_id'] }} |
| [{{ radarr['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | ?????? | {{ radarr['dv-webdl']['trash_id'] }} |
??? example "Breakdown and Why - [CLICK TO EXPAND]"
- **BR-DISK:** This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.
- **EVO (no WEBDL):** This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay.
- **LQ:** A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **x265 (720/1080p):** This blocks/ignores 720/1080p releases that are encoded in x265 - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
- **3D:** Is 3D still a thing for home use ?
- **No-RlsGroup:** [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.
- **Obfuscated:** [Optional] (use these only if you dislike renamed releases)
- **Retags:** [Optional] (use these only if you dislike retagged releases)
- **Bad Dual Groups:** These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
- **{{ radarr['br-disk']['name'] }} :** This is a custom format to help Radarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality.
- **{{ radarr['evo-no-webdl']['name'] }}:** This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay.
- **{{ radarr['lq']['name'] }}:** A collection of known Low Quality groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **{{ radarr['x265-7201080p']['name'] }}:** This blocks/ignores 720/1080p releases that are encoded in x265 - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}.
- **{{ radarr['3d']['name'] }}:** Is 3D still a thing for home use ?
- **{{ radarr['no-rlsgroup']['name'] }}:** [Optional] Some indexers strip out the release group what could result in LQ groups getting a higher score. For example a lot of EVO releases end up stripping the group name, so they appear as "upgrades", and they end up getting a decent score if other things match.
- **{{ radarr['obfuscated']['name'] }}:** [Optional] (use these only if you dislike renamed releases)
- **{{ radarr['retags']['name'] }}:** [Optional] (use these only if you dislike retagged releases)
- **{{ radarr['bad-dual-groups']['name'] }}:** These groups take the original release, then they add their own preferred language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as first.
Also they often even rename the release name in to Portuguese.
- **DV (WEBDL):** This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.
- **{{ radarr['dv-webdl']['name'] }}:** This is a special Custom Format that Block WEBDL with Dolby Vision but without HDR10 fallback.
This Custom Format works together with the normal DV Custom Format that you can use to prefer Dolby Vision.
@ -36,4 +36,4 @@
`[DV WEBDL]` = This custom format you need to score depending of your personal use and setup.
- If you only watch your movies on a setup that completely supports Dolby Vision from start to end then give it a score of `0` or just don't add it.
- If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then you should add this with a score of `-10000`.
- If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then you should add this with a score of `-10000`.

@ -5,8 +5,9 @@ This basic example is based on the use of docker images
More info [HERE](/Hardlinks/Hardlinks-and-Instant-Moves/){:target="_blank" rel="noopener noreferrer"}
--8<-- "includes/hardlinks/bad-path-suggestion.md"
{! include-markdown "../hardlinks/bad-path-suggestion.md" !}
<!-- --8<-- "includes/hardlinks/bad-path-suggestion.md" -->
!!! attention ""
But you're able to change this, by not using the pre-defined/recommended paths like:
- `/downloads` => `/data/downloads`, `/data/usenet`, `/data/torrents`

@ -1,26 +1,28 @@
#### Custom Formats and scores
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ-Remux | 0 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ | 0 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| ----------------------------------------------------------------------------------------- | --------------------------------------- | ------------------------------------ |
| [{{ radarr['hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['hq-webdl']['trash_score'] }} | {{ radarr['hq-webdl']['trash_id'] }} |
| [{{ radarr['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | 0 | {{ radarr['hq-remux']['trash_id'] }} |
| [{{ radarr['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['hq']['trash_id'] }} |
??? summary "BHDStudio - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| BHDStudio | 1800 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/bhdstudio.json){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------- | ------------------------------------- |
| [{{ radarr['bhdstudio']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/bhdstudio.json) | {{ radarr['bhdstudio']['trash_score'] }} | {{ radarr['bhdstudio']['trash_id'] }} |
??? summary "Resolution - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| 720p | 5 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/720p.json){: .header-icons target=_blank rel="noopener noreferrer" } |
| 1080 | 50 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/1080p.json){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| ------------------------------------------------------------------------------------------------------------------- | ------------------------------------ | --------------------------------- |
| [{{ radarr['720p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/720p.json) | {{ radarr['720p']['trash_score'] }} | {{ radarr['720p']['trash_id'] }} |
| [{{ radarr['1080p']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/1080p.json) | {{ radarr['1080p']['trash_score'] }} | {{ radarr['1080p']['trash_id'] }} |
--8<-- "includes/cf/misc.md"
{! include-markdown "../../includes/cf/misc.md" !}
<!-- --8<-- "includes/cf/misc.md" -->
--8<-- "includes/cf/unwanted.md"
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
### Quality Size
@ -30,15 +32,15 @@ Change the 1080p Quality Size to the range BHDStudio uses ( I searched BHD to ch
If you notice issues with the sizes please report it.
| Quality | Min | Preferred | Max |
| -------------- | ----- | --------- | ----- |
| WEBDL-1080p | 25.2 | 84.7 | 85.7 |
| WEBRip-1080p | 25.2 | 84.7 | 85.7 |
| Bluray-720p | 25.2 | 101 | 102 |
| Bluray-1080p | 33.8 | 135.9 | 136.9 |
| Quality | Min | Preferred | Max |
| ------------ | ---- | --------- | ----- |
| WEBDL-1080p | 25.2 | 84.7 | 85.7 |
| WEBRip-1080p | 25.2 | 84.7 | 85.7 |
| Bluray-720p | 25.2 | 101 | 102 |
| Bluray-1080p | 33.8 | 135.9 | 136.9 |
??? check "example - [CLICK TO EXPAND]"
![!Quality Size](images/quality-size.png)
![!Quality Size](/SQP/images/quality-size.png)
!!! attention
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't always a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add.

@ -8,4 +8,4 @@ Merge the following Qualities together:
To merge them you need to click on the edit groups.
![!Merge Qualities](images/merge.gif)
![!Merge Qualities](/SQP/images/merge.gif)

@ -4,4 +4,4 @@
Create a new profile and name it what ever you want I used `Bluray|WEB-1080p`
![!Add Quality Profile](images/add-quality-profile.png)
![!Add Quality Profile](/SQP/images/add-quality-profile.png)

@ -6,7 +6,7 @@
- **Upgrade Until Custom Format Score:** `10000`
??? check "example - [CLICK TO EXPAND]"
![!Quality Profile Settings](images/quality-profile-settings.png)
![!Quality Profile Settings](/SQP/images/quality-profile-settings.png)
!!! attention
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't always a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add.

@ -1,38 +1,44 @@
#### Custom Formats and scores
--8<-- "includes/cf/audio.md"
{! include-markdown "../../includes/cf/audio.md" !}
<!-- --8<-- "includes/cf/audio.md" -->
--8<-- "includes/cf/hdr-metadata.md"
{! include-markdown "../../includes/cf/hdr-metadata.md" !}
<!-- --8<-- "includes/cf/hdr-metadata.md" -->
--8<-- "includes/cf/movie-versions-imaxe.md"
{! include-markdown "../../includes/cf/movie-versions-imaxe.md" !}
<!-- --8<-- "includes/cf/movie-versions-imaxe.md" -->
??? summary "HQ Source Groups - [CLICK TO EXPAND]"
| Custom Format | Score | LINK |
| -------------------- | ----- | ---- |
| HQ-Remux | 1900 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-remux){: .header-icons target=_blank rel="noopener noreferrer" } |
| Flights (no IMAX) | 1850 | [:octicons-link-external-16:](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/flights-no-imax.json){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ-WEBDL | 1750 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl){: .header-icons target=_blank rel="noopener noreferrer" } |
| HQ | 0 | [:octicons-link-external-16:](/Radarr/Radarr-collection-of-custom-formats/#hq){: .header-icons target=_blank rel="noopener noreferrer" } |
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------- | ------------------------------------------- |
| [{{ radarr['hq-remux']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-remux) | {{ radarr['hq-remux']['trash_score'] }} | {{ radarr['hq-remux']['trash_id'] }} |
| [{{ radarr['flights-no-imax']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/flights-no-imax.json) | {{ radarr['flights-no-imax']['trash_score'] }} | {{ radarr['flights-no-imax']['trash_id'] }} |
| [{{ radarr['hq-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq-webdl) | {{ radarr['hq-webdl']['trash_score'] }} | {{ radarr['hq-webdl']['trash_id'] }} |
| [{{ radarr['hq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hq) | 0 | {{ radarr['hq']['trash_id'] }} |
--8<-- "includes/cf/hq4k.md"
{! include-markdown "../../includes/cf/hq4k.md" !}
<!-- --8<-- "includes/cf/hq4k.md" -->
--8<-- "includes/cf/misc.md"
{! include-markdown "../../includes/cf/misc.md" !}
<!-- --8<-- "includes/cf/misc.md" -->
--8<-- "includes/cf/unwanted.md"
{! include-markdown "../../includes/cf/unwanted.md" !}
<!-- --8<-- "includes/cf/unwanted.md" -->
### Quality Size
`Settings` => `Quality`
| Quality | Min | Preferred | Max |
| -------------- | ----- | --------- | --- |
| WEBDL-2160p | 50.8 | 399 | 400 |
| WEBRip-2160p | 50.8 | 399 | 400 |
| Bluray-2160p | 102 | 399 | 400 |
| Remux-2160p | 187.4 | 399 | 400 |
| Quality | Min | Preferred | Max |
| ------------ | ----- | --------- | --- |
| WEBDL-2160p | 50.8 | 399 | 400 |
| WEBRip-2160p | 50.8 | 399 | 400 |
| Bluray-2160p | 102 | 399 | 400 |
| Remux-2160p | 187.4 | 399 | 400 |
??? check "example - [CLICK TO EXPAND]"
![!Quality Size](images/uhd-quality-size.png)
![!Quality Size](/SQP/images/uhd-quality-size.png)
!!! attention
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't always a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add.

@ -8,4 +8,4 @@ Merge the following Qualities together:
To merge them you need to click on the edit groups.
![!Merge Qualities](images/uhd-merge.gif)
![!Merge Qualities](/SQP/images/uhd-merge.gif)

@ -4,4 +4,4 @@
Create a new profile and name it what ever you want I used `WEBDL|Remux|Bluray|2160p`
![!Add Quality Profile](images/uhd-add-quality-profile.png)
![!Add Quality Profile](/SQP/images/uhd-add-quality-profile.png)

@ -6,7 +6,7 @@
- **Upgrade Until Custom Format Score:** `10000`
??? check "example - [CLICK TO EXPAND]"
![!Quality Profile Settings](images/uhd-quality-profile-settings.png)
![!Quality Profile Settings](/SQP/images/uhd-quality-profile-settings.png)
!!! attention
These screenshots are just examples to show you how it should look and where you need to place the data that you need to add, they aren't always a 100% reflection of the actual data and not always 100% up to date with the actual data you need to add.

@ -28,7 +28,7 @@ markdown_extensions:
- footnotes
- pymdownx.details
- pymdownx.keys
- pymdownx.snippets
# - pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.highlight
@ -45,6 +45,10 @@ markdown_extensions:
plugins:
- include-markdown:
opening_tag: "{!"
closing_tag: "!}"
- markdownextradata:
data: docs/json
- search
- git-revision-date-localized:
type: datetime

Loading…
Cancel
Save