diff --git a/.github/ISSUE_TEMPLATE/request-a-guide.yml b/.github/ISSUE_TEMPLATE/request-a-guide.yml index 4b3d20d66..689c88294 100644 --- a/.github/ISSUE_TEMPLATE/request-a-guide.yml +++ b/.github/ISSUE_TEMPLATE/request-a-guide.yml @@ -1,5 +1,5 @@ name: Request a Guide -description: Request a Guide here +description: Request a Guide here (This is only for new Guide requests, not for changes to existing guides, custom formats etc, if you are unsure please check out the Discord server first.) title: "[Request]" labels: ["Type: Guide Request", "Status: Triage Needed"] body: diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cdff6cc62..d9cac8c37 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -10,7 +10,7 @@ ## Open Questions and Pre-Merge TODOs - diff --git a/docs/Downloaders/Deluge/Tips/Thin-Client.md b/docs/Downloaders/Deluge/Tips/Thin-Client.md new file mode 100644 index 000000000..b4d41bea8 --- /dev/null +++ b/docs/Downloaders/Deluge/Tips/Thin-Client.md @@ -0,0 +1,54 @@ +# Thin Client + +## Daemon + +If you are already running Deluge in `daemon` or `console` mode, or running via Docker, this is usually enabled by default. You will need to check your compose or core.conf for the "daemon_port" if you do not know it. + +!!! tip + You can also access the daemon settings in `Preferences` in the WebUI if you do not have access to the GTK/UI + +You will need to have "Allow Remote Connections" enabled if you are not connecting to Deluge from localhost. + +![!Daemon Settings](../images/Deluge-tc-daemon.png) + +!!! info + If you do not have access to the WebUI, and are instead doing this by editing Deluge's `core.conf`, you will need to change "allow_remote" to true. + + Restart Deluge for the changes to take effect. + +------ + +## Switching to Thin-Client + +Once your daemon is up and running, it's time to set up the client you'll be using to manage your daemon. This will usually be on a second computer, but if you wish to use Deluge with Thin-Client locally (to always seed in the background) that works as well. + +Simply go to `Edit` => `Preferences` and switch from `Standalone` to `Thin Client` + +![!Thin-Client Toggle](../images/Deluge-tc-settings.png) + +Restart Deluge. + +!!! info + You will still need to set the daemon to run at start-up. + +### Connections Manager + +After switching to `Thin Client` you will need to connect to your daemon. Go to `Edit` => `Connections Manager` and click on `Add` to add the daemon. + +![!Label Options](../images/Deluge-tc-connman.png) + +!!! ATTENTION + If you mistyped your password while adding the connection, it will prompt you to enter it. There is a bug that does not accept/save the correct password unless it is entered through the `Add`/`Edit` Menu. + + If you mistype the password while you are adding the connection, go to `Edit` on the connection and retype the password into the password field. + +!!! WARNING + You can find your users and passwords for the daemon in the `auth` file inside your appdata/config folder for Deluge. + + You can add users in the `Daemon` settings in preferences as well. + + BE AWARE: These passwords are stored in PLAIN-TEXT in your `auth` file. + +{! include-markdown "../../../../includes/support.md" !} + + diff --git a/docs/Downloaders/Deluge/Tips/Unraid-Mover.md b/docs/Downloaders/Deluge/Tips/Unraid-Mover.md new file mode 100644 index 000000000..784b1270b --- /dev/null +++ b/docs/Downloaders/Deluge/Tips/Unraid-Mover.md @@ -0,0 +1,265 @@ +# unRAID Mover and Deluge + +When you make use of the unRAID cache drive for your `/data/torrents` share, and the torrents in Deluge are still seeding, the mover can't move files since they are still in use. + +Using the following instructions will allow you to move the files with the use of the Deluge JSON-RPC. + +!!! abstract "Workflow Rules" + + 1. Pause torrents in a specified age range that reside on your cache drive. + 1. Run the unRAID mover. + 1. Resume the torrents after the mover has completed. + +!!! warning + + The screenshots below are only **EXAMPLES** to show you how it should look and where you need to place the data that you need to add. They are **NOT** always a 100% reflection of the actual data, and not always the actual values you need to add. + + - Always follow the recommendations described in the guide. + - If you have any questions, or aren't sure, just click the chat badge to join the Discord Channel where you can ask your questions directly. + +## Needed + +### `deluge-mover` script + +Download the following standalone Python script. + +- [Script (deluge-mover.py)](https://raw.githubusercontent.com/zakkarry/deluge-mover/master/deluge-mover.py){:target="_blank" rel="noopener noreferrer"} + +Thanks to [zakary](https://github.com/zakkarry){:target="_blank" rel="noopener noreferrer"} (Developer on [cross-seed](https://github.com/cross-seed/cross-seed){:target="_blank" rel="noopener noreferrer"}) + +### Plugins + +Install the following Plugins. + +- User Scripts +- NerdTools + - python3 (*1*) + - python-setuptools (*1*) + - python-pip (*1*) + +!!! info "(*1*) These need to be installed from NerdTools." + +------ + +## Setup + +After you install the needed `Plugins` - it's time to configure everything. + +### `requests` module + +`deluge-mover.py` needs the requests Python module, so we need to make sure it's installed when your unRAID server starts, or when the Array is started the first time. + +You can choose one of the following 3 options (select a tab) to install `requests`. + +=== "User scripts" + With this option, we're going to install the `requests` module when the Array is started the first time. + + In your unRAID Dashboard, go to your `Settings` tab and select `User Scripts` in the `User Utilities` section at the bottom. + + ![!User Scripts](images/Unraid-settings-user-scripts-icon.png) + + At the bottom of the `User Scripts` page select the `ADD NEW SCRIPT` button. + + ![!Add New Script](images/Unraid-user-scripts-add-new-script-icon.png) + + A popup will appear asking you to name the script. For this example, we're going to use `Install requests (deluge-mover)` and then click on `OK`. + + ![!Install requests module](images/Unraid-user-scripts-add-new-script-enter-name.png) + + Click on the cogwheel of the new script in the list, and select `Edit Script`. + + ![!Select user script](images/Unraid-settings-user-scripts-edit-requests.png) + + Copy/Paste the following in the new window that opens, then click `SAVE CHANGES`. + + ```bash + #!/bin/bash + pip3 install requests + ``` + + ![!Bash script](images/Unraid-settings-user-scripts-requests.png) + + Select in the schedule list when the script should run, and choose `At First Array Start Only`. + + ![!Set Run Time](images/Unraid-settings-user-scripts-requests-schedule.png) + + Click on `Apply`. + + Finally, you will need to choose `RUN IN BACKGROUND` or restart your unRAID server to install the `requests` module. +=== "Python venv" + With this option, we're going to create a [Python virtual environment](https://docs.python.org/3/library/venv.html) on our disk. We will use this to run and store dependencies (`requests`) for this specific environment. + + By doing this, we will **only need to configure this once** and it will be persistent after reboots *(this differs from the previous steps)*. + + First, you need to choose a location to start a new Python environment. + + !!! info + In the next steps, you will be asked to choose a [location to store the script](#copy-script-to-your-preferred-location), try to be consistent. + + Suggestions: + + - `/mnt/user/appdata/deluge/scripts/.venv` + - `/mnt/user/data/scripts/.venv` + + Run the following command in unRAID's terminal in the directory you chose: + + ```bash + python3 -m venv --clear /mnt/user/data/scripts/.venv + ``` + + We now need to enter this new environment and install our dependency (`requests`) in it, run: + + ```bash + source /mnt/user/data/scripts/.venv/bin/activate + pip3 install requests + deactivate # to leave the environment + ``` + + !!! info + Replace `/mnt/user/data/scripts/.venv` with the path you have chosen. +=== "Go File" + With this option, we're going to install the `requests` module when the unRAID server is started. + + On your USB stick/key go to `/boot/config` and open the `go` file with your text editor ([VSCode](https://code.visualstudio.com/){:target="_blank" rel="noopener noreferrer"}/[Notepad++](https://notepad-plus-plus.org/downloads/){:target="_blank" rel="noopener noreferrer"}). + + Copy/paste the following command + + ```bash + pip3 install requests + ``` + + Restart your unRAID Server or run the above command from the terminal. + +------ + +### Script + +Now, using your favorite text editor ([VSCode](https://code.visualstudio.com/){:target="_blank" rel="noopener noreferrer"}/[Notepad++](https://notepad-plus-plus.org/downloads/){:target="_blank" rel="noopener noreferrer"}) edit the script you downloaded at the beginning of the guide ([HERE](#deluge-mover-script)). + +You only need to change a few options at the top of the script. + +```python +### CONFIGURATION VARIABLES ### + +# this webui will need to be the JSON-RPC endpoint +# this ends with '/json' +deluge_webui = "http://localhost:8112/json" +deluge_password = "deluged" + +# this changes whether the actual cache drive is checked for +# applicable files to pause/move before pausing. +# +# if this is false, it will pause all torrents in the age-range +# instead of only torrents in that range that exist on the cache +check_fs = False + +# if you are using the mover tuner and don't want to use it for +# this script, set this to true +# +# if you do not use mover tuner, leave this as false +use_mover_old = False + +# this is the absolute host path to your cache drive's downloads +# you only need this to be changed/set if using 'check_fs = True' +cache_download_path = "/mnt/cache/torrents/completed" + +# the age range of days to look for relevant torrents to move +# i dont recommend setting age_day_max to less than the schedule +# you run the script on... +# +# if you run every 7 days, this should be at least 7 to prevent +# files from being stuck on your cache forever +# +# 0 disables age_day_max +# set both age vars to 0 to move everything on your cache drive + +age_day_min = 3 +age_day_max = 0 +``` + +- `deluge_webui` => The URL you use to access Deluge locally. (*the* `"` *should remain*) +- `deluge_password` => Your Deluge WebUI `Password`. (*the* `"` *should remain*) +- `check_fs` => If set to `True`, it will check for the file on the cache drive before pausing. +- `use_mover_old` => See below. + + !!! warning "" + - If you do not use `Mover Tuning`, you **DO NOT** have to make any changes. + - If you use `Mover Tuning` but **DON'T** want to use it for the script, change this to `True` + - If you use `Mover Tuning` and **DO** want to use it for the script, you will not have to make any changes. However, for this option, inside the `Mover Tuner` you will need to set `Move Now button follows plugin filters` to `Yes` and `Disable Mover running on a schedule` to `No`. + +- `cache_download_path` => The location (host path) for your cache folder (if check_fs is True) +- `age_day_min` => Set the minimum age (days) of the torrents that you wish to move. +- `age_day_max` => Set the maximum age (days) of the torrents that you wish to move. + +#### Copy the script to your preferred location + +Place the script you just edited somewhere easy to access/remember. + +Suggestions: + +- `/mnt/user/appdata/deluge/scripts/deluge-mover.py` +- `/mnt/user/data/scripts/deluge-mover.py` + +#### Final steps + +Set up the scheduler for when the mover should run. + +In your unRAID Dashboard, go to your `Settings` tab and select `User Scripts` in the `User Utilities` section at the bottom. + +![!User Scripts](images/Unraid-settings-user-scripts-icon.png) + +At the bottom of the `User Scripts` page select the `ADD NEW SCRIPT` button. + +![!Add New Script](images/Unraid-user-scripts-add-new-script-icon.png) + +A popup will appear asking you to name the script. For this example, we're going to use `deluge-mover` and then click on `OK`. + +![!Deluge Mover](images/Unraid-user-scripts-add-new-script-enter-name-deluge.png) + +Click on the cogwheel of the new script in the list. + +![!Select user script](images/Unraid-settings-user-scripts-edit-deluge-mover.png) + +Choose your method (select a tab) and copy/paste the script in the new window that opens, then click `SAVE CHANGES`. +=== "Python (Native)" + + ``` bash + #!/bin/bash + /usr/local/emhttp/plugins/dynamix/scripts/notify -s "Deluge Mover" -d "Deluge Mover starting @ `date +%H:%M:%S`." + echo "executing script to pause torrents and run mover." + python3 /mnt/user/data/scripts/deluge-mover.py + echo "deluge-mover completed and resumed all paused torrents." + /usr/local/emhttp/plugins/dynamix/scripts/notify -s "Deluge Mover" -d "Deluge Mover completed @ `date +%H:%M:%S`." + ``` + +=== "Python (venv)" + + ``` bash + #!/bin/bash + /usr/local/emhttp/plugins/dynamix/scripts/notify -s "Deluge Mover" -d "Deluge Mover starting @ `date +%H:%M:%S`." + echo "executing script to pause torrents and run mover." + /mnt/user/data/scripts/.venv/bin/python3 /mnt/user/data/scripts/deluge-mover.py + echo "deluge-mover completed and resumed all paused torrents." + /usr/local/emhttp/plugins/dynamix/scripts/notify -s "Deluge Mover" -d "Deluge Mover completed @ `date +%H:%M:%S`." + ``` + +!!! info + Replace `/mnt/user/data/scripts/` in the script with the path you have chosen for the Python script. + +![!Bash script](images/Unraid-settings-user-scripts-deluge-mover.png) + +Click the schedule dropdown to choose when the script should run. We want to select `Custom`. + +![!Set Run Time](images/Unraid-settings-user-scripts-deluge-mover-schedule.png) + +After changing to `Custom` you will get an extra text field on the right where you can set your schedule (cron). + +For this example, we're going to tell the script to run every day at 4 AM. + +`0 4 * * *` + +You can generate your scheduling [HERE](https://crontab.guru/) + +![!Set Run Time](images/Unraid-settings-user-scripts-deluge-mover-cron.png) + +{! include-markdown "../../../../includes/support.md" !} diff --git a/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-deluge-mover-cron.png b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-deluge-mover-cron.png new file mode 100644 index 000000000..404ba7e8f Binary files /dev/null and b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-deluge-mover-cron.png differ diff --git a/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-deluge-mover-schedule.png b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-deluge-mover-schedule.png new file mode 100644 index 000000000..20000874d Binary files /dev/null and b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-deluge-mover-schedule.png differ diff --git a/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-deluge-mover.png b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-deluge-mover.png new file mode 100644 index 000000000..0763cdfda Binary files /dev/null and b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-deluge-mover.png differ diff --git a/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-edit-deluge-mover.png b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-edit-deluge-mover.png new file mode 100644 index 000000000..0ef84af98 Binary files /dev/null and b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-edit-deluge-mover.png differ diff --git a/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-edit-requests.png b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-edit-requests.png new file mode 100644 index 000000000..e4f4d2407 Binary files /dev/null and b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-edit-requests.png differ diff --git a/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-icon.png b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-icon.png new file mode 100644 index 000000000..90051ccb8 Binary files /dev/null and b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-icon.png differ diff --git a/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-requests-schedule.png b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-requests-schedule.png new file mode 100644 index 000000000..900a210db Binary files /dev/null and b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-requests-schedule.png differ diff --git a/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-requests.png b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-requests.png new file mode 100644 index 000000000..725d975c4 Binary files /dev/null and b/docs/Downloaders/Deluge/Tips/images/Unraid-settings-user-scripts-requests.png differ diff --git a/docs/Downloaders/Deluge/Tips/images/Unraid-user-scripts-add-new-script-enter-name-deluge.png b/docs/Downloaders/Deluge/Tips/images/Unraid-user-scripts-add-new-script-enter-name-deluge.png new file mode 100644 index 000000000..8929789ab Binary files /dev/null and b/docs/Downloaders/Deluge/Tips/images/Unraid-user-scripts-add-new-script-enter-name-deluge.png differ diff --git a/docs/Downloaders/Deluge/Tips/images/Unraid-user-scripts-add-new-script-enter-name.png b/docs/Downloaders/Deluge/Tips/images/Unraid-user-scripts-add-new-script-enter-name.png new file mode 100644 index 000000000..79ab186c8 Binary files /dev/null and b/docs/Downloaders/Deluge/Tips/images/Unraid-user-scripts-add-new-script-enter-name.png differ diff --git a/docs/Downloaders/Deluge/Tips/images/Unraid-user-scripts-add-new-script-icon.png b/docs/Downloaders/Deluge/Tips/images/Unraid-user-scripts-add-new-script-icon.png new file mode 100644 index 000000000..3c30beaac Binary files /dev/null and b/docs/Downloaders/Deluge/Tips/images/Unraid-user-scripts-add-new-script-icon.png differ diff --git a/docs/Downloaders/Deluge/Using-Labels.md b/docs/Downloaders/Deluge/Using-Labels.md index 66496106f..6da775b37 100644 --- a/docs/Downloaders/Deluge/Using-Labels.md +++ b/docs/Downloaders/Deluge/Using-Labels.md @@ -7,7 +7,7 @@ ### Managing Labels -Once you have [enabled the `Label` plugin](./Basic-Setup.md#plugins), you simply right-click anywhere in the area occupied by the label index on the pane on the left and you will be presented with a menu to add/remove/etc a label. +Once you have [enabled the `Label` plugin](./Basic-Setup.md#plugins), you simply right-click anywhere in the area occupied by the label index on the pane on the left and you will be presented with a menu to add/remove/edit a label or its options. ![!Label Menu](images/Deluge-label-add.png) diff --git a/docs/Downloaders/Deluge/index.md b/docs/Downloaders/Deluge/index.md index c7ce6edf9..d04f3a51f 100644 --- a/docs/Downloaders/Deluge/index.md +++ b/docs/Downloaders/Deluge/index.md @@ -27,7 +27,7 @@ Using `apt-get` to install sudo apt-get update sudo apt-get install deluge -Using `pip3` to install (included in the python package) +Using `pip3` to install (included in the Python package) pip3 install deluge diff --git a/docs/Downloaders/SABnzbd/scripts/Clean/Clean.py b/docs/Downloaders/SABnzbd/scripts/Clean/Clean.py index 3f3444e57..4dd65287c 100644 --- a/docs/Downloaders/SABnzbd/scripts/Clean/Clean.py +++ b/docs/Downloaders/SABnzbd/scripts/Clean/Clean.py @@ -20,13 +20,11 @@ import sys import re +# normalize argv to scriptname and just first 8 arguments to maintain compatibility +sys.argv = sys.argv[:9] try: - # Parse the 18 input variables for SABnzbd version >= 4.0.0 - (scriptname, nzbname, postprocflags, category, script, prio, downloadsize, grouplist, showname, season, episodenumber, episodename, is_proper, resolution, decade, year, month, day, job_type) = sys.argv - downloadsize = int(downloadsize) -except ValueError: - # ...or 11 variables for earlier versions - (scriptname, nzbname, postprocflags, category, script, prio, downloadsize, grouplist, showname, season, episodenumber, episodename) = sys.argv + # Parse the input variables for SABnzbd version >= 4.2.0 + (scriptname, nzbname, postprocflags, category, script, prio, downloadsize, grouplist) = sys.argv except: sys.exit(1) # exit with 1 causes SABnzbd to ignore the output of this script diff --git a/docs/Downloaders/qBittorrent/3rd-party-tools.md b/docs/Downloaders/qBittorrent/3rd-party-tools.md index 22358ab0f..05dcf1d17 100644 --- a/docs/Downloaders/qBittorrent/3rd-party-tools.md +++ b/docs/Downloaders/qBittorrent/3rd-party-tools.md @@ -21,30 +21,33 @@ This is a program used to manage your qBittorrent instance such as: ------ -## Qbitrr +## qBitrr This is a program used to manage your qBittorrent instance and Arr instances Features - Monitor qBit for Stalled/bad entries and delete them then blacklist them on Arrs (Option to also trigger a re-search action). -- Monitor qBit for completed entries and tell the appropriate Arr instance to import it ( 'DownloadedMoviesScan' or 'DownloadedEpisodesScan' commands). +- Monitor qBit for completed entries and tell the appropriate Arr instance to import it: + - `qbitrr DownloadedMoviesScan` for Radarr + - `qbitrr DownloadedEpisodesScan` for Sonarr - Skip files in qBit entries by extension, folder or regex. -- Monitor completed folder and cleans it up. -- Uses ffprobe to ensure downloaded entries are valid media. +- Monitor completed folder and clean it up. +- Usage of [ffprobe](https://github.com/FFmpeg/FFmpeg){:target="_blank" rel="noopener noreferrer"} to ensure downloaded entries are valid media. - Trigger periodic Rss Syncs on the appropriate Arr instances. - Trigger Queue update on appropriate Arr instances. -- Search requests from Overseerr or Ombi. +- Search requests from [Overseerr](https://github.com/sct/overseerr){:target="_blank" rel="noopener noreferrer"} or [Ombi](https://github.com/Ombi-app/Ombi){:target="_blank" rel="noopener noreferrer"}. - Auto add/remove trackers - Set per tracker values -- Also supports Sonarr v4 - -This section requires the Arr databases to be locally available. - +- **Sonarr v4 support** +- **Radarr v4 and v5 support** - Monitor Arr's databases to trigger missing episode searches. -- Customizable year range to search for (at a later point will add more option here, for example search whole series/season instead of individual episodes, search by name, category etc). +- Searches Radarr missing movies based on Minimum Availability +- Customizable searching by series or singular episodes +- Optionally searches year by year is ascending or descending order (config option available) +- Search for CF Score unmet and cancel torrents base on CF Score or Quality unmet search -[Qbitrr](https://github.com/Feramance/Qbitrr){:target="_blank" rel="noopener noreferrer"} +[qBitrr](https://github.com/Feramance/qBitrr){:target="_blank" rel="noopener noreferrer"} ------ diff --git a/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md b/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md index 01e60fae6..d600df08d 100644 --- a/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md +++ b/docs/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent.md @@ -1,28 +1,29 @@ -# How to run the unRaid mover for qBittorent seeding torrents +# unRAID Mover and qBittorrent -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. +When you make use of the unRAID cache drive for your `/data/torrents` share, and the torrents in qBittorrent are still seeding, the mover can't move files since they are still in use. -Using the following instructions you will be able to move the files with the use of the qBittorrent API. +Using the following instructions will allow you to move the files with the use of the qBittorrent API. -!!! abstract "Workflow Rules - [Click to show/hide]" +!!! abstract "Workflow Rules" - 1. Pause torrents older than last x days. - 1. Run the mover. - 1. Resume the torrents once the mover is completed. + 1. Pause torrents in a specified age range that reside on your cache drive. + 1. Run the unRAID mover. + 1. Resume the torrents after the mover has completed. !!! warning - The 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. - - Always follow the data described in the guide. - - If you got any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly. + The screenshots below are only **EXAMPLES** to show you how it should look and where you need to place the data that you need to add. They are **NOT** always a 100% reflection of the actual data, and not always the actual values you need to add. + + - Always follow the recommendations described in the guide. + - If you have any questions, or aren't sure, just click the chat badge to join the Discord Channel where you can ask your questions directly. ## Needed -### The Script +### qBit-Mover script -Download the following standalone script. +Download the following standalone Python script. -- [Script](https://raw.githubusercontent.com/StuffAnThings/qbit_manage/master/scripts/mover.py){:target="_blank" rel="noopener noreferrer"} +- [Script (mover.py)](https://raw.githubusercontent.com/StuffAnThings/qbit_manage/master/scripts/mover.py){:target="_blank" rel="noopener noreferrer"} Big Thnx to [bobokun](https://github.com/bobokun){:target="_blank" rel="noopener noreferrer"} Developer of [qBit Manage](https://github.com/StuffAnThings/qbit_manage){:target="_blank" rel="noopener noreferrer"} @@ -31,170 +32,194 @@ Big Thnx to [bobokun](https://github.com/bobokun){:target="_blank" rel="noopener Install the following Plugins. - User Scripts -- Nerd Tools +- NerdTools - python3 (*1*) - python-setuptools (*1*) - python-pip (*1*) -!!! info "(*1*) These needs to be installed from the Nerd Tools" +!!! info "(*1*) These need to be installed from NerdTools." ------ ## Setup -After you installed the needed Plugins it's time to configure everything. +After you install the needed `Plugins` - it's time to configure everything. -### qBit API +### `qbittorrent-api` module -The script needs the qBit API to work, so we need to make sure it's installed when your unRaid server is booted or when the Array is started the first time. +The script needs the qbittorrent-api module to work, so we need to make sure it's installed when your unRAID server starts, or when the Array is started the first time. -You can choose from the following 2 options how you want to install it, depending what you preference. +You can choose one of the following 3 options (select a tab) to install `qbittorrent-api`. -- [User scripts](#user-scripts) -- [Go File](#go-file) +=== "User scripts" + With this option, we're going to install the `qbittorrent-api` module when the Array is started the first time. -#### User scripts + In your unRAID Dashboard, go to your `Settings` tab and select `User Scripts` in the `User Utilities` section at the bottom. -With this option we're going to install the qBit API when the Array is started the first time. + ![!User Scripts](images/Unraid-settings-user-scripts-icon.png) -Go to your unRaid Dashboard to your settings tab and select in the `User Utilities` at the bottom the new plugin you installed `User Scripts`. + At the bottom of the `User Scripts` page select the `ADD NEW SCRIPT` button. -![!User Scripts](images/Unraid-settings-user-scripts-icon.png) + ![!Add New Script](images/Unraid-user-scripts-add-new-script-icon.png) -Select at the bottom `ADD NEW SCRIPT`. + A popup will appear asking you to name the script. For this example, we're going to use `Install qBittorent-API` and then click on `OK`. -![!Add New Script](images/Unraid-user-scripts-add-new-script-icon.png) + ![!Install qBittorrent API](images/Unraid-user-scripts-add-new-script-enter-name.png) -A popup will appear where you can give it a name, for this example we're going to use `Install qBittorrent API` and then click on `OK`. + Click on the cogwheel of the new script in the list, and select `Edit Script`. -![!Install qBittorrent API](images/Unraid-user-scripts-add-new-script-enter-name.png) + ![!Select user script](images/Unraid-settings-user-scripts-list-select-qbit-api.png) -Click in the list on the cogwheel of the new user scrip you made. + Copy/Paste the following in the new window that opens, then click `SAVE CHANGES`. -![!Select user script](images/Unraid-settings-user-scripts-list-select-qbit-api.png) + ```bash + #!/bin/bash + pip3 install qbittorrent-api + ``` -Copy/Paste in the new windows that opens the following bash command followed by `SAVE CHANGES`. + ![!Bash script](images/Unraid-settings-user-scripts-qbit-api.png) -```bash -#!/bin/bash -pip3 install qbittorrent-api -``` + Select in the schedule list when the script should run, and choose `At First Array Start Only`. -![!Bash script](images/Unraid-settings-user-scripts-qbit-api.png) + ![!Set Run Time](images/Unraid-settings-user-scripts-qbit-api-schedule.png) -Select in the schedule list when the script should run, and choose `At First Array Start Only`. + Click on `Apply`. -![!Set Run Time](images/Unraid-settings-user-scripts-qbit-api-schedule.png) + Finally, you will need to choose `RUN IN BACKGROUND` or restart your unRAID server to install the `qbittorrent-api` module. -Click on `RUN IN BACKGROUND` or restart your unRaid server so the qBit API is installed. + ![!RUN IN BACKGROUND](images/Unraid-settings-user-scripts-qbit-api-run-background.png) -![!RUN IN BACKGROUND](images/Unraid-settings-user-scripts-qbit-api-run-background.png) +=== "Python venv" + With this option, we're going to create a [Python virtual environment](https://docs.python.org/3/library/venv.html) on our disk. We will use this to run and store dependencies (`qbittorrent-api`) for this specific environment. ------- + By doing this, we will **only need to configure this once** and it will be persistent after reboots *(this differs from the previous steps)*. -#### Go File + First, you need to choose a location to start a new Python environment. -With this option we're going to install the qBit API when the unRaid server is started. + !!! info + In the next steps, you will be asked to choose a [location to store the script](#copy-script-to-your-preferred-location), try to be consistent. -On your USB stick/key go to `/boot/config` and open the `go` file with your favorite editor ([VSCode](https://code.visualstudio.com/){:target="_blank" rel="noopener noreferrer"}/[Notepad++](https://notepad-plus-plus.org/downloads/){:target="_blank" rel="noopener noreferrer"}) and copy/paste the following command. + Suggestions: -```bash -pip3 install qbittorrent-api -``` + - `/mnt/user/appdata/qbittorrent/scripts/.venv` + - `/mnt/user/data/scripts/.venv` -Restart your unRaid Server, or run the above command from the terminal. + Run the following command in unRAID's terminal in the directory you chose: ------- + ```bash + python3 -m venv --clear /mnt/user/data/scripts/.venv + ``` -### Script + We now need to enter this new environment and install our dependency (`qbittorrent-api`) in it, run: -Edit the script with your favorite editor ([VSCode](https://code.visualstudio.com/){:target="_blank" rel="noopener noreferrer"}/[Notepad++](https://notepad-plus-plus.org/downloads/){:target="_blank" rel="noopener noreferrer"}) you downloaded at the beginning of the guide [HERE](#the-script). + ```bash + source /mnt/user/data/scripts/.venv/bin/activate + pip3 install qbittorrent-api + deactivate # to leave the environment + ``` -You only need to edit a few options in the script + !!! info + Replace `/mnt/user/data/scripts/.venv` with the path you have chosen. +=== "Go File" + With this option, we're going to install the `qbittorrent` module when the unRAID server is started. -```python -# --DEFINE VARIABLES--# -# Set Number of Days to stop torrents between two offsets -# days_from set to 0 will pause any torrents from todays date -# days_to will be the upper limit of how far you want to pause torrents to -days_from = 0 -days_to = 2 -qbt_host = "192.168.2.200:8080" -qbt_user = None -qbt_pass = None -# --DEFINE VARIABLES--# -``` + On your USB stick/key go to `/boot/config` and open the `go` file with your text editor ([VSCode](https://code.visualstudio.com/){:target="_blank" rel="noopener noreferrer"}/[Notepad++](https://notepad-plus-plus.org/downloads/){:target="_blank" rel="noopener noreferrer"}). -- `days_from` => Set Number of Days to stop torrents **from** for the move. -- `days_to` => Set Number of Days to stop torrents **to** for the move. -- `qbt_host` => The URL you use to access qBittorrent locally. (*the* `"` *should remain*) -- `qbt_user` => Your used qBittorrent `User Name` if you have authentication enabled. Add `'` either side. -- `qbt_pass` => Your used qBittorrent `Password` if you have authentication enabled. Add `'` either side. + Copy/paste the following command + + ```bash + pip3 install qbittorrent-api + ``` + + Restart your unRAID Server or run the above command from the terminal. -!!! danger "If you have authentication enabled. Add `'` either side of your User/Password." +------ + +### Script !!! warning "" - Depending on whether you use the unRaid `Mover Tuning` app, You might need to change **line 68**: + Depending on whether you use the unRaid `Mover Tuning` app, You might need to change **line 94**: - - If you do not use `Mover Tuning`, change **line 68** from `os.system('/usr/local/sbin/mover.old start')` to `os.system('/usr/local/sbin/mover start')` - - If you use `Mover Tuning` but **don't** want to use it for the script, do not change **line 68** - - If you use `Mover Tuning` and **do** want to use it for the script, change **line 68** from `os.system('/usr/local/sbin/mover.old start')` to `os.system('/usr/local/sbin/mover start')`. For this option, inside the `Mover Tuner` options you will also need to set `Move Now button follows plugin filters` to `Yes` and `Disable Mover running on a schedule` to `No`. + - If you do not use `Mover Tuning`, change **line 94** from `os.system('/usr/local/sbin/mover.old start')` to `os.system('/usr/local/sbin/mover start')` + - If you use `Mover Tuning` but **don't** want to use it for the script, do not change **line 94** + - If you use `Mover Tuning` and **do** want to use it for the script, change **line 94** from `os.system('/usr/local/sbin/mover.old start')` to `os.system('/usr/local/sbin/mover start')`. For this option, inside the `Mover Tuner` options you will also need to set `Move Now button follows plugin filters` to `Yes` and `Disable Mover running on a schedule` to `No`. -#### Copy script to your preferred location +#### Copy the script to your preferred location -Now it's time to place the script you just edited somewhere easy to access/remember. +Place the script you just edited somewhere easy to access/remember. Suggestions: -- `/mnt/user/appdata/qbittorrent/scripts` (yes you need to create this folder your self) -- `/mnt/user/data/scripts` (yes you need to create this folder your self) +- `/mnt/user/appdata/qbittorrent/scripts/mover.py` +- `/mnt/user/data/scripts/mover.py` #### Final steps -Now it's time to setup the scheduler when the mover should run. +Set up the scheduler for when the mover should run. -Go to your unRaid Dashboard to your settings tab and select in the `User Utilities` at the bottom the new plugin you installed `User Scripts`. +In your unRAID Dashboard, go to your `Settings` tab and select `User Scripts` in the `User Utilities` section at the bottom. ![!User Scripts](images/Unraid-settings-user-scripts-icon.png) -Select at the bottom `ADD NEW SCRIPT`. +At the bottom of the `User Scripts` page select the `ADD NEW SCRIPT` button. ![!Add New Script](images/Unraid-user-scripts-add-new-script-icon.png) -A popup will appear where you can give it a name, for this example we're going to use `qBittorrent Mover` and then click on `OK`. +A popup will appear asking you to name the script. For this example, we're going to use `qBittorrent Mover` and then click on `OK`. ![!qBittorrent Mover](images/Unraid-user-scripts-add-new-script-enter-name-qbt.png) -Click in the list on the cogwheel of the new user scrip you made. +Click on the cogwheel of the new script in the list. ![!Select user script](images/Unraid-settings-user-scripts-list-select-qbit-mover.png) -Copy/Paste in the new windows that opens the following bash command followed by `SAVE CHANGES`. +Choose your method (select a tab) and copy/paste the script in the new window that opens, then click `SAVE CHANGES`. +=== "Python (Native)" + + ``` bash + #!/bin/bash + /usr/local/emhttp/plugins/dynamix/scripts/notify -s "qBittorrent Mover" -d "qBittorrent Mover starting @ `date +%H:%M:%S`." + echo "executing script to pause torrents and run mover." + python3 /mnt/user/data/scripts/mover.py --host "localhost:8080" --user "your_user" --password "your_password" --days_from 0 --days_to 2 + echo "qbittorrent-mover completed and resumed all paused torrents." + /usr/local/emhttp/plugins/dynamix/scripts/notify -s "qBittorrent Mover" -d "qBittorrent Mover completed @ `date +%H:%M:%S`." + ``` + +=== "Python (venv)" -```bash -#!/bin/bash -/usr/local/emhttp/plugins/dynamix/scripts/notify -s "qBittorrent Mover" -d "qBittorrent Mover starting @ `date +%H:%M:%S`." -echo executing script to pause torrents and run mover. -/usr/bin/python3 /mnt/user/data/scripts/mover.py -echo qbittorrent-mover completed and resumed all paused torrents. -/usr/local/emhttp/plugins/dynamix/scripts/notify -s "qBittorrent Mover" -d "qBittorrent Mover completed @ `date +%H:%M:%S`." -``` + ``` bash + #!/bin/bash + + /usr/local/emhttp/plugins/dynamix/scripts/notify -s "qBittorrent Mover" -d "qBittorrent Mover starting @ `date +%H:%M:%S`." + echo "executing script to pause torrents and run mover." + /mnt/user/data/scripts/.venv/bin/python3 /mnt/user/data/scripts/mover.py --host "localhost:8080" --user "your_user" --password "your_password" --days_from 0 --days_to 2 + echo "qbittorrent-mover completed and resumed all paused torrents." + /usr/local/emhttp/plugins/dynamix/scripts/notify -s "qBittorrent Mover" -d "qBittorrent Mover completed @ `date +%H:%M:%S`." + ``` !!! info - Replace the `/mnt/user/data/scripts/mover.py` path to the path where you placed your python script. + Replace `/mnt/user/data/scripts/` in the script with the path you have chosen for the Python script. + +- `days_from` => Set Number of Days to stop torrents **from** for the move. +- `days_to` => Set Number of Days to stop torrents **to** for the move. +- `host` => The URL you use to access qBittorrent locally. +- `user` => Your used qBittorrent `User Name` if you have authentication enabled. +- `password` => Your used qBittorrent `Password` if you have authentication enabled. ![!Bash script](images/Unraid-settings-user-scripts-qbit-mover.png) -Select in the schedule list when the script should run, and choose `Custom` +Click the schedule dropdown to choose when the script should run. We want to select `Custom`. ![!Set Run Time](images/Unraid-settings-user-scripts-qbit-mover-schedule.png) -After changing to `Custom` you get on the right a extra option where you can setup your cron schedule when it should be run. +After changing to `Custom` you will get an extra text field on the right where you can set your schedule (cron). + +For this example, we're going to tell the script to run every day at 4 AM. -For this example we're going to let the script run a 4am at night. `0 4 * * *` +`0 4 * * *` -Setup your own schedule [HERE](https://crontab.guru/) +You can generate your scheduling [HERE](https://crontab.guru/) ![!Set Run Time](images/Unraid-settings-user-scripts-qbit-mover-cron.png) ---8<-- "includes/support.md" +{! include-markdown "../../../../includes/support.md" !} diff --git a/docs/Downloaders/qBittorrent/Tips/Themes.md b/docs/Downloaders/qBittorrent/Tips/Themes.md new file mode 100644 index 000000000..3985689a7 --- /dev/null +++ b/docs/Downloaders/qBittorrent/Tips/Themes.md @@ -0,0 +1,11 @@ +# Themes + +A list of known working qBittorrent themes. + +| Theme | Style | Compatibility | +| ------------------------------------------------------------------------------------------------------------------------------ | ----- | --------------- | +| [Honeywell](https://github.com/stacksmash76/qbt-honeywell){:target="_blank" rel="noopener noreferrer"} | Dark | v4.3.1 - v4.4.5 | +| [Nightwalker Theme (CallMeBruce fork)](https://github.com/CallMeBruce/nightwalker){:target="_blank" rel="noopener noreferrer"} | Dark | v4.5 | +| [World of Quinoa](https://github.com/gl0ryus/woq){:target="_blank" rel="noopener noreferrer"} | Dark | v4.3.9, v4.4.5 | + +--8<-- "includes/support.md" diff --git a/docs/Guide-Sync/index.md b/docs/Guide-Sync/index.md index ccf27df4e..00768dc5f 100644 --- a/docs/Guide-Sync/index.md +++ b/docs/Guide-Sync/index.md @@ -8,18 +8,19 @@ These are 3rd party applications to sync several sections of the guide with your | Radarr Custom Formats | v | v | | Radarr Use Flowchart to choose the correct Custom Formats for your Quality Profile | v | | | Radarr predefined config files available | | v | -| Radarr Clear all Custom Formats | v | | +| Radarr Clear all Custom Formats | v | v | | Radarr Scores | v | v | | Radarr Quality Settings (File Size) | v | v | -| Radarr Naming Scheme | v | | +| Radarr Naming Scheme | v | v | | Radarr Quality Profiles | | v | | Sonarr v3 Release Profile RegEx | v | v | | Sonarr v4 Custom Formats | v | v | | Sonarr v4 predefined config files available | | v | -| Sonarr v3/v4 Clear all Release Profiles/Custom Formats | v | | +| Sonarr v3/v4 Clear all Release Profiles | v | | +| Sonarr v3/v4 Clear all Custom Formats | v | v | | Sonarr v3/v4 Scores | v | v | | Sonarr v3/v4 Quality Settings (File Size) | v | v | -| Sonarr v3/v4 Naming Scheme | v | | +| Sonarr v3/v4 Naming Scheme | v | v | | Sonarr v3/v4 Quality Profiles | | v | ------ diff --git a/docs/Hardlinks/Examples.md b/docs/Hardlinks/Examples.md index c98df34b9..bebbe020f 100644 --- a/docs/Hardlinks/Examples.md +++ b/docs/Hardlinks/Examples.md @@ -56,10 +56,17 @@ ![sabnzbd-categories](/Downloaders/SABnzbd/images/sabnzbd-categories.png) + Don't forget to look at the full SABnzbd Guides + + - [SABnzbd - Basic Setup](/Downloaders/SABnzbd/Basic-Setup/) + - [SABnzbd - Paths and Categories](/Downloaders/SABnzbd/Paths-and-Categories/) + ## NZBGet ??? example "NZBGet Examples - [Click to show/hide]" + !!! danger "NZBGet development has been officially abandoned by the developer :bangbang:" + `Settings` => `PATHS` ![nzbget-settings-paths](images/nzbget-settings-paths.png) @@ -68,6 +75,11 @@ ![nzbget-settings-categories](images/nzbget-settings-categories.png) + Don't forget to look at the full NZBGet Guides + + - [NZBGet - Basic Setup](/Downloaders/NZBGet/Basic-Setup/) + - [NZBGet - Paths and Categories](/Downloaders/NZBGet/Paths-and-Categories/) + ## qBittorrent ??? example "qBittorrent Examples - [Click to show/hide]" @@ -76,6 +88,12 @@ ![qbt-options-downloads](images/qbt-options-downloads.png) + Don't forget to look at the full qBittorrent Guides + + - [qBittorrent - Basic Setup](/Downloaders/qBittorrent/Basic-Setup/) + - [qBittorrent - Paths](/Downloaders/qBittorrent/Paths/) + - [qBittorrent - How to add categories](/Downloaders/qBittorrent/How-to-add-categories/) + ## Deluge ??? example "Deluge Example - [Click to show/hide]" @@ -84,6 +102,11 @@ ![deluge-preferences-downloads](images/deluge-preferences-downloads.png) + Don't forget to look at the full Deluge Guides + + - [Deluge - Basic Setup](/Downloaders/Deluge/Basic-Setup/) + - [Deluge - Using Labels](/Downloaders/Deluge/Using-Labels/) + ## ruTorrent ??? example "ruTorrent Examples - [Click to show/hide]" diff --git a/docs/Hardlinks/How-to-setup-for/Synology.md b/docs/Hardlinks/How-to-setup-for/Synology.md index cc4908873..0deab8018 100644 --- a/docs/Hardlinks/How-to-setup-for/Synology.md +++ b/docs/Hardlinks/How-to-setup-for/Synology.md @@ -12,7 +12,16 @@ ## Introduction -This page will provide you with guidance on how to install several Docker images to your Synology system. We highly recommend to read the full guide, that way you have a better understanding of what you do, in case you later decide to make changes. +This page will provide you with guidance on how to install several Docker images related to the Servarr apps to your Synology. We highly recommend to read the full guide, that way you have a better understanding of what you do, in case you later decide to make changes. + +## Summary + +1. We will create ***one*** share that will hold all your data. This ensures hardlinking and/or instant moves are possible. +1. Create one user which will be assigned to the docker images as the user they run as out of security reasons. +1. Create a folder structure on the `data` and `docker` share with a few commands (or manually). +1. Download and edit the `docker-compose.yml` and `.env` files to your system settings. +1. Set permissions to all folders related in the shares. +1. Run and execute docker commands to start the containers. ### Automated Script @@ -47,17 +56,11 @@ This page will provide you with guidance on how to install several Docker images ## Install Docker -You need to install Docker from the `Package Center`. This should also create a share named `docker`, check File Station if it is present. +You need to install Docker / Container Manager from the `Package Center`. This should also create a share named `docker`, check File Station if it is present. ## Create the main share -!!! warning - - To get Hardlinks and Atomic-Moves working with your Synology you will need to make use of **ONE** share with subfolders. - -We will use a new share named `data` (lowercase) for all your library media. - -Later in this guide, we will fill this share with subfolders. +We will create and use a new share named `data` (lowercase) for all your library media and downloads. To create a new share: @@ -65,27 +68,27 @@ To create a new share: ![!create_share](images/create_share.png) -Name this shared folder `data`. You can disable the trash can. Click next until you are done. +Name this shared folder `data`. You can disable the trash can, up to you. Click next until you are done. ## Create a user -For this, we are going to create a new user that only has access to the share(s) that we use for this guide. +We are going to create a new user that only has access to the share(s) that we use for the containers to run as. You rather not have the containers run as an admin/root user. Go to `Control Panel` > `User & Group` -In the `User` section, create a new user. Name it whatever you like, but for this guide we will use `docker`. +In the `User` section, create a new user. Name it whatever you like, but for this guide we will use the name `docker`. ![!adduser](images/adduser.PNG) Fill out the rest of the information, generate a password or type your own. -Click next, you will now be able to select which group this user will belong to, it should only be `users`. Click `Next`. +Click next, you will now be able to select which group this user will belong to, it should only be the group `users`. Click `Next`. ### Assign shared folder permissions -In this screen you will be able to select which Shares this user will have access to, click `No Access` on the top, this will deny all access. +In the next screen you will be able to select which Shares this user will have access to, click `No Access` on the top, this will deny all access. -Now only select `Read/Write` on the shares `docker` and `data`. +Now **only** select `Read/Write` on the shares `docker` and `data` (the share we created earlier). ![!Assign shared folders permissions](images/adduser_2.PNG) @@ -93,7 +96,7 @@ Click `Next` until you reach `Assign application permissions` ### Assign application permissions -In this screen you will be able to select which application this user will have access to, Check `Deny` for all applications. +In this screen you will be able to select which application this user will have access to. Check `Deny` for all applications. ![!Assign application permissions](images/adduser_3.PNG) @@ -102,7 +105,7 @@ Continue to click `Next` until you are finished. ## SSH You are mostly going to use the terminal. Some parts will need the Synology web GUI. -To enable terminal, you need to enable SSH in the Synology Settings. +To enable terminal access, you need to enable SSH in the Synology Settings. `Control Panel` > `Terminal & SNMP` > `Enable SSH service` @@ -112,64 +115,41 @@ Then use a program like [Putty](https://www.putty.org/){:target="_blank" rel="no Enter the login information of a Synology user account that has admin priveliges, as only members of the 'administrators' user group are able to use SSH. -If you get a popup asking if you want to trust the key, -Just press `OK` or `ACCEPT` +If you get a message asking if you want to trust the key, just press `OK` or `ACCEPT`. ### PUID and PGID In order for the Docker container to access the shares on the Synology, we need to know the user ID (PUID) and group ID (PGID) from the `docker` user we just created. -Go into your terminal app, login to your synology ssh. - -Once logged in type `id $user`. Change $user to the newly created username `docker`. +Once logged in to the terminal type `id docker`. If you used a different username, change `docker` to the one you used. ![!synology-id](images/synology-id.png) This will show you the UID (aka PUID). -Which in this screenshot is `1035` for the docker user -and the GID (aka PGID) which is `100` for the users group. -Remember these values for later use. - -!!! warning - - It is not recommended to use (anymore) your admin/main user account. That is why we just created a new user. - ------- - -## Folder Structure +Which in the screenshot above is `1035` for the docker user and the GID (aka PGID) which is `100` for the users group. +Save these values for later use. -For this example we're going to make use of the share called `data`. +## Create Folder Structure -On the host (Synology) terminal you will need to add `/volume1/` before it. So `/volume1/data` +Let's create a good folder structure on the shares we use (`docker` and `data`). This will be done with a few commands. -The `data` folder has sub-folders for `torrents` and `usenet` and each of these have sub-folders for `tv`, `movie` and `music` downloads to keep things neat. The `library` folder has nicely named `tv`, `movies` and `music` sub-folders, this is your library and what you’d pass to Plex, Emby or JellyFin. - -These subfolders you need to create your self. - -*I'm using lower case on all folder on purpose, being Linux is case sensitive.* +The structure will look like this. You can of course edit this, but do this when you know what you are doing. +*We are using lowercases on all folders on purpose, being Linux is case sensitive.* {! include-markdown "../../../includes/hardlinks/docker-tree-full.md" !} {! include-markdown "../../../includes/hardlinks/bad-path-suggestion.md" !} -{! include-markdown "../../../includes/hardlinks/breakdown-folder-structure-synology.md" !} - - ------- +To create the folder structure for your media library and also for your preferred download client, run one or both of the following commands: -### Create the needed subfolder - -Here we will create the needed subfolders for your media library and also for your preferred download client. -If you use both then run both commands - -#### If you use usenet +### If you use usenet ```bash mkdir -p /volume1/data/{usenet/{incomplete,complete}/{tv,movies,music},media/{tv,movies,music}} ``` -#### If you use torrents +### If you use torrents ```bash mkdir -p /volume1/data/{torrents/{tv,movies,music},media/{tv,movies,music}} @@ -179,22 +159,17 @@ mkdir -p /volume1/data/{torrents/{tv,movies,music},media/{tv,movies,music}} ### Appdata -Your appdata will be stored in `/volume1/docker/appdata/{appname}` -These `{appname}` sub folders you need to create your self. (*This is a limitation of the Synology*) -We're going to do this in Putty or a similar program. +Your application data will be stored in the `docker` share in the folder called `appdata` (`/volume1/docker/appdata`) +Create these folders with command below, or create them in File Station manually. ```bash mkdir -p /volume1/docker/appdata/{radarr,sonarr,bazarr,plex,pullio} ``` -You can add your own sub folders for your download client(s) using the command above, by adding the name to the command. +You can add your own subfolders for your download client(s) using the command above, by adding the name to the command. So your appdata folder will look like this. -```bash -ls -al /volume1/docker/appdata -``` - ```none docker └── appdata @@ -203,7 +178,8 @@ docker ├── bazarr ├── plex ├── pullio - └── (your download client, i.e. nzbget; sabnzbd; qbittorrent) + ├── (your download client, i.e. nzbget; sabnzbd; qbittorrent) + └── (other applications) ``` ------ @@ -225,26 +201,26 @@ Download this [docker-compose.yml](https://raw.githubusercontent.com/TRaSH-/Guid wget https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/main/docker-compose/docker-compose.yml -P /volume1/docker/appdata/ ``` -### Whats included and Whats not included - -??? question "What's included and What's not included - [Click to show/hide]" +### What's included in the compose and what is not included - This docker-compose file will have the following docker containers included. +This docker-compose file will have the following docker containers included. +```none - Radarr - Sonarr - Bazarr (Subtitle searcher and downloader) - Plex +``` - What's not included (and where are the download clients?). +What's not included (and where are the download clients?). - I didn't add a download client to it, because it depends on what you prefer (usenet/torrent) and which client you prefer, so I created a new [Repository](https://github.com/TRaSH-/Guides-Synology-Templates/tree/main/templates){:target="_blank" rel="noopener noreferrer"} on Github where I provide and maintain some templates that are ready to use with the main `docker-compose.yml`. +We didn't add a download client to it, because it depends on what you prefer (usenet/torrent) and which client you prefer. We have a repository [Repository](https://github.com/TRaSH-/Guides-Synology-Templates/tree/main/templates){:target="_blank" rel="noopener noreferrer"} on Github where we provide and maintain some templates that are ready to use with the main `docker-compose.yml`. - The only thing you need to do is copy/paste what's inside the `.yml` file in to the main `docker-compose.yml`, the template also has the command what you need to use to create the [appdata](#appdata) folder that we explained earlier. +The only thing you need to do is copy & paste what's inside the template file into to the main `docker-compose.yml` on the bottom, the templates also have a command what you need to use to create the [appdata](#appdata) folder that we explained earlier. Without the appdata folder for the application, the creation of the container will fail because of the missing folder. Second we will download the `.env` file -Download this [.env](https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/main/docker-compose/.env){:target="_blank" rel="noopener noreferrer"} to your `/volume1/docker/appdata` location so you got your important stuff together. Or use this command: +Download this [.env](https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/main/docker-compose/.env){:target="_blank" rel="noopener noreferrer"} to your `/volume1/docker/appdata` location next to the `docker-compose.yml`. Or use this command: ```bash wget https://raw.githubusercontent.com/TRaSH-/Guides-Synology-Templates/main/docker-compose/.env -P /volume1/docker/appdata/ @@ -275,7 +251,7 @@ The `.env` file we downloaded holds the variables/information you need to change #### Pullio - Auto update docker-compose the correct way -Pullio allows you to automatically update your containers. And send you a notification through various means. In my setup, I use a Discord Webhook. +Pullio allows you to automatically update your containers. And send you a notification through various means. We use a Discord Webhook. First you need to download Pullio @@ -287,13 +263,13 @@ First you need to download Pullio sudo chmod +x /usr/local/bin/pullio ``` -For Pullio to work, you will need to create in your Task Scheduler a "Scheduled Task" that runs for example at 4am at night with root privileges. +For Pullio to do it's job, you will need to create a Scheduled Task in your Task Scheduler that runs for example at 4am at night with **root** privileges. `Control Panel` > `Task Scheduler` > click `Create` > choose `Scheduled task - user defined script` Give the task a name so you know what it does. Choose user `root`. -In the `Schedule` tab choose whenever you want it to check for updates. +In the `Schedule` tab choose when and how often you want it to check for updates. At `Task Settings` tab, add the following line in the Run Command section: @@ -303,7 +279,7 @@ At `Task Settings` tab, add the following line in the Run Command section: It can be frustrating to test the script if no docker image updates are available, for that you can run command `sudo pullio --debug` and the script will behave as if an update is available. If you have set to receive notifications, you should receive them. -More info about Pullio [HERE](https://hotio.dev/pullio/){:target="_blank" rel="noopener noreferrer"} +More info about Pullio [HERE](https://hotio.dev/scripts/pullio/){:target="_blank" rel="noopener noreferrer"} ------ @@ -311,8 +287,10 @@ More info about Pullio [HERE](https://hotio.dev/pullio/){:target="_blank" rel="n Now we need to make sure that the newly created files and folders have the correct permissions. +If you have an existing library, it is advised to move these to the new `data` share prior to running the commands below. + !!! note - If you're using a different user than `docker` (the user generated in the beginning), then you need to change the `docker:users` part in the commands below!!! + If you're using a different user than `docker` (the user generated in the beginning), then you need to change the `docker:users` part in the command below!!! ```bash sudo chown -R docker:users /volume1/data /volume1/docker @@ -323,7 +301,7 @@ sudo chmod -R a=,a+rX,u+w,g+w /volume1/data /volume1/docker ``` !!! note - If you copy files from a different library into the newly created library, you need to rerun these commands. !!! + If you move files from a different library into the newly created library afterwards, you need to rerun these commands. !!! ------ @@ -331,9 +309,9 @@ sudo chmod -R a=,a+rX,u+w,g+w /volume1/data /volume1/docker !!! tip make sure you delete/remove all your existing dockers from the Docker GUI and also remove your native installs (in Package Center) of these applications !!! - If you had previous installed apps, make a backup of their config folders. + If you had previous installed apps, make a backup of their config folders or backup through the webui of the app. -When you did all the above steps you only need to run the following commands: +If you have followed all the steps and your compose file is ready, run the following commands: ```bash cd /volume1/docker/appdata @@ -343,15 +321,15 @@ cd /volume1/docker/appdata sudo docker-compose up -d ``` -You will notice that all the images will be downloaded, after that the containers will be started. If you get a error then look at the error what it says and try to fix it. If you still got issues then put your used docker-compose.yml on [0bin](https://0bin.net/){:target="_blank" rel="noopener noreferrer"} and join the guides-discord [here](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"} and provide the pastebin link with the error, have patience because of timezone differences. +You will notice that all the images will be downloaded, after that the containers will be started. If you get a error then read what error says and try to fix it (missing folders, permissions errors, etc). If you can't figure out the solution to your errors, join the guides-discord [here](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"} and create a support ticket. ------ -**Don't forget to look at the [Examples](/Hardlinks/Examples/) how to setup the paths inside your applications.** +**If you need help setting up the applications, look at the [Examples](/Hardlinks/Examples/) how to setup the paths inside your applications.** !!! warning - If you need to do any changes, only edit the `docker-compose.yml` file. To activate the changes, run the command `sudo docker-compose up -d` again, from within the `/volume1/docker/appdata` folder. + If you need to do any changes, only edit the `docker-compose.yml` file. To activate the changes, [run the commands from here](#run-the-docker-compose)) again. Any changes you do/did in the GUI will be reverted when you run the docker-compose command. diff --git a/docs/Hardlinks/How-to-setup-for/TrueNAS-Core.md b/docs/Hardlinks/How-to-setup-for/TrueNAS-Core.md index 45a343457..83171d646 100644 --- a/docs/Hardlinks/How-to-setup-for/TrueNAS-Core.md +++ b/docs/Hardlinks/How-to-setup-for/TrueNAS-Core.md @@ -102,7 +102,7 @@ Click `Submit` once complete. Navigate to Services and click the edit icon under `Actions` on the `NFS` row. -Enabling `NFSv4` is optional, but I generally prefer it since NFSv4 has some improvements over NFSv3. Make sure to check `Allow non-root mount` under `Other Options`. +Enabling `NFSv4` is optional. If you wish to do so you will need to ensure that your NAS and host are on the same domain (verify with `hostname -d`), otherwise you'll run into permission issues (indicated by `nobody:4294967294` when checking files). Alternatively, enable `NFSv3 ownership model for NFSv4` to avoid the domain requirements. Make sure to check `Allow non-root mount` under `Other Options`. One of the most important options here is the `Number of servers` setting. If you click on the help icon you'll see the help text for this setting, which indicates that you should keep this less than or equal to the number of CPUs reported by `sysctl -n kern.smp.cpus` to limit CPU context switching. diff --git a/docs/Hardlinks/How-to-setup-for/Unraid.md b/docs/Hardlinks/How-to-setup-for/Unraid.md index 36e1b5aad..a697ec9ab 100644 --- a/docs/Hardlinks/How-to-setup-for/Unraid.md +++ b/docs/Hardlinks/How-to-setup-for/Unraid.md @@ -1,56 +1,88 @@ -# Unraid +# unRAID -!!! note - - The first thing you need to do is forget the suggested paths from the Spaceinvader One YouTube Tutorials, - - and don't use the predefined paths from the unraid templates. - - (Spaceinvader One YouTube guides are great to learn how to start with unraid or how to setup certain applications, and yes I did and still do use them. Probably the main reason why he's using those path is because they are predefined in the template) +!!! warning "**DO NOT** use the template paths from unRAID or the suggested paths from SpaceInvader One" + SpaceInvader One YouTube guides are great for learning how to start with unRAID or how to set up certain applications - and yes I did and still do use them.

The main reason why he's probably using those paths is because they are predefined in the templates. ------ ## Preparation -Make sure hardlinks support is enabled in your `Settings` => `Global Share Settings`. +Make sure `Tunable (support Hard Links)` is enabled in your `Settings` => `Global Share Settings`. -![Enable Hardlink support](images/unraid-enable-hardlinks.png) +=== "unRAID 6.12" + ![Enable Hardlink support (New)](images/unraid-enable-hardlinks_612.png) +=== "unRAID 6.11" + ![Enable Hardlink support](images/unraid-enable-hardlinks.png) ## Create the main share -!!! warning "To get Hardlinks and Atomic-Moves working with Unraid,
You will need to make use of **ONE** share with subfolders." +!!! warning "To get Hardlinks and Atomic-Moves working with unRAID,
You will need to make use of **ONE** share with subfolders." -For this example I'm using my own setup and preferred share `data`. +In this example, I'm using my own setup and the preferred share `data`. -Go to your dashboard and on the top select `shares` select `add share` . +Go to your dashboard and select `Shares` on the navigation bar, then choose `Add Share`. -![!unraid-main-share](images/unraid-main-share.png) +=== "unRAID 6.12 (No Cache)" + ![!unraid-main-share-array-6-12](images/unraid_main_share_array_612.png) +=== "unRAID 6.12 (Cache)" + ![!unraid-main-share-cache-6-12](images/unraid_main_share_cache_612.png) +=== "unRAID 6.11" + ![!unraid-main-share](images/unraid-main-share.png) -1. use `data` -1. if you got a cache drive and want to make use of it put it on `Yes` or keep it disabled (Hardlinks will stay in tact if you're using the cache) -1. click on `ADD SHARE` +1. Use `data` +1. Set up your share with the applicable settings. + + === "unRAID 6.12 (No Cache)" + Select the `Primary storage` as `Array` (shown in the `No Cache` tab above). + === "unRAID 6.12 (Cache)" + 1. Select the `Primary storage` as `Cache` (shown in the `Cache` tab above). + 1. Select the `Secondary storage` as `Array` + 1. Make sure `Mover action` is set to `Cache -> Array` + === "unRAID 6.11" + Choose `Yes` on step (2) (unRAID 6.11 tab above). If not using a cache drive, keep this option disabled. + !!! info "Hardlinks will stay intact if you're using a cache" + +1. Click on `ADD SHARE` !!! note - Keep in mind regarding the use of the Cache drive, The mover can't move files that are in use, like when seeding with torrents. You will need to stop/pause the torrents so the mover can move them to your Array. + Keep in mind, regarding the use of the cache drive, unRAID's integrated mover cannot move files that are in use, like seeding torrents. You will need to stop/pause the torrents so the mover can move the files from the cache to your array. - !!! tip "If you use qBittorrent you can automate the process by following the following Guide [HERE](/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/){:target="_blank" rel="noopener noreferrer"}" + !!! tip "If you use qBittorrent you can automate the process by following the following Guide [HERE](/Downloaders/qBittorrent/Tips/How-to-run-the-unRaid-mover-for-qBittorrent/){:target="_blank" rel="noopener noreferrer"}
If you use Deluge you can automate the process by following the following Guide [HERE](/Downloaders/Deluge/Tips/Unraid-Mover/){:target="_blank" rel="noopener noreferrer"}" - With Usenet you won't have any issues. + With Usenet, you won't have any issues. ------ ## Folder Structure -On the host (Unraid) you will need to add `/mnt/user` before it. **So `/mnt/user/data`** +On the host (unRAID) you will need to add `/mnt/user` before it. **So `/mnt/user/data`** -The `data` folder has sub-folders for `torrents` and `usenet` and each of these have sub-folders for `tv`, `movie` and `music` downloads to keep things neat. The `media` folder has nicely named `TV`, `Movies` and `Music` sub-folders, this is your library and what you’d pass to Plex, Emby or JellyFin. +{! include-markdown "../../../includes/hardlinks/docker-tree-full.md" !} -These subfolders you need to create your self, you can use krusader or winscp to create them or any other way you prefer. +*I'm using lower-case on all folders on purpose, being Linux is case-sensitive.* -{! include-markdown "../../../includes/hardlinks/docker-tree-full.md" !} +The `data` folder has sub-folders for `torrents` and `usenet`, and each of these has sub-folders for `tv`, `movie` and `music` downloads to keep things organized. The `media` folder has nicely named `TV`, `Movies` and `Music` sub-folders, this is where your library resides, and what you’d pass to Plex, Emby or JellyFin. -*I'm using lower case on all folder on purpose, being Linux is case sensitive.* +You will need to create these subfolders yourself. You can do this in any way you prefer, but the fastest way to create all the necessary subfolders would be to use the terminal (explained below). Alternatively, Krusader or WinSCP are popular choices if you are unsure. + +### Fastest way to create the needed subfolders + +The fastest way to create all the necessary subfolders would be to use the terminal, use a program like [PuTTy](https://www.putty.org/){:target="_blank" rel="noopener noreferrer"} or use the terminal from the dashboard. +These options will automatically create the required subfolders for your media library as well as your preferred download client(s). +If you use both torrents and usenet, use both commands. + +#### If you use usenet + +```bash +mkdir -p /mnt/user/data/{usenet/{incomplete,complete}/{tv,movies,music},media/{tv,movies,music}} +``` + +#### If you use torrents + +```bash +mkdir -p /mnt/user/data/{torrents/{tv,movies,music},media/{tv,movies,music}} +``` ------ @@ -61,15 +93,15 @@ These subfolders you need to create your self, you can use krusader or winscp to ## Setting up the containers -After you created all the needed folders it's time to setup the paths in the docker containers. +After you've created all the necessary folders, it's time to set up the Docker container's paths. -Go to your dashboard and select your docker container you want to edit or if you're starting fresh add the docker containers you want to use or prefer. +Go to your dashboard and select the Docker container you want to edit, or, if you're starting fresh, add the container/App you want to use. -Unraid makes it actually pretty clear what's the Host Path and what's the Container Path. +unRAID makes it pretty clear which is the Host Path and Container Path. -`Container Path:` => The path that will be used inside the container. +`Container Path:` => The path that will be used from inside the container. -`Host Path:` => The path on your Unraid Server (The Host). +`Host Path:` => The actual/absolute path used on your unRAID Server (The Host). ------ @@ -85,7 +117,7 @@ qBittorrent, Deluge, ruTorrent !!! info - The reason why we use `/data/torrents/` for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/torrents/{tv|movies|music}`. + The reason why we use `/data/torrents/` for the torrent client is because it only needs access to the torrent data. In the torrent software settings, you’ll need to configure your categories/labels to utilize the right path for specific content. You can sort into sub-folders like `/data/torrents/{tv|movies|music}`. {! include-markdown "../../../includes/hardlinks/docker-tree-torrents.md" !} @@ -103,7 +135,7 @@ NZBGet or SABnzbd !!! info - The reason why we use `/data/usenet/` for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/usenet/{tv|movies|music}`. + The reason why we use `/data/usenet/` for the usenet client is that it only needs access to the usenet data. In the usenet software settings, you’ll need to configure your paths to sort content into sub-folders like `/data/usenet/{tv|movies|music}`. {! include-markdown "../../../includes/hardlinks/docker-tree-usenet.md" !} @@ -121,7 +153,7 @@ Sonarr, Radarr and Lidarr !!! info - Sonarr, Radarr and Lidarr gets access to everything because the download folder(s) and media folder will look like and be one file system. Hard links will work and moves will be atomic, instead of copy + delete. + Sonarr, Radarr and Lidarr get access to everything because the download folder(s) and media folder will need to look like, and be one mount, on the file system. Hard links will work properly and any moves will be atomic, rather than copying and deleting. {! include-markdown "../../../includes/hardlinks/docker-tree-full.md" !} @@ -139,7 +171,7 @@ Plex, Emby, JellyFin and Bazarr !!! info - Plex, Emby, JellyFin and Bazarr only needs access to your media library, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders. + Plex, Emby, JellyFin and Bazarr only need access to your media library, which can have any number of sub-folders (Movies, Kids Movies, TV, Documentary TV and/or Music). {! include-markdown "../../../includes/hardlinks/docker-tree-media.md" !} @@ -149,19 +181,20 @@ Plex, Emby, JellyFin and Bazarr ![!unraid-final-result](images/unraid-final-result.png) -**Don't forget to look at the [Examples](/Hardlinks/Examples/) how to setup the paths inside your applications.** +### Examples how to set up your paths INSIDE your applications + +**Don't forget to look at the [Examples](/Hardlinks/Examples/) of how to set up your paths INSIDE your applications.** -### Video Tutorial +## Video Tutorial !!! tip "" - Big Thanks to IBRACORP for noticing this Guide and creating a Video covering this unraid section. + Big Thanks to IBRACORP for noticing this Guide and creating a Video covering this unRAID section. - The reason why I added the video to the end is because I want the user to actually learn and understand why it's recommended to use this folder structure, before going straight to the YouTube video. + The reason why I have this video at the end is because I want the users to ACTUALLY LEARN and UNDERSTAND why it's recommended to use this folder structure prior to going straight to a YouTube video. - Also check out other videos from IBRACORP [HERE](https://www.youtube.com/c/IBRACORP/videos){:target="_blank" rel="noopener noreferrer"} + Check out other videos from IBRACORP [HERE](https://www.youtube.com/c/IBRACORP/videos){:target="_blank" rel="noopener noreferrer"} -{! include-markdown "../../../includes/support.md" !} - +--8<-- "includes/support.md" diff --git a/docs/Hardlinks/How-to-setup-for/images/unraid-enable-hardlinks_612.png b/docs/Hardlinks/How-to-setup-for/images/unraid-enable-hardlinks_612.png new file mode 100644 index 000000000..13ccf4229 Binary files /dev/null and b/docs/Hardlinks/How-to-setup-for/images/unraid-enable-hardlinks_612.png differ diff --git a/docs/Hardlinks/How-to-setup-for/images/unraid_main_share_array_612.png b/docs/Hardlinks/How-to-setup-for/images/unraid_main_share_array_612.png new file mode 100644 index 000000000..a63fcff73 Binary files /dev/null and b/docs/Hardlinks/How-to-setup-for/images/unraid_main_share_array_612.png differ diff --git a/docs/Hardlinks/How-to-setup-for/images/unraid_main_share_cache_612.png b/docs/Hardlinks/How-to-setup-for/images/unraid_main_share_cache_612.png new file mode 100644 index 000000000..da21ddc56 Binary files /dev/null and b/docs/Hardlinks/How-to-setup-for/images/unraid_main_share_cache_612.png differ diff --git a/docs/Hardlinks/Replace-copies-with-hardlinks.md b/docs/Hardlinks/Replace-copies-with-hardlinks.md index b3ac1dee3..58724299f 100644 --- a/docs/Hardlinks/Replace-copies-with-hardlinks.md +++ b/docs/Hardlinks/Replace-copies-with-hardlinks.md @@ -4,14 +4,14 @@ You recently switched to a proper setup that supports Hardlinks and Instant Move And you would like to replace copies with hardlinks ? -If your Operating System supports it you could make use of [Jdupes](https://github.com/jbruchon/jdupes). +If your Operating System supports it you could make use of [Jdupes](https://codeberg.org/jbruchon/jdupes). ## Usage !!! info "" I won't cover every command :bangbang: - If you want to know what else [Jdupes](https://github.com/jbruchon/jdupes) can do please read the manual. + If you want to know what else [Jdupes](https://codeberg.org/jbruchon/jdupes) can do please read the manual. !!! tip This process can take a long time and a pretty big hit on your resources depending on how big your library is, I did notice the first time it takes longer then the second time. Not sure if this is a cache thing or something else. diff --git a/docs/Misc/How-to-setup-Torguard-for-port-forwarding.md b/docs/Misc/How-to-setup-Torguard-for-port-forwarding.md index 4f80b0f64..46e6812c0 100644 --- a/docs/Misc/How-to-setup-Torguard-for-port-forwarding.md +++ b/docs/Misc/How-to-setup-Torguard-for-port-forwarding.md @@ -8,7 +8,7 @@ Get 50% Off ALL Plans (Anonymous VPN, Anonymous VPN Pro, Anonymous VPN Premium) ``` - TRaSH-Guides-2023 + TRaSH-Guides-2024 ``` [![torguard-FreeTrial-270x90](images/torguard/torguard-FreeTrial-728x90.gif)](https://torguard.net/aff.php?aff=5575){:target="_blank" rel="noopener noreferrer"} @@ -18,6 +18,8 @@ I Talked to several people and they are still able to use Torguard for Torrents, Perhaps because the connection is encrypted. And others just selected a server in another country. + !!! warning "If the US server doesn't work for you use another country" + [Source Torguard](https://torguard.net/blog/why-torguard-is-blocking-bittorrent-on-us-servers/){:target="_blank" rel="noopener noreferrer"}. [Source Torrentfreak](https://torrentfreak.com/torguard-settles-piracy-lawsuit-and-agrees-to-block-torrent-traffic-on-u-s-servers-220314/){:target="_blank" rel="noopener noreferrer"}. @@ -68,6 +70,8 @@ For the best speed it's recommended to choose the one nearest to your location. !!! tip "" Sometimes you get better speeds if you use one of your neighboring countries. +!!! warning "If the US server doesn't work for you use another country" + Let's use for this example: `USA Miami` and copy/paste the Hostname `us-fl.torguard.org`. ![!Torguard Global VPN Network](images/torguard/globalvpnnetwork-list.png) diff --git a/docs/Misc/how-to-provide-a-docker-compose.md b/docs/Misc/how-to-provide-a-docker-compose.md index f9d4fd7c7..f138e0584 100644 --- a/docs/Misc/how-to-provide-a-docker-compose.md +++ b/docs/Misc/how-to-provide-a-docker-compose.md @@ -11,7 +11,7 @@ If you're using a system with a GUI (Synology, unRAID, OMV, etc.) it's not alway !!! warning Please don't use screenshots to provide the info as they aren't always revealing all the needed info -Use one of the following from terminal(puTTy) to get the docker compose with or without the use of `sudo`. +Use one of the following commands in the terminal of your choice (e.g. puTTY) to generate the docker compose, with or without the use of `sudo`. Note that you can pass in multiple container names. ```bash sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose CONTAINER_NAME CONTAINER_NAME2 @@ -23,9 +23,12 @@ sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/ sudo docker run --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/red5d/docker-autocompose sonarr radarr bazarr nzbget ``` -Paste the results on one of the following sites. +!!! warning + Please not share the output directly to Discord, reddit, forums, etc. + +Copy and paste the results on one of the following sites. -- [Notifiarr.com](https://logs.notifiarr.com/) (Recommended) +- [Notifiarr.com Privatebin](https://logs.notifiarr.com/){:target="_blank" rel="noopener noreferrer"} (Recommended) - [Github Gist](https://gist.github.com){:target="_blank" rel="noopener noreferrer"} (Alternative) - [hastebin.com](https://hastebin.com){:target="_blank" rel="noopener noreferrer"} - [privatebin.net](https://privatebin.net/){:target="_blank" rel="noopener noreferrer"} diff --git a/docs/Misc/x265-4k.md b/docs/Misc/x265-4k.md index bf5e33e59..d1acd4e1e 100644 --- a/docs/Misc/x265-4k.md +++ b/docs/Misc/x265-4k.md @@ -7,7 +7,7 @@ ### How to accomplish the Golden Rule -- For Sonarr check [HERE](/Sonarr/Sonarr-Release-Profile-RegEx/#golden-rule){:target="_blank" rel="noopener noreferrer"} +- For Sonarr check [HERE](/Sonarr/sonarr-collection-of-custom-formats/#golden-rule){:target="_blank" rel="noopener noreferrer"} - For Radarr check [HERE](/Radarr/Radarr-collection-of-custom-formats/#x265-hd){:target="_blank" rel="noopener noreferrer"} ## Some extra info about 4K/X265 diff --git a/docs/Plex/.pages b/docs/Plex/.pages index 32a6ca5c3..162f823d8 100644 --- a/docs/Plex/.pages +++ b/docs/Plex/.pages @@ -1,4 +1,7 @@ nav: - Home: index.md - - Tips + - Suggested Plex Media Server Settings: /Plex/Tips/Plex-media-server/ + - Optimal Plex Client Settings: /Plex/Tips/Optimal-plex-client-settings/ + - What does my media player support: what-does-my-media-player-support.md + - Stop 4k Video Transcoding: /Plex/Tips/4k-transcoding/ - Profiles: /Plex/profiles/ diff --git a/docs/Plex/Tips/.pages b/docs/Plex/Tips/.pages deleted file mode 100644 index f93f52750..000000000 --- a/docs/Plex/Tips/.pages +++ /dev/null @@ -1,4 +0,0 @@ -nav: - - Suggested Plex Media Server Settings: Plex-media-server.md - - Optimal Plex Client Settings: Optimal-plex-client-settings.md - - JBOPS 4K Transcode Stopping with Tautulli: 4k-transcoding.md diff --git a/docs/Plex/Tips/Plex-media-server.md b/docs/Plex/Tips/Plex-media-server.md index 7fe1395b2..354f72254 100644 --- a/docs/Plex/Tips/Plex-media-server.md +++ b/docs/Plex/Tips/Plex-media-server.md @@ -278,7 +278,7 @@ A comma-separated list of URLs (either HTTP or HTTPS), which will be published t ![!Settings - Network - Webhooks](images/settings-network-webhooks.png) -This feature can be enabled to allow your server to send events to external services. For example [Notifiarr](/Notifiarr/Quick-Start/){:target="_blank" rel="noopener noreferrer"} +This feature can be enabled to allow your server to send events to external services. For example [Notifiarr](https://notifiarr.com/){:target="_blank" rel="noopener noreferrer"} ------ diff --git a/docs/Plex/what-does-my-media-player-support.md b/docs/Plex/what-does-my-media-player-support.md new file mode 100644 index 000000000..781e37e31 --- /dev/null +++ b/docs/Plex/what-does-my-media-player-support.md @@ -0,0 +1,109 @@ +# What does my Media Player Support + +We've created an Excel sheet with several tested Media Player devices with info that our community has provided. + +We hope this Excel sheet will be helpful for everyone looking for a reliable Media Player device. + +Do you see a missing Player/Product? Are you able to provide the needed info? Please join [TRaSH Guides Discord](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"} + +??? question "How can I provide info on a missing player? What do I need to provide? - [Click to show/hide]" + + - Currently, it's only possible to provide info if the playback is seen in Tautulli. + - Player or Product that can run the Plex client directly or indirectly (Infuse, Plex Kodi Connect, Plex2Zidoo, etc) + - Preferably a TV that can do Dolby Vision, but we also need HDR10+ results. + - Player and Product info can be seen in Tautulli. + - When doing a playback test for HDR formats provide screenshots of what Tautulli and your TV show, along with whatever other devices you have that show what formats are being used. + - When doing an audio format test provide screenshots from Tautulli and your AVR. + - Provide this info in [TRaSH Guides Discord](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"} in #request-suggestions with a title starting with: `Test Media Player ` + +## What does the spreadsheet cover + +This sheet will only cover Players/Products that can run the Plex client directly or indirectly (*Jellyfin/Emby isn't covered **yet** due to the lack of a proper Tautulli app and feedback/info from users*). + +!!! info "Jellyfin/Emby" + + While these principles are based on Plex and the capabilities of certain devices, the capabilities of these devices also apply to JellyFin and Emby. Assuming that it's possible to do the equivalent streaming method (direct or indirect play) with your media server, the hardware should act the same as if Plex was used. + +The following aspects are covered + +### Does it support the most common HDR formats + +The sheet also has notes added for extra info + +- Dolby Vision Profile 5 (*does not have a HDR10 baselayer, so cannot fallback to HDR10*) +- Dolby Vision Profile 7 (*DV + HDR10 baselayer, so it can fallback to HDR10*) +- Dolby Vision Profile 8 (*DV + HDR10 baselayer, so it can fallback to HDR10*) +- HDR10 +- HDR10+ (*HDR10+ has also a HDR10 baselayer, so it can fallback to HDR10*) + +#### Which Profile is used by what + +- Profile 5 => WEBDL (Streaming Services) +- Profile 7 => Untouched Remuxes and BR-DISK +- Profile 8 => Encodes, Hybrid Remuxes, Hybrid WEBDL, and in some cases standard WEBDL like from Hulu + +### Does it support audio passthrough in the most common formats + +This allows for the best audio quality as the audio signal is not altered or compressed in any way before reaching the AV receiver or soundbar. This is especially important for high-quality audio formats such as Dolby TrueHD or DTS-HD Master Audio. + +By using audio passthrough, you can ensure that you are getting the best audio experience possible when watching movies or listening to music through your home theater system. It allows you to take full advantage of the capabilities of your AVR/Soundbar and ensures that you are hearing the audio as it was intended to be heard by the content creators. + +Overall, audio passthrough is the ideal way to send audio from your media server to your AV receiver or soundbar for the highest quality audio experience. + +- TrueHD Atmos +- DTS X +- DD+ Atmos +- TrueHD +- DTS-HD MA +- FLAC/PCM +- DD+ (E-AC3) +- DTS +- AAC +- DD (AC3) + +## Link to tested Media Player Devices + +[Tested Media Players](https://docs.google.com/spreadsheets/d/15Wf_jy5WqOPShczFKQB28cCetBgAGcnA0mNOG-ePwDc/edit?usp=sharing){:target="_blank" rel="noopener noreferrer"} + +!!! info "A lot of results have a note added that provides extra information, such as fallback HDR or audio formats, as well as other information that we've gathered from several sources." + +--- + +## What should I do next with this info + +The next thing to do is to setup a proper quality profile with the info you gathered from this sheet. +To make this easier we made a How to setup a quality profile for Radarr/Sonarr that has a flowchart to help you even more to decide what to choose. + +### Radarr + +[How to set up Quality Profiles](/Radarr/radarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"} - Explains how to make the most of Custom Formats and shows some specifics of my configuration. You can use these examples to get an idea of how to set up your preferences. + +#### How to make use of HDR Formats for Radarr + +- [How to set up Quality Profiles](/Radarr/radarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"} - Explains how to make the most of Custom Formats and shows some specifics of my configuration. You can use + +{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} + +#### How to make use of Audio Formats for Radarr + +- [How to set up Quality Profiles](/Radarr/radarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"} - Explains how to make the most use of Custom Formats and shows some specifics of my configuration. You can use + +{! include-markdown "../../includes/cf/radarr-audio.md" !} + +--- + +### Sonarr + +[How to setup Quality Profiles](/Sonarr/sonarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"} - Explains how to make the most of Custom Formats and shows some specifics of my configuration. You can use these examples to get an idea of how to set up your preferences. + +#### How to make use of HDR Formats for Sonarr + +- [How to setup Quality Profiles](/Sonarr/sonarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"} - Explains how to make the most of Custom Formats and shows some specifics of my configuration. You can use these examples to get an idea of how to set up your preferences. + +{! include-markdown "../../includes/cf/sonarr-all-hdr-formats.md" !} + +#### How to make use of Audio Formats for Sonarr + +At the moment I decided not to add `Audio Advanced` Custom Formats to the WEB profile. You will hardly find HD audio with WEB-DL (Most newer WEBDL will have Atmos). If you also want HD audio formats, I would suggest going for Remuxes. + +--8<-- "includes/support.md" diff --git a/docs/Radarr/Radarr-collection-of-custom-formats.md b/docs/Radarr/Radarr-collection-of-custom-formats.md index d8cf619f6..2535ccdba 100644 --- a/docs/Radarr/Radarr-collection-of-custom-formats.md +++ b/docs/Radarr/Radarr-collection-of-custom-formats.md @@ -1,116 +1,139 @@ # Collection of Custom Formats -Here I will try to list a collection of the most needed and commonly used Custom Formats. -These have been collected from either discussions on Discord or that I created with help from others. -Special thanks to [rg9400](https://github.com/rg9400), [bakerboy448](https://github.com/bakerboy448) and Team Radarr. +Below is a collection of what we've come to regard as the most needed and commonly used Custom Formats. +These CFs have been collected from discussions on Discord or created with help from others. -With Radarr V3, Custom Formats are much more advanced/powerful than with v0.2, although this also means a Custom Format is much more complicated to setup. +Special thanks to everyone that has helped in the creation and testing of these Custom Formats, my team at TRaSH guides, Team Radarr, and the community. -After requesting it at Team Radarr, we now have the option to import/export the Custom Formats in a JSON format. This makes it easier to share the Custom Formats. +With Radarr V3, Custom Formats are much more advanced/powerful than with V2, although this also means a Custom Format can require more knowledge to set up or create. -I also made 3 guides related to this one. +After requesting with Team Radarr, we now have the option to import/export the Custom Formats in a JSON format. This provides everyone with an easy way to share and use Custom Formats. -- [How to import Custom Formats](/Radarr/Radarr-import-custom-formats){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to import the Custom Formats. -- [How to upgrade Custom Formats](/Radarr/Radarr-how-to-update-custom-formats){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to upgrade your existing Custom Formats. -- [How to setup Quality Profiles](/Radarr/radarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to make the most use of Custom Formats to help you to setup your quality profiles for your personal needs. +We've made 3 guides related to this. + +- [How to import Custom Formats](/Radarr/Radarr-import-custom-formats){:target="_blank" rel="noopener noreferrer"} - Explains how to import the Custom Formats. +- [How to upgrade Custom Formats](/Radarr/Radarr-how-to-update-custom-formats){:target="_blank" rel="noopener noreferrer"} - Explains how to upgrade your existing Custom Formats. +- [How to set up Quality Profiles](/Radarr/radarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"} - Explains how to make the most use of Custom Formats and shows some specifics of my configuration. You can use these examples to get an idea of how to set up your preferences. !!! tip - I also suggest to change the Propers and Repacks settings in Radarr + It also is recommended to change the Propers and Repacks settings in Radarr's `Settings`. `Media Management` => `File Management` to `Do Not Prefer` and use the [Repack/Proper](#repackproper) Custom Format. ![!cf-mm-propers-repacks-disable](images/cf-mm-propers-repacks-disable.png) - This way you make sure the Custom Format preferences will be used instead. + This way you make sure the Custom Format scoring and preferences will be fully utilized. --8<-- "includes/support.md" ------- +--- ## INDEX ------- +--- | Audio Advanced #1 | Audio Advanced #2 | Audio Channels | HDR Formats | | ------------------------------------- | ------------------------- | ---------------------------- | --------------------------------- | -| [TrueHD ATMOS](#truehd-atmos) | [FLAC](#flac) | [1.0 Mono](#10-mono) | [DV HDR10](#dv-hdr10) | -| [DTS X](#dts-x) | [PCM](#pcm) | [2.0 Stereo](#20-stereo) | [DV](#dv) | -| [ATMOS (undefined)](#atmos-undefined) | [DTS-HD HRA](#dts-hd-hra) | [3.0 Sound](#30-sound) | [DV HLG](#dv-hlg) | -| [DD+ ATMOS](#ddplus-atmos) | [AAC](#aac) | [4.0 Sound](#40-sound) | [DV SDR](#dv-sdr) | -| [TrueHD](#truehd) | [DD](#dd) | [5.1 Surround](#51-surround) | [HDR10+](#hdr10plus) | -| [DTS-HD MA](#dts-hd-ma) | [MP3](#mp3) | [6.1 Surround](#61-surround) | [HDR10](#hdr10) | -| [DD+](#ddplus) | [Opus](#opus) | [7.1 Surround](#71-surround) | [HDR](#hdr) | -| [DTS-ES](#dts-es) | | [9.1 Surround](#91-surround) | [HDR (undefined)](#hdr-undefined) | -| [DTS](#dts) | | | [PQ](#pq) | +| [TrueHD ATMOS](#truehd-atmos) | [FLAC](#flac) | [1.0 Mono](#10-mono) | [DV HDR10+](#dv-hdr10plus) | +| [DTS X](#dts-x) | [PCM](#pcm) | [2.0 Stereo](#20-stereo) | [DV HDR10](#dv-hdr10) | +| [ATMOS (undefined)](#atmos-undefined) | [DTS-HD HRA](#dts-hd-hra) | [3.0 Sound](#30-sound) | [DV](#dv) | +| [DD+ ATMOS](#ddplus-atmos) | [AAC](#aac) | [4.0 Sound](#40-sound) | [DV HLG](#dv-hlg) | +| [TrueHD](#truehd) | [DD](#dd) | [5.1 Surround](#51-surround) | [DV SDR](#dv-sdr) | +| [DTS-HD MA](#dts-hd-ma) | [MP3](#mp3) | [6.1 Surround](#61-surround) | [HDR10+](#hdr10plus) | +| [DD+](#ddplus) | [Opus](#opus) | [7.1 Surround](#71-surround) | [HDR10](#hdr10) | +| [DTS-ES](#dts-es) | | [9.1 Surround](#91-surround) | [HDR](#hdr) | +| [DTS](#dts) | | | [HDR (undefined)](#hdr-undefined) | +| | | | [PQ](#pq) | | | | | [HLG](#hlg) | ------- - -| Movie Versions | Unwanted | HQ Release Groups | Streaming Services | -| --------------------------------------------- | --------------------- | ----------------------------------------- | -------------------------- | -| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Remux Tier 01](#remux-tier-01) | [Amazon](#amzn) | -| [Remaster](#remaster) | [LQ](#lq) | [Remux Tier 02](#remux-tier-02) | [Apple TV+](#atvp) | -| [4K Remaster](#4k-remaster) | [3D](#3d) | [Remux Tier 03](#remux-tier-03) | [Criterion Channel](#crit) | -| [Special Edition](#special-edition) | [x265 (HD)](#x265-hd) | [UHD Bluray Tier 01](#uhd-bluray-tier-01) | [Disney+](#dsnp) | -| [Criterion Collection](#criterion-collection) | [Upscaled](#upscaled) | [UHD Bluray Tier 02](#uhd-bluray-tier-02) | [HBO](#hbo) | -| [Masters of Cinema](#masters-of-cinema) | | [UHD Bluray Tier 03](#uhd-bluray-tier-03) | [HBO Max](#hmax) | -| [Vinegar Syndrome](#vinegar-syndrome) | | [HD Bluray Tier 01](#hd-bluray-tier-01) | [Max](#max) | -| [Theatrical Cut](#theatrical-cut) | | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Hulu](#hulu) | -| [IMAX](#imax) | | [HD Bluray Tier 03](#hd-bluray-tier-03) | [Netflix](#nf) | -| [IMAX Enhanced](#imax-enhanced) | | [WEB Tier 01](#web-tier-01) | [Peacock TV](#pcok) | -| [Open Matte](#open-matte) | | [WEB Tier 02](#web-tier-02) | [Paramount+](#pmtp) | -| | | [WEB Tier 03](#web-tier-03) | [Movies Anywhere](#ma) | -| | | | [Pathe Thuis](#pathe) | -| | | | [Bravia Core](#bcore) | -| | | | [Stan](#stan) | -| | | | [Crave](#crav) | -| | | | [OViD](#ovid) | - ------- - -| Misc | Optional | French Audio Version | French Source Groups | -| ------------------------------ | ----------------------------------- | ----------------------------- | ----------------------------------------------- | -| [Repack/Proper](#repackproper) | [Bad Dual Groups](#bad-dual-groups) | [Multi-French](#multi-french) | [FR Remux Tier 01](#fr-remux-tier-01) | -| [Repack2](#repack2) | [DV (WEBDL)](#dv-webdl) | [Multi-Audio](#multi-audio) | [FR Remux Tier 02](#fr-remux-tier-02) | -| [Multi](#multi) | [EVO (no WEBDL)](#evo-no-webdl) | [French Audio](#french-audio) | [FR UHD Bluray Tier 01](#fr-uhd-bluray-tier-01) | -| [x264](#x264) | [HDR10+ Boost](#hdr10plus-boost) | [VFF](#vff) | [FR UHD Bluray Tier 02](#fr-uhd-bluray-tier-02) | -| [x265](#x265) | [No-RlsGroup](#no-rlsgroup) | [VOF](#vof) | [FR HD Bluray Tier 01](#fr-hd-bluray-tier-01) | -| [MPEG2](#mpeg2) | [Obfuscated](#obfuscated) | [VFI](#vfi) | [FR HD Bluray Tier 02](#fr-hd-bluray-tier-02) | -| [Dutch Groups](#dutch-groups) | [Retags](#retags) | [VF2](#vf2) | [FR WEB Tier 01](#fr-web-tier-01) | -| [FreeLeech](#freeleech) | [Scene](#scene) | [VFQ](#vfq) | [FR WEB Tier 02](#fr-web-tier-02) | -| | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VQ](#vq) | [FR Scene Groups](#fr-scene-groups) | -| | [AV1](#av1) | [VFB](#vfb) | [FR LQ](#fr-lq) | -| | [SDR](#sdr) | [VOSTFR](#vostfr) | | -| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | | -| | [Line/Mic Dubbed](#linemic-dubbed) | [FastSUB](#fastsub) | | -| | [HFR](#hfr) | | | -| | [VP9](#vp9) | | | - ------- - -| Anime | Anime | Anime | Anime Optional | -| --------------------------------------------------------------------------- | --------------------------------------------------------------------- | ----------- | ------------------------------------- | -| [Anime BD Tier 01 (Top SeaDex Muxers)](#anime-bd-tier-01-top-seadex-muxers) | [Anime Web Tier 01 (Muxers)](#anime-web-tier-01-muxers) | [v0](#v0) | [Uncensored](#uncensored) | -| [Anime BD Tier 02 (SeaDex Muxers)](#anime-bd-tier-02-seadex-muxers) | [Anime Web Tier 02 (Top FanSubs)](#anime-web-tier-02-top-fansubs) | [v1](#v1) | [10bit](#10bit) | -| [Anime BD Tier 03 (SeaDex Muxers)](#anime-bd-tier-03-seadex-muxers) | [Anime Web Tier 03 (Official Subs)](#anime-web-tier-03-official-subs) | [v2](#v2) | [Anime Dual Audio](#anime-dual-audio) | -| [Anime BD Tier 04 (SeaDex Muxers)](#anime-bd-tier-04-seadex-muxers) | [Anime Web Tier 04 (Official Subs)](#anime-web-tier-04-official-subs) | [v3](#v3) | [Dubs Only](#dubs-only) | -| [Anime BD Tier 05 (Remuxes)](#anime-bd-tier-05-remuxes) | [Anime Web Tier 05 (FanSubs)](#anime-web-tier-05-fansubs) | [v4](#v4) | | -| [Anime BD Tier 06 (FanSubs)](#anime-bd-tier-06-fansubs) | [Anime Web Tier 06 (FanSubs)](#anime-web-tier-06-fansubs) | [VRV](#vrv) | | -| [Anime BD Tier 07 (P2P/Scene)](#anime-bd-tier-07-p2pscene) | [Anime Raws](#anime-raws) | | | -| [Anime BD Tier 08 (Mini Encodes)](#anime-bd-tier-08-mini-encodes) | [Anime LQ Groups](#anime-lq-groups) | | | +--- + +| Movie Versions | Unwanted | HQ Release Groups | +| --------------------------------------------- | --------------------------------------- | ----------------------------------------- | +| [4K Remaster](#4k-remaster) | [3D](#3d) | [Remux Tier 01](#remux-tier-01) | +| [Criterion Collection](#criterion-collection) | [BR-DISK](#br-disk) | [Remux Tier 02](#remux-tier-02) | +| [Hybrid](#hybrid) | [Extras](#extras) | [Remux Tier 03](#remux-tier-03) | +| [IMAX Enhanced](#imax-enhanced) | [LQ](#lq) | [UHD Bluray Tier 01](#uhd-bluray-tier-01) | +| [IMAX](#imax) | [LQ (Release Title)](#lq-release-title) | [UHD Bluray Tier 02](#uhd-bluray-tier-02) | +| [Masters of Cinema](#masters-of-cinema) | [Upscaled](#upscaled) | [UHD Bluray Tier 03](#uhd-bluray-tier-03) | +| [Open Matte](#open-matte) | [x265 (HD)](#x265-hd) | [HD Bluray Tier 01](#hd-bluray-tier-01) | +| [Remaster](#remaster) | | [HD Bluray Tier 02](#hd-bluray-tier-02) | +| [Special Edition](#special-edition) | | [HD Bluray Tier 03](#hd-bluray-tier-03) | +| [Theatrical Cut](#theatrical-cut) | | [WEB Tier 01](#web-tier-01) | +| [Vinegar Syndrome](#vinegar-syndrome) | | [WEB Tier 02](#web-tier-02) | +| | | [WEB Tier 03](#web-tier-03) | + +--- + +| General Streaming Services | Asian Streaming Services | Dutch Streaming Services | +| -------------------------- | ------------------------ | ------------------------ | +| [Amazon](#amzn) | [FOD](#fod) | [Pathe Thuis](#pathe) | +| [Apple TV+](#atvp) | [Disney+ Hotstar](#htsr) | [Videoland](#vdl) | +| [Bravia Core](#bcore) | [TVer](#tver) | | +| [Criterion Channel](#crit) | [TVING](#tving) | | +| [Disney+](#dsnp) | [U-NEXT](#u-next) | | +| [HBO](#hbo) | [VIU](#viu) | | +| [HBO Max](#hmax) | | | +| [Hulu](#hulu) | | | +| [Max](#max) | | | +| [Movies Anywhere](#ma) | | | +| [Netflix](#nf) | | | +| [Peacock TV](#pcok) | | | +| [Paramount+](#pmtp) | | | +| [Stan](#stan) | | | + +| UK Streaming Services | Misc Streaming Services | Anime Streaming Services | +| --------------------- | ----------------------- | ------------------------ | +| [BBC iPlayer](#ip) | [Crave](#crav) | [VRV](#vrv) | +| [ITVX](#itvx) | [OViD](#ovid) | | +| [NOW](#now) | [Star+](#strp) | | + +--- + +| Misc | Optional | French Audio Version | French Source Groups | +| ------------------------------ | -------------------------------------- | ----------------------------- | ----------------------------------------------- | +| [Dutch Groups](#dutch-groups) | [AV1](#av1) | [Multi-French](#multi-french) | [FR Remux Tier 01](#fr-remux-tier-01) | +| [FreeLeech](#freeleech) | [Bad Dual Groups](#bad-dual-groups) | [Multi-Audio](#multi-audio) | [FR Remux Tier 02](#fr-remux-tier-02) | +| [MPEG2](#mpeg2) | [DV (Disk)](#dv-disk) | [French Audio](#french-audio) | [FR UHD Bluray Tier 01](#fr-uhd-bluray-tier-01) | +| [Multi](#multi) | [DV (WEBDL)](#dv-webdl) | [VFF](#vff) | [FR UHD Bluray Tier 02](#fr-uhd-bluray-tier-02) | +| [Repack/Proper](#repackproper) | [DV HDR10+ Boost](#dv-hdr10plus-boost) | [VOF](#vof) | [FR HD Bluray Tier 01](#fr-hd-bluray-tier-01) | +| [Repack2](#repack2) | [EVO (no WEBDL)](#evo-no-webdl) | [VFI](#vfi) | [FR HD Bluray Tier 02](#fr-hd-bluray-tier-02) | +| [x264](#x264) | [HDR10+ Boost](#hdr10plus-boost) | [VF2](#vf2) | [FR WEB Tier 01](#fr-web-tier-01) | +| [x265](#x265) | [HFR](#hfr) | [VFQ](#vfq) | [FR WEB Tier 02](#fr-web-tier-02) | +| [x266](#x266) | [Internal](#internal) | [VOQ](#voq) | [FR Scene Groups](#fr-scene-groups) | +| | [Line/Mic Dubbed](#linemic-dubbed) | [VQ](#vq) | [FR LQ](#fr-lq) | +| | [No-RlsGroup](#no-rlsgroup) | [VFB](#vfb) | | +| | [Obfuscated](#obfuscated) | [VOSTFR](#vostfr) | | +| | [Retags](#retags) | [FanSUB](#fansub) | | +| | [Scene](#scene) | [FastSUB](#fastsub) | | +| | [SDR (no WEBDL)](#sdr-no-webdl) | | | +| | [SDR](#sdr) | | | +| | [VP9](#vp9) | | | +| | [x265 (no HDR/DV)](#x265-no-hdrdv) | | | + +--- + +| Anime | Anime | Anime | Anime Optional | +| --------------------------------------------------------------------------- | --------------------------------------------------------------------- | --------- | ------------------------------------- | +| [Anime BD Tier 01 (Top SeaDex Muxers)](#anime-bd-tier-01-top-seadex-muxers) | [Anime Web Tier 01 (Muxers)](#anime-web-tier-01-muxers) | [v0](#v0) | [Uncensored](#uncensored) | +| [Anime BD Tier 02 (SeaDex Muxers)](#anime-bd-tier-02-seadex-muxers) | [Anime Web Tier 02 (Top FanSubs)](#anime-web-tier-02-top-fansubs) | [v1](#v1) | [10bit](#10bit) | +| [Anime BD Tier 03 (SeaDex Muxers)](#anime-bd-tier-03-seadex-muxers) | [Anime Web Tier 03 (Official Subs)](#anime-web-tier-03-official-subs) | [v2](#v2) | [Anime Dual Audio](#anime-dual-audio) | +| [Anime BD Tier 04 (SeaDex Muxers)](#anime-bd-tier-04-seadex-muxers) | [Anime Web Tier 04 (Official Subs)](#anime-web-tier-04-official-subs) | [v3](#v3) | [Dubs Only](#dubs-only) | +| [Anime BD Tier 05 (Remuxes)](#anime-bd-tier-05-remuxes) | [Anime Web Tier 05 (FanSubs)](#anime-web-tier-05-fansubs) | [v4](#v4) | | +| [Anime BD Tier 06 (FanSubs)](#anime-bd-tier-06-fansubs) | [Anime Web Tier 06 (FanSubs)](#anime-web-tier-06-fansubs) | | | +| [Anime BD Tier 07 (P2P/Scene)](#anime-bd-tier-07-p2pscene) | [Anime Raws](#anime-raws) | | | +| [Anime BD Tier 08 (Mini Encodes)](#anime-bd-tier-08-mini-encodes) | [Anime LQ Groups](#anime-lq-groups) | | | ## Audio Advanced ------- +--- ### TrueHD ATMOS ??? question "TrueHD ATMOS - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_Atmos){:target="_blank" rel="noopener noreferrer"} - - Dolby Atmos is a surround sound technology developed by Dolby Laboratories. It expands on existing surround sound systems by adding height channels, allowing sounds to be interpreted as three-dimensional objects. + {! include-markdown "../../includes/cf-descriptions/truehd-atmos.md" !} ??? example "JSON - [Click to show/hide]" @@ -120,13 +143,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DTS X -??? question "DTS X - [Click to show/hide]" +??? question "DTS:X - [Click to show/hide]" - DTS:X is an object-based audio codec, which aims to create a multi-dimensional sound that “moves around you like it would in real life” + {! include-markdown "../../includes/cf-descriptions/dts-x.md" !} ??? example "JSON - [Click to show/hide]" @@ -136,16 +159,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### ATMOS (undefined) ??? question "ATMOS (undefined) - [Click to show/hide]" - Handles cases where only Atmos is specified in title but not DD+ or TrueHD (Where it is not specified if it is Lossy or Lossless) - - !!! note - Give this the same score as Lossy Atmos, and then on import, it will get changed to either lossy or lossless based on mediainfo. + {! include-markdown "../../includes/cf-descriptions/atmos-undefined.md" !} ??? example "JSON - [Click to show/hide]" @@ -155,13 +175,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DDPlus ATMOS ??? question "DD+ ATMOS - [Click to show/hide]" - Atmos via UHD Blu-ray will be lossless, or lossy via streaming services so in this case it will be lossy + Atmos + {! include-markdown "../../includes/cf-descriptions/ddplus-atmos.md" !} ??? example "JSON - [Click to show/hide]" @@ -171,15 +191,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### TrueHD ??? question "TrueHD - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_TrueHD){:target="_blank" rel="noopener noreferrer"} - - Dolby TrueHD is a lossless, multi-channel audio codec developed by Dolby Laboratories for home video, used principally in Blu-ray Disc and compatible hardware. + {! include-markdown "../../includes/cf-descriptions/truehd.md" !} ??? example "JSON - [Click to show/hide]" @@ -189,15 +207,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DTS-HD MA ??? question "DTS-HD MA - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/DTS-HD_Master_Audio){:target="_blank" rel="noopener noreferrer"} - - DTS-HD Master Audio is a multi-channel, lossless audio codec developed by DTS as an extension of the lossy DTS Coherent Acoustics codec (DTS CA; usually itself referred to as just DTS). Rather than being an entirely new coding mechanism, DTS-HD MA encodes an audio master in lossy DTS first, then stores a concurrent stream of supplementary data representing whatever the DTS encoder discarded. This gives DTS-HD MA a lossy "core" able to be played back by devices that cannot decode the more complex lossless audio. DTS-HD MA's primary application is audio storage and playback for Blu-ray Disc media. + {! include-markdown "../../includes/cf-descriptions/dts-hd-ma.md" !} ??? example "JSON - [Click to show/hide]" @@ -207,13 +223,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FLAC ??? question "FLAC - [Click to show/hide]" - FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio + {! include-markdown "../../includes/cf-descriptions/flac.md" !} ??? example "JSON - [Click to show/hide]" @@ -223,13 +239,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### PCM ??? question "PCM - [Click to show/hide]" - PCM is the method of encoding typically used for uncompressed digital audio + {! include-markdown "../../includes/cf-descriptions/pcm.md" !} ??? example "JSON - [Click to show/hide]" @@ -239,28 +255,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DTS-HD HRA ??? question "DTS-HD HRA - [Click to show/hide]" - [Technical Whitepaper](https://www.opusproductions.com/pdfs/DTS_HD_WhitePaper.pdf){:target="_blank" rel="noopener noreferrer"} - - | Codec | Page | Paragraph | - | ---------- | ------ | --------- | - | DTS-HD MA | Page 6 | 5.1.1 | - | DTS-HD HRA | Page 7 | 5.1.2 | - - DTS-HD HRA is the lossy version of DTS-HD MA. - - | Codec | DTS-HRA | DTS-MA | - | -------------- | ---------------- | ----------------- | - | Lossy/lossless | Lossy | Lossless | - | Data rate | 1.5 - 6.0 Mbit/s | VBR - 24.5 Mbit/s | - | Channels | Up to 7.1 ch | Up to 7.1 ch | - | Sampling Freq. | 96 kHz | 192 kHz | - | Resolution | - | Up to 24-bit | + {! include-markdown "../../includes/cf-descriptions/dts-hd-hra.md" !} ??? example "JSON - [Click to show/hide]" @@ -270,7 +271,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DDPlus @@ -278,9 +279,7 @@ I also made 3 guides related to this one. ??? question "DD+ - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_Digital_Plus){:target="_blank" rel="noopener noreferrer"} - - Dolby Digital Plus, also known as Enhanced AC-3 (and commonly abbreviated as DD+ or E-AC-3, or EC-3) is a digital audio compression scheme developed by Dolby Labs for transport and storage of multi-channel digital audio. It is a successor to Dolby Digital (AC-3). + {! include-markdown "../../includes/cf-descriptions/ddplus.md" !} ??? example "JSON - [Click to show/hide]" @@ -290,13 +289,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DTS-ES ??? question "DTS-ES - [Click to show/hide]" - DTS-ES (DTS Extended Surround) includes two variants, DTS-ES Discrete 6.1, and DTS-ES Matrix 5.1, depending on how the sound was originally mastered and stored. + {! include-markdown "../../includes/cf-descriptions/dts-es.md" !} ??? example "JSON - [Click to show/hide]" @@ -306,14 +305,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DTS DTS = Basic DTS ??? question "DTS - [Click to show/hide]" - Description placeholder + + {! include-markdown "../../includes/cf-descriptions/dts.md" !} ??? example "JSON - [Click to show/hide]" @@ -323,16 +323,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### AAC ??? question "AAC - [Click to show/hide]" - Advanced Audio Coding - - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Advanced_Audio_Coding){:target="_blank" rel="noopener noreferrer"} - Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio compression. Designed to be the successor of the MP3 format, AAC generally achieves higher sound quality than MP3 at the same bit rate. + {! include-markdown "../../includes/cf-descriptions/aac.md" !} ??? example "JSON - [Click to show/hide]" @@ -342,7 +339,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DD @@ -350,9 +347,7 @@ I also made 3 guides related to this one. ??? question "DD - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_Digital){:target="_blank" rel="noopener noreferrer"} - - Dolby Digital, also known as Dolby AC-3, the audio compression is lossy. + {! include-markdown "../../includes/cf-descriptions/dd.md" !} ??? example "JSON - [Click to show/hide]" @@ -362,12 +357,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### MP3 ??? question "MP3 - [Click to show/hide]" - Description placeholder + + {! include-markdown "../../includes/cf-descriptions/mp3.md" !} ??? example "JSON - [Click to show/hide]" @@ -377,15 +373,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Opus ??? question "Opus - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Opus_(audio_format)){:target="_blank" rel="noopener noreferrer"} - - Opus is a lossy audio coding format developed by the Xiph.Org Foundation and standardized by the Internet Engineering Task Force, designed to efficiently code speech and general audio in a single format, while remaining low-latency enough for real-time interactive communication and low-complexity enough for low-end embedded processors.Opus replaces both Vorbis and Speex for new applications, and several blind listening tests have ranked it higher-quality than any other standard audio format at any given bitrate until transparency is reached, including MP3, AAC, and HE-AAC + {! include-markdown "../../includes/cf-descriptions/opus.md" !} ??? example "JSON - [Click to show/hide]" @@ -395,11 +389,11 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## Audio Channels ------- +--- ### 1.0 Mono @@ -411,7 +405,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 2.0 Stereo @@ -423,7 +417,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 3.0 Sound @@ -435,7 +429,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 4.0 Sound @@ -447,7 +441,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 5.1 Surround @@ -459,7 +453,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 6.1 Surround @@ -471,7 +465,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 7.1 Surround @@ -483,7 +477,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 9.1 Surround @@ -495,21 +489,38 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## HDR Formats ------- +--- + +### DV HDR10Plus + +DV = DoVi = Dolby Vision
+HDR10+ = HDR10P = HDR10Plus + +??? question "DV HDR10+ - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/dv-hdr10plus.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-hdr10plus.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### DV HDR10 -Dolby Vision = DoVi = DV +DV = DoVi = Dolby Vision ??? question "DV HDR10 - [Click to show/hide]" - Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile. - - Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized. + {! include-markdown "../../includes/cf-descriptions/dv-hdr10.md" !} ??? example "JSON - [Click to show/hide]" @@ -519,17 +530,17 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DV -Dolby Vision = DoVi = DV +DV = DoVi = Dolby Vision ??? question "DV - [Click to show/hide]" - Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile. + --8<-- "includes/cf-descriptions/dv.md" - Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized. + ??? example "JSON - [Click to show/hide]" @@ -539,17 +550,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DV HLG -Dolby Vision = DoVi = DV +DV = DoVi = Dolby Vision ??? question "DV HLG - [Click to show/hide]" - Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile. - - Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized. + {! include-markdown "../../includes/cf-descriptions/dv-hlg.md" !} ??? example "JSON - [Click to show/hide]" @@ -559,17 +568,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DV SDR -Dolby Vision = DoVi = DV +DV = DoVi = Dolby Vision ??? question "DV SDR - [Click to show/hide]" - Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile. - - Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized. + {! include-markdown "../../includes/cf-descriptions/dv-sdr.md" !} ??? example "JSON - [Click to show/hide]" @@ -579,19 +586,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HDR10Plus -HDR10Plus = HDR10+ +HDR10+ = HDR10P = HDR10Plus ??? question "HDR10+ - [Click to show/hide]" - **HDR10+ enhances upon a pre-existing HDR10 base layer allowing backwards compatibility with HDR10 devices. It adds dynamic metadata for the devices that support it.** - - [From Wikipedia, the free encyclopedia](https://en.m.wikipedia.org/wiki/High-dynamic-range_video){:target="_blank" rel="noopener noreferrer"} - - HDR10+, also known as HDR10 Plus, is an HDR video format, announced on 20 April 2017. It is the same as HDR10 but with the addition of a system of dynamic metadata developed by Samsung. It is free to use for content creators and has a maximum $10,000 annual license for some manufacturers. It has been positioned as an alternative to Dolby Vision without the same expenses. + {! include-markdown "../../includes/cf-descriptions/hdr10plus.md" !} ??? example "JSON - [Click to show/hide]" @@ -601,7 +604,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HDR10 @@ -609,13 +612,7 @@ I also made 3 guides related to this one. ??? question "HDR10 - [Click to show/hide]" - **HDR10 is the most basic HDR format used in consumer media and is supported by all HDR-supported devices. It adds static metadata upon the PQ10 format.** - - [From Wikipedia, the free encyclopedia](https://en.m.wikipedia.org/wiki/High-dynamic-range_video){:target="_blank" rel="noopener noreferrer"} - - HDR10 Media Profile, more commonly known as HDR10, is an open HDR standard announced on 27 August 2015 by the Consumer Technology Association. It is the most widespread of the HDR formats. It is not backward compatible with SDR displays. It is technically limited to a maximum of 10,000 nits peak brightness; however, HDR10 content is commonly mastered with a peak brightness between 1000 and 4000 nits. - - HDR10 lacks dynamic metadata. On HDR10 displays that have lower color volume than the HDR10 content (e.g. lower peak brightness capability), the HDR10 metadata provides information to help the display adjust to the video. The metadata, however, is static and constant with respect to each individual video and doesn't inform the display exactly how the content should be adjusted. The interaction between display capabilities, video metadata, and the ultimate output (i.e. the presentation of the video) is mediated by the display, with the result that the original producer's intent may not be preserved. + {! include-markdown "../../includes/cf-descriptions/hdr10.md" !} ??? example "JSON - [Click to show/hide]" @@ -625,7 +622,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HDR @@ -633,9 +630,7 @@ I also made 3 guides related to this one. ??? question "HDR - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.m.wikipedia.org/wiki/High-dynamic-range_video){:target="_blank" rel="noopener noreferrer"} - - High-dynamic-range video (HDR video) is video having a dynamic range greater than that of standard-dynamic-range video (SDR video).HDR video involves capture, production, content/encoding, and display. HDR capture and displays are capable of brighter whites and deeper blacks. To accommodate this, HDR encoding standards allow for a higher maximum luminance and use at least a 10-bit dynamic range (color depth, compared to 8-bit for non-professional and 10-bit for professional SDR video) in order to maintain precision across this extended range. + {! include-markdown "../../includes/cf-descriptions/hdr.md" !} ??? example "JSON - [Click to show/hide]" @@ -645,15 +640,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HDR (undefined) ??? question "HDR (undefined) - [Click to show/hide]" - Some groups don't add HDR to their 4K release name so I suggest to add this Custom Format at the same score as you add one of your HDR Custom Formats. - - For now it's only FraMeSToR/HQMUX that doesn't add HDR to their release name but in the feature we can add more to it if needed. + {! include-markdown "../../includes/cf-descriptions/hdr-undefined.md" !} ??? example "JSON - [Click to show/hide]" @@ -663,7 +656,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### PQ @@ -671,11 +664,7 @@ I also made 3 guides related to this one. ??? question "PQ - [Click to show/hide]" - **PQ10 is the most basic HDR format which all other common formats are based upon. It is the barebones SMPTE 2084 specification and has no metadata.** - - [From Wikipedia, the free encyclopedia](https://en.m.wikipedia.org/wiki/High-dynamic-range_video){:target="_blank" rel="noopener noreferrer"} - - PQ10, sometimes simply referred as the PQ format, is an HDR format that can be used for both video and still images. It is the same as the HDR10 format without any metadata. It uses the PQ transfer function, Rec. 2020 color primaries and a bit depth of 10-bits. It is not backward compatible with SDR. + {! include-markdown "../../includes/cf-descriptions/pq.md" !} ??? example "JSON - [Click to show/hide]" @@ -685,7 +674,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HLG @@ -693,11 +682,7 @@ I also made 3 guides related to this one. ??? question "HLG - [Click to show/hide]" - **HLG does not use dynamic metadata and is backwards compatible with SDR devices. It is mostly used in broadcasting.** - - [From Wikipedia, the free encyclopedia](https://en.m.wikipedia.org/wiki/High-dynamic-range_video){:target="_blank" rel="noopener noreferrer"} - - HLG10, commonly simply referred as the HLG format, is an HDR format that can be used for both video and still images. It uses the HLG transfer function, Rec. 2020 color primaries, and a bit depth of 10 bits. The format is backwards compatible with SDR UHDTV but not with older SDR displays that do not implement the Rec. 2020 color standards. It doesn't use metadata and is royalty free. + {! include-markdown "../../includes/cf-descriptions/hlg.md" !} ??? example "JSON - [Click to show/hide]" @@ -707,11 +692,11 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## Movie Versions ------- +--- ### Hybrid @@ -727,7 +712,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Remaster @@ -746,7 +731,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 4K Remaster @@ -766,7 +751,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Criterion Collection @@ -782,7 +767,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Masters of Cinema @@ -798,7 +783,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Vinegar Syndrome @@ -814,7 +799,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Theatrical Cut @@ -830,7 +815,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Special Edition @@ -849,12 +834,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### IMAX ??? question "IMAX - [Click to show/hide]" - Description placeholder + + [From In Depth Cine](https://www.indepthcine.com/videos/imax){:target="_blank" rel="noopener noreferrer"} + + IMAX films are shot in tall aspect ratios, typically 1.9:1 or sometimes 1.43:1. Most IMAX film releases also have scenes shot at wider aspect ratios and, as a result, the aspect ratio will change throughout. Because they are shot on large format cameras, there is often less film grain present. This results in a clearer picture. ??? example "JSON - [Click to show/hide]" @@ -864,14 +852,19 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### IMAX Enhanced ??? question "IMAX Enhanced - [Click to show/hide]" - IMAX Enhanced: 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. + **Get more picture and less black bars (letterboxing).** + + [From Wired](https://www.wired.com/story/what-is-imax-enhanced/){:target="_blank" rel="noopener noreferrer"} + + IMAX Enhanced is a standard for digital releases. It features scenes shot on IMAX cameras and produced in HDR10 DV. IMAX Enhanced releases are often higher bitrate than other WEB options and are encoded into various formats, including SDR conversions. + + As a result of the higher bitrate and implied picture quality improvement, it is recommended to enable the IMAX Enhanced custom format on WEB profiles, especially for those seeking 'The IMAX Experience' - including less "black bars" or letterboxing. ![!Imax Enhanced Example](images/imax-e/imax-e.1.png) @@ -891,7 +884,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Open Matte @@ -907,11 +900,11 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## Unwanted ------- +--- ### BR-DISK @@ -924,7 +917,7 @@ I also made 3 guides related to this one. !!! note Depending on your renaming scheme it could happen that Radarr will match renamed files after they are downloaded and imported as `BR-DISK`, - This is a cosmetic annoyance until I come up with another way to solve this, + This is a cosmetic annoyance until we come up with another way to solve this, being that this Custom Format is used to not download BR-DISK it does its purpose as intended. Several reasons why this is happening: @@ -939,7 +932,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### LQ @@ -947,7 +940,8 @@ I also made 3 guides related to this one. ??? question "LQ - [Click to show/hide]" - A collection of known Low Quality groups that are often banned from the the top trackers because their lack of quality, Banned release groups, dishonest release groups or Rips from Scene and quick-to-release P2P groups while adequate, are not considered high quality. + - A collection of known low quality groups (often banned from the top trackers due to their lack of quality), banned or dishonest release groups, or rips/encodes from scene and quick-to-release P2P groups that, while adequate, are usually not considered high quality. + - Release Groups that break the Starr apps automation because their bad naming could potentially cause download loops, even if their overall quality is perfect. ??? example "JSON - [Click to show/hide]" @@ -957,7 +951,25 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### LQ (Release Title) + +Low Quality Releases = LQ + +??? question "LQ (Release Title)- [Click to show/hide]" + + A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/lq-release-title.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### 3D @@ -975,7 +987,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### x265 (HD) @@ -1000,7 +1012,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Upscaled @@ -1016,17 +1028,33 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### Extras + +??? question "Extras - [Click to show/hide]" + + This custom format is used to prevent Radarr from grabbing releases containing only extras/bonus material. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/extras.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ## Optional ------- +--- ### Bad Dual Groups ??? question "Bad dual groups - [Click to show/hide]" - 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. + These groups take the original release and add their own language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe is that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as the first track. + Also they often even translate/rename the release name to Portuguese. ??? example "JSON - [Click to show/hide]" @@ -1036,20 +1064,20 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DV (WEBDL) -Dolby Vision = DoVi = DV +DV = DoVi = Dolby Vision ??? question "DV (WEBDL) - [Click to show/hide]" - This is a special Custom Format that block WEBDLs **with** Dolby Vision but **without** HDR10 fallback. + This is a special Custom Format that blocks WEBDLs **with** Dolby Vision but **without** HDR10 fallback. - You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-10000`. + You will need to add the following as a new Custom Format, and when created adjust the scoring in your Quality Profile (`Setting` => `Profiles`) to `-10000`. - This Custom Format works together with the normal [DV](#dv) Custom Format that you can use to prefer Dolby Vision. + This Custom Format works together with the normal [DV](#dv) Custom Format that you would use to prefer Dolby Vision. - Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors (typically a green hue) if you want to play it on a not Dolby Vision compatible setup. + Most WEBDL from Streaming Services don't have the fallback to HDR10. What can result during playback is issues with weird colors (typically a green hue) when you attempt to play it on a non Dolby Vision compatible setup. Remuxes and Bluray have a fallback to HDR10. @@ -1061,15 +1089,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### EVO (no WEBDL) ??? question "EVO (no WEBDL) - [Click to show/hide]" - This group is often banned for the low quality Blu-ray releases, but their WEB-DLs are okay. + This group is often banned for the low-quality Blu-ray releases, but their WEB-DLs are okay. - You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-10000`. + You will need to add the following as a new Custom Format, and when created adjust the scoring in your Quality Profile (`Setting` => `Profiles`) to `-10000`. ??? example "JSON - [Click to show/hide]" @@ -1079,13 +1107,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HDR10Plus Boost ??? question "HDR10+ Boost - [Click to show/hide]" - Optional (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+. + Optional. Use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+. ??? example "JSON - [Click to show/hide]" @@ -1095,14 +1123,30 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### DV HDR10Plus Boost + +??? question "DV HDR10+ Boost - [Click to show/hide]" + + Optional: use this one if you want to upgrade from DV HDR10 to DV HDR10+ to support the best of both worlds. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-hdr10plus-boost.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### No-RlsGroup ??? question "No-RlsGroup - [Click to show/hide]" Some indexers strip out the release group which 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 + For example, a lot of EVO releases end up stripped of the group name so they appear as "upgrades" and they end up getting a decent score if other things match !!! warning @@ -1116,13 +1160,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Obfuscated ??? question "Obfuscated - [Click to show/hide]" - Optional (use these only if you dislike renamed releases) + {! include-markdown "../../includes/cf-descriptions/obfuscated.md" !} ??? example "JSON - [Click to show/hide]" @@ -1132,13 +1176,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Retags ??? question "Retags - [Click to show/hide]" - Optional (use these only if you dislike retagged releases) + {! include-markdown "../../includes/cf-descriptions/retags.md" !} ??? example "JSON - [Click to show/hide]" @@ -1148,13 +1192,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Scene ??? question "Scene - [Click to show/hide]" - This Custom Format will try to recognize so called Scene releases, depending on your preferences you can give it a negative score `-10000` or a positive score or just don't add it all. + This Custom Format will try to recognize so-called "scene releases". Depending on your preferences, you can give it a negative score `-10000`, a positive score, or just skip adding it altogether. ??? example "JSON - [Click to show/hide]" @@ -1164,7 +1208,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### x265 (no HDR/DV) @@ -1188,7 +1232,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### AV1 @@ -1207,7 +1251,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VP9 @@ -1226,13 +1270,30 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### Internal + +??? question "Internal - [Click to show/hide]" + + - For those that prefer scene releases may want to boost internals as they generally have higher settings that may not conform to ruleset. + - In some rare cases P2P use also INTERNAL. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/internal.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### SDR ??? question "SDR - [Click to show/hide]" - - This will help to prevent to grab UHD/4k releases without HDR Formats. + {! include-markdown "../../includes/cf-descriptions/sdr.md" !} ??? example "JSON - [Click to show/hide]" @@ -1242,23 +1303,39 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### SDR (no WEBDL) + +??? question "SDR (no WEBDL) - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/sdr-no-webdl.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/sdr-no-webdl.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- -### DV FEL +### DV (Disk) -??? question "DV (FEL) - [Click to show/hide]" +??? question "DV (Disk) - [Click to show/hide]" - This will boost the score for Dolby Vision Releases using the original full quality Dolby Vision layer from the disc release to replace the old WEBDL HYBRID release. ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-fel.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/dv-disk.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- ### Line/Mic Dubbed @@ -1276,7 +1353,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HFR @@ -1292,11 +1369,11 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## Misc ------- +--- ### Repack/Proper @@ -1308,7 +1385,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Repack2 @@ -1320,7 +1397,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### x264 @@ -1338,14 +1415,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### x265 ??? question "x265 - [Click to show/hide]" x265 is a *free software library* and *application* for encoding video streams into the [H.265/MPEG-H HEVC](http://en.wikipedia.org/wiki/H.265){:target="_blank" rel="noopener noreferrer"} compression format, and is released under the terms of the [GNU GPL](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html){:target="_blank" rel="noopener noreferrer"}. - This applies to all releases that are x265/HEVC that are not Remux. + + This applies to all x265/HEVC releases that are not Remux. !!! failure "" Please don't forget to read the following [Microsized & Wrong Source](#microsized-wrong-source) @@ -1358,7 +1436,25 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### x266 + +??? question "x266 - [Click to show/hide]" + + Versatile Video Coding (VVC), also known as H.266, ISO/IEC 23090-3, and MPEG-I Part 3, is a video compression standard finalized on 6 July 2020. [Wikipedia](https://en.wikipedia.org/wiki/Versatile_Video_Coding){:target="_blank" rel="noopener noreferrer"}. + + This applies to all x266/VVC releases that are not Remux. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/x266.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### FreeLeech @@ -1377,7 +1473,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Dutch Groups @@ -1393,7 +1489,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### MPEG2 @@ -1405,7 +1501,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Multi @@ -1417,17 +1513,21 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## HQ Release Groups ------- +--- ### Remux Tier 01 ??? question "Remux Tier 01 - [Click to show/hide]" - - Groups doing remuxes with multiple sources(discs) mixing what's best. + Groups that: + + - Have established themselves as consistently delivering high-quality releases. + - Produce remuxes from multiple sources (discs) and combine them to produce the best end result. + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1437,14 +1537,17 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Remux Tier 02 ??? question "Remux Tier 02 - [Click to show/hide]" - - Groups that haven't released much. (yet) - - Groups doing remuxes with multiple sources(discs) mixing what's best. + Groups that: + + - Haven't released much. (yet) + - Produce remuxes from multiple sources (discs) and combine them to produce the best end result. + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1454,17 +1557,20 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Remux Tier 03 ??? question "Remux Tier 03 - [Click to show/hide]" - - Groups that only use one source.(So called one disc wonders.) - - Groups that use use a fully automated way without checking. - - Groups that don't check their stuff. - - Groups that haven't released much. (yet) - - Groups that retired and don't have the best quality by todays standards + Groups that: + + - Only use one source (poetically dubbed "one disc wonders"). + - Use a fully automated method without double-checking. + - Don't check/review their releases prior to uploading. + - Haven't released much. (yet) + - Have retired and don't have the best quality by today's standards + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1474,15 +1580,19 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### UHD Bluray Tier 01 ??? question "UHD Bluray Tier 01 - [Click to show/hide]" - - Groups that created encodes from the remuxes without micro-sizing them. - - HDR/DoVi (Depending what's offered and often both) - - HD Audio (Atmos, TrueHD etc...) + Groups that: + + - Have established themselves as consistently delivering high-quality releases. + - Use remuxes as their source without micro-sizing them. + - HDR/DoVi (Depending on what's offered and often both). + - Use Lossless Audio (TrueHD, DTS-X, DTS-HD, etc). + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1492,15 +1602,18 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### UHD Bluray Tier 02 ??? question "UHD Bluray Tier 02 - [Click to show/hide]" - - Groups that created encodes from the remuxes without micro-sizing them. - - HDR/DoVi (Depending what's offered and often both) - - HD Audio (Atmos, TrueHD etc...) + Groups that: + + - Use remuxes as their source without micro-sizing them. + - HDR/DoVi (Depending on what's offered and often both). + - Use Lossless Audio (TrueHD, DTS-X, DTS-HD, etc). + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1510,15 +1623,19 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### UHD Bluray Tier 03 ??? question "UHD Bluray Tier 03 - [Click to show/hide]" - - Groups that created encodes from the remuxes without micro-sizing them. - - HDR/DoVi (Depending what's offered and often both) - - HD Audio (Atmos, TrueHD etc...) + Groups that: + + - Use remuxes as their source without micro-sizing them. + - HDR/DoVi (Depending on what's offered and often both). + - Use Lossless Audio (TrueHD, DTS-X, DTS-HD, etc) or Lossy audio formats (DD, DD+, etc). + - That are added for a specific reason for other guides quality profiles. + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1528,14 +1645,18 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HD Bluray Tier 01 ??? question "HD Bluray Tier 01 - [Click to show/hide]" - - Groups that created encodes from the remuxes without micro-sizing them. - - Groups that have a minimum of GP releases.(best encode in it's class 1080p and lower) + Groups that: + + - Have established themselves as consistently delivering high-quality releases. + - Use remuxes as their source without micro-sizing them. + - Have a minimum of GP releases. (best encode in it's class 1080p and lower) + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1545,13 +1666,16 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HD Bluray Tier 02 ??? question "HD Bluray Tier 02 - [Click to show/hide]" - - Groups that created encodes from the remuxes without micro-sizing them. + Groups that: + + - Use remuxes as their source without micro-sizing them. + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1561,13 +1685,17 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HD Bluray Tier 03 ??? question "HD Bluray Tier 03 - [Click to show/hide]" - - placeholder + Groups that: + + - Use remuxes as their source without micro-sizing them. + - That are added for a specific reason for other guides quality profiles. + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1577,14 +1705,17 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### WEB Tier 01 ??? question "WEB Tier 01 - [Click to show/hide]" - - Groups that create hybrids. - - Groups that sign up for the gentleman list on a certain private tracker. + Groups that: + + - Have established themselves as consistently delivering high-quality releases. + - Create hybrids. + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1594,13 +1725,16 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### WEB Tier 02 ??? question "WEB Tier 02 - [Click to show/hide]" - - placeholder + Groups that: + + - Only have done a few releases + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1610,13 +1744,16 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### WEB Tier 03 ??? question "WEB Tier 03 - [Click to show/hide]" - - placeholder + Groups that: + + - That are added for a specific reason for other guides quality profiles. + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1626,19 +1763,21 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## Streaming Services ------- +--- -### AMZN +### General Streaming Services -Amazon +#### AMZN -??? question "Amazon - [Click to show/hide]" +Amazon Prime Video - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Amazon_Prime_Video){:target="_blank" rel="noopener noreferrer"} +??? question "Amazon Prime Video - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/amzn.md" !} ??? example "JSON - [Click to show/hide]" @@ -1648,15 +1787,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### ATVP +#### ATVP Apple TV+ ??? question "Apple TV+ - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Apple_TV%2B){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/atvp.md" !} ??? example "JSON - [Click to show/hide]" @@ -1666,15 +1805,33 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +#### BCORE + +Bravia Core + +??? question "Bravia Core - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/bcore.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/bcore.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- -### CRiT +#### CRiT Criterion Channel ??? question "Criterion Channel - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/The_Criterion_Collection#Streaming_as_The_Criterion_Channel){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/crit.md" !} ??? example "JSON - [Click to show/hide]" @@ -1684,15 +1841,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### DSNP +#### DSNP Disney+ ??? question "Disney+ - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Disney%2B){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/dsnp.md" !} ??? example "JSON - [Click to show/hide]" @@ -1702,15 +1859,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### HBO +#### HBO HBO ??? question "HBO - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/HBO){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/hbo.md" !} ??? example "JSON - [Click to show/hide]" @@ -1720,15 +1877,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### HMAX +#### HMAX HBO Max -??? question "HBO Max - [Click to show/hide]" +??? question "Max (streaming service) aka HBO Max - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/HBO_Max){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/hmax.md" !} ??? example "JSON - [Click to show/hide]" @@ -1738,15 +1895,33 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### Max +#### Hulu -Max +Hulu -??? question "Max - [Click to show/hide]" +??? question "Hulu - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Max_(streaming_service)){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/hulu.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/hulu.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +#### Max + +Max (streaming service) + +??? question "Max (streaming service) - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/hmax.md" !} ??? example "JSON - [Click to show/hide]" @@ -1756,33 +1931,33 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### Hulu +#### MA -Hulu +Movies Anywhere -??? question "Hulu - [Click to show/hide]" +??? question "Movies Anywhere - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Hulu){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/ma.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/cf/hulu.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/ma.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### NF +#### NF Netflix ??? question "Netflix - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Netflix){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/nf.md" !} ??? example "JSON - [Click to show/hide]" @@ -1792,15 +1967,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### PCOK +#### PCOK Peacock TV ??? question "Peacock TV - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Peacock_(streaming_service)){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/pcok.md" !} ??? example "JSON - [Click to show/hide]" @@ -1810,15 +1985,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### PMTP +#### PMTP Paramount+ ??? question "Paramount+ - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Paramount%2B){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/pmtp.md" !} ??? example "JSON - [Click to show/hide]" @@ -1828,33 +2003,149 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### MA +#### STAN -Movies Anywhere +Stan -??? question "Movies Anywhere - [Click to show/hide]" +??? question "STAN - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Movies_Anywhere){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/stan.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/cf/ma.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/stan.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### Asian Streaming Services + +--- + +#### FOD + +FOD = Fuji Television On Demand + +??? question "Fuji Television On Demand - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/fod.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/fod.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +#### HTSR + +Disney+ Hotstar + +??? question "Disney+ Hotstar - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/htsr.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/htsr.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +#### TVer + +TVer + +??? question "TVer - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/tver.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/tver.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +#### TVING + +TVING + +??? question "TVING - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/tving.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/tving.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- + +#### U-NEXT + +U-NEXT + +??? question "U-NEXT - [Click to show/hide]" -### Pathe + {! include-markdown "../../includes/cf-descriptions/u-next.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/u-next.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +#### VIU + +VIU + +??? question "VIU - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/viu.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/viu.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### Dutch Streaming Services + +--- + +#### Pathe Pathé Thuis ??? question "Pathé Thuis - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://nl.wikipedia.org/wiki/Path%C3%A9_Thuis){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/pathe.md" !} ??? example "JSON - [Click to show/hide]" @@ -1864,51 +2155,95 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### BCORE +#### VDL -Bravia Core +Videoland -??? question "Bravia Core - [Click to show/hide]" +??? question "Videoland - [Click to show/hide]" - [From Sony, no wiki link available](https://electronics.sony.com/bravia-core){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/vdl.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/cf/bcore.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/vdl.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### STAN +### UK Streaming Services -Stan +--- -??? question "STAN - [Click to show/hide]" +#### iP + +BBC iPlayer aka iP - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Stan_(service)){:target="_blank" rel="noopener noreferrer"} +??? question "BBC iPlayer aka iP - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/ip.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/cf/stan.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/ip.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +#### ITVX + +ITVX aka ITV + +??? question "ITVX aka ITV - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/itvx.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/itvx.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Crav +#### NOW + +NOW + +??? question "NOW - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/now.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/now.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### Misc Streaming Services + +--- + +#### Crav Crave ??? question "CRAVE - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Crave_(streaming_service)){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/crav.md" !} ??? example "JSON - [Click to show/hide]" @@ -1918,15 +2253,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### OViD +#### OViD OViD ??? question "OViD - [Click to show/hide]" - [OViD Website](https://search.ovid.tv/other/about){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/ovid.md" !} ??? example "JSON - [Click to show/hide]" @@ -1936,11 +2271,49 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +#### STRP + +Star+ + +??? question "Star+ - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/strp.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/strp.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### Anime Streaming Services + +--- + +#### VRV + +??? question "VRV - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/vrv.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/vrv.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ## Anime ------- +--- ### Anime BD Tier 01 (Top SeaDex Muxers) @@ -1955,7 +2328,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime BD Tier 02 (SeaDex Muxers) @@ -1970,7 +2343,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime BD Tier 03 (SeaDex Muxers) @@ -1985,7 +2358,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime BD Tier 04 (SeaDex Muxers) @@ -2000,7 +2373,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime BD Tier 05 (Remuxes) @@ -2015,7 +2388,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime BD Tier 06 (FanSubs) @@ -2030,7 +2403,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime BD Tier 07 (P2P/Scene) @@ -2045,7 +2418,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime BD Tier 08 (Mini Encodes) @@ -2060,7 +2433,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime Web Tier 01 (Muxers) @@ -2075,7 +2448,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime Web Tier 02 (Top FanSubs) @@ -2090,7 +2463,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime Web Tier 03 (Official Subs) @@ -2105,7 +2478,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime Web Tier 04 (Official Subs) @@ -2120,7 +2493,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime Web Tier 05 (FanSubs) @@ -2135,7 +2508,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime Web Tier 06 (FanSubs) @@ -2150,7 +2523,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime Raws @@ -2165,7 +2538,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime LQ Groups @@ -2180,7 +2553,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Uncensored @@ -2195,7 +2568,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### v0 @@ -2210,7 +2583,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### v1 @@ -2225,7 +2598,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### v2 @@ -2240,7 +2613,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### v3 @@ -2255,7 +2628,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### v4 @@ -2270,22 +2643,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- - -### VRV - -??? question "VRV - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/VRV_(streaming_service)){:target="_blank" rel="noopener noreferrer"} - -??? example "JSON - [Click to show/hide]" - - ```json - [[% filter indent(width=4) %]][[% include 'json/radarr/cf/vrv.json' %]][[% endfilter %]] - ``` - -[TOP](#index) - ------- +--- ### 10bit @@ -2300,7 +2658,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime Dual Audio @@ -2315,7 +2673,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Dubs Only @@ -2330,11 +2688,11 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## French Audio Version ------- +--- ### Multi-French @@ -2350,7 +2708,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Multi-Audio @@ -2366,7 +2724,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### French Audio @@ -2382,7 +2740,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VFF @@ -2398,7 +2756,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VOF @@ -2414,7 +2772,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VFI @@ -2430,7 +2788,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VF2 @@ -2446,7 +2804,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VFQ @@ -2462,7 +2820,23 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### VOQ + +??? question "VOQ - [Click to show/hide]" + + Quebec Original Version. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/radarr/cf/french-voq.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### VQ @@ -2478,7 +2852,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VFB @@ -2494,7 +2868,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VOSTFR @@ -2510,7 +2884,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FanSUB @@ -2526,7 +2900,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FastSUB @@ -2542,19 +2916,19 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## French HQ Source Groups ------- +--- ### FR Remux Tier 01 ??? question "Remux Tier 01 - [Click to show/hide]" - WiP - - Groups doing remuxes with multiple sources (discs) mixing what's best. - - Groups doing remuxes with a groups from Remux Tier 01 or 02 and adding the best French Audio available. + - Groups that produce remuxes from multiple sources (discs) and combine them to produce the best end result. + - Groups producing remuxes with a group from Remux Tier 01 or 02 adding the best available French Audio. ??? example "JSON - [Click to show/hide]" @@ -2564,7 +2938,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR Remux Tier 02 @@ -2572,10 +2946,10 @@ I also made 3 guides related to this one. - WiP - Groups that use an automated way. - - Groups active doing remuxes from a single sources (discs). + - Groups actively doing remuxes from a single source (disc). - Groups that had the best French audio track to an English release. - Groups that haven't released much or are not well recognized. (yet) - - Groups that retired and don't have the best quality by todays standards. + - Groups that retired and don't have the best quality by today's standards. ??? example "JSON - [Click to show/hide]" @@ -2585,7 +2959,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR UHD Bluray Tier 01 @@ -2594,7 +2968,7 @@ I also made 3 guides related to this one. - WiP - Groups that created encodes from the remuxes without micro-sizing them. - Groups that add the best French audio track to an English release from Tier 01 or 02. - - HDR/DoVi (Depending what's offered and often both). + - HDR/DoVi (Depending on what's offered and often both). - HD Audio (Atmos, TrueHD etc...). ??? example "JSON - [Click to show/hide]" @@ -2605,19 +2979,19 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR UHD Bluray Tier 02 ??? question "FR UHD Bluray Tier 02 - [Click to show/hide]" - WiP - - Groups that created encodes from the remuxes without micro-sizing them. + - Groups that create encodes from a remux without micro-sizing them. - Groups that had the best French audio track to an English release. - - HDR/DoVi (Depending what's offered and often both). + - HDR/DoVi (Depending on what's offered and often both). - HD Audio (Atmos, TrueHD etc...). - Groups that haven't released much or are not well recognized. (yet) - - Groups that retired and don't have the best quality by todays standards. + - Groups that retired and don't have the best quality by today's standards. ??? example "JSON - [Click to show/hide]" @@ -2627,15 +3001,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR HD Bluray Tier 01 ??? question "FR HD Bluray Tier 01 - [Click to show/hide]" - WiP - - Groups that created encodes from the remuxes without micro-sizing them. - - Groups that have a minimum of great releases (best encode in it's class 1080p and lower). + - Groups that create encodes from a remux without micro-sizing them. + - Groups that have a minimum count of great releases (best encode in its class 1080p and lower). - Groups that add the best French audio track to an English release from Tier 01 or 02. ??? example "JSON - [Click to show/hide]" @@ -2646,17 +3020,17 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR HD Bluray Tier 02 ??? question "FR HD Bluray Tier 02 - [Click to show/hide]" - WiP - - Groups that created encodes from the remuxes without micro-sizing them. - - Groups that had the best French audio track to an English release. + - Groups that create encodes from a remux without micro-sizing them. + - Groups that havae the best French audio track to an English release. - Groups that haven't released much or are not well recognized. (yet) - - Groups that retired and don't have the best quality by todays standards. + - Groups that retired and don't have the best quality by today's standards. ??? example "JSON - [Click to show/hide]" @@ -2666,7 +3040,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR WEB Tier 01 @@ -2684,7 +3058,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR WEB Tier 02 @@ -2693,7 +3067,7 @@ I also made 3 guides related to this one. - WiP - Groups that source and add the French audio track from the source to an English release. - Groups that haven't released much or are not well recognized. (yet) - - Groups that retired and don't have the best quality by todays standards. + - Groups that retired and don't have the best quality by today's standards. ??? example "JSON - [Click to show/hide]" @@ -2703,7 +3077,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR Scene Groups @@ -2719,20 +3093,20 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR LQ -French Low Quality Releases = FR LQ +French Low-Quality Releases = FR LQ ??? question "FR LQ - [Click to show/hide]" - A collection of known French Low Quality groups that are often banned from the the top trackers because their lack of quality. + A collection of known French Low-Quality groups that are often banned from the top trackers due to their lack of quality. !!! note - - Ads/Watermarks = Groups that are know to put ads or watermark in their releases. - - Bad/False releases = Groups that are known for lying on the quality, type or the name of their releases. + - Ads/Watermarks = Groups that are known to put ads or watermarks in their releases. + - Bad/False releases = Groups that are known for lying about their quality, type, or the name of their releases. - DeTAG/ReTAG = Detagging or stealing groups. - Other reasons = Banned Release Groups. diff --git a/docs/Radarr/Radarr-recommended-naming-scheme.md b/docs/Radarr/Radarr-recommended-naming-scheme.md index d12b5c545..b210e4f12 100644 --- a/docs/Radarr/Radarr-recommended-naming-scheme.md +++ b/docs/Radarr/Radarr-recommended-naming-scheme.md @@ -13,9 +13,23 @@ The Tokens not available in the release won't be used/shown. ------ +## Preparation + +Go to `Settings` => `Media Management` and make sure that `Show Advanced` at the top is enabled. + +![Enable Advanced](images/radarr-show-adavanced.png) + +Once you clicked on the button it should look like this and you should see all the advanced options. + +![Unhide Advanced](images/unhide-advanced.png) + +Finally, enable `Rename Movies` to reveal the movie renaming options. + +![Enable Rename Movies](images/radarr-enable-rename.png) + ## Standard Movie Format -This naming scheme is made to be compatible with the [New Plex Agent](https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517) that now supports IMDb and TMDb IDs in filenames, if you don't need it or want it just remove `{imdb-{ImdbId}}` +This naming scheme is made to be compatible with the [New Plex Agent](https://forums.plex.tv/t/new-plex-media-server-movie-scanner-and-agent-preview/593269/517){:target="_blank" rel="noopener noreferrer"} that now supports IMDb and TMDb IDs in filenames, if you don't need it or want it just remove `{imdb-{ImdbId}}` !!! warning "Starting from v4.2.2.6489, Radarr now supports Plex Multiple Edition tags in naming." @@ -25,6 +39,8 @@ This naming scheme is made to be compatible with the [New Plex Agent](https://fo !!! danger "Only use `{edition-{Edition Tags}}` if you are prepared to have movies separated by edition
when using a merged Plex library - e.g., you keep both 1080p and 2160p versions of one movie.

For example if you have the `Directors Cut` and the `Extended Cut` for one movie, those will show up as two separate movies in your library.

Note that not using `{edition-{Edition Tags}}` will prevent Plex from recognizing the edition." +### Plex + ```bash {{ radarr['naming']['radarr-naming']['file']['default'] }} ``` @@ -33,27 +49,27 @@ This naming scheme is made to be compatible with the [New Plex Agent](https://fo `The Movie Title (2010) {imdb-tt0066921} {edition-Ultimate Extended Edition} [IMAX HYBRID][Bluray-1080p Proper][3D][DV HDR10][DTS 5.1][x264]-EVOLVE` -For Jellyfin/Emby: +#### Plex Anime ```bash -{{ radarr['naming']['radarr-naming']['file']['emby'] }} +{{ radarr['naming']['radarr-naming']['file']['anime'] }} ``` ??? abstract "RESULTS: - [Click to show/hide]" - `The Movie Title (2010) [imdbid-tt0066921] {edition-Ultimate Extended Edition} [IMAX HYBRID][Bluray-1080p Proper][3D][DV HDR10][DTS 5.1][x264]-EVOLVE` + `The Movie Title (2010) {imdb-tt0066921} {edition-Ultimate Extended Edition} [Surround Sound x264][Bluray-1080p Proper][3D][DTS 5.1][DE][10bit][AVC]-EVOLVE` -If you do Anime +### Emby ```bash -{{ radarr['naming']['radarr-naming']['file']['anime'] }} +{{ radarr['naming']['radarr-naming']['file']['emby'] }} ``` ??? abstract "RESULTS: - [Click to show/hide]" - `The Movie Title (2010) {imdb-tt0066921} {edition-Ultimate Extended Edition} [Surround Sound x264][Bluray-1080p Proper][3D][DTS 5.1][DE][10bit][AVC]-EVOLVE` + `The Movie Title (2010) [imdbid-tt0066921] - {edition-Ultimate Extended Edition} [IMAX HYBRID][Bluray-1080p Proper][3D][DV HDR10][DTS 5.1][x264]-EVOLVE` -For Jellyfin/Emby: +#### Emby Anime ```bash {{ radarr['naming']['radarr-naming']['file']['anime-emby'] }} @@ -61,7 +77,27 @@ For Jellyfin/Emby: ??? abstract "RESULTS: - [Click to show/hide]" - `The Movie Title (2010) [imdbid-tt0066921] {edition-Ultimate Extended Edition} [Surround Sound x264][Bluray-1080p Proper][3D][DTS 5.1][DE][10bit][AVC]-EVOLVE` + `The Movie Title (2010) [imdbid-tt0066921] - {edition-Ultimate Extended Edition} [Surround Sound x264][Bluray-1080p Proper][3D][DTS 5.1][DE][10bit][AVC]-EVOLVE` + +### Jellyfin + +```bash +{{ radarr['naming']['radarr-naming']['file']['jellyfin'] }} +``` + +??? abstract "RESULTS: - [Click to show/hide]" + + `The Movie Title (2010) [imdbid-tt0066921] - {edition-Ultimate Extended Edition} [IMAX HYBRID][Bluray-1080p Proper][3D][DV HDR10][DTS 5.1][x264]-EVOLVE` + +#### Jellyfin Anime + +```bash +{{ radarr['naming']['radarr-naming']['file']['anime-jellyfin'] }} +``` + +??? abstract "RESULTS: - [Click to show/hide]" + + `The Movie Title (2010) [imdbid-tt0066921] - {edition-Ultimate Extended Edition} [Surround Sound x264][Bluray-1080p Proper][3D][DTS 5.1][DE][10bit][AVC]-EVOLVE` ------ @@ -99,9 +135,7 @@ The filename can be Obscured where the Release naming isn't, especially when you {{ radarr['naming']['radarr-naming']['folder']['default'] }} ``` -RESULT: - -`The Movie Title (2010)` +RESULT: `The Movie Title (2010)` ------ @@ -114,29 +148,33 @@ RESULT: TMDb is usually better as it guarantees a match, IMDb only gets matched if the TMDb entry has the correct IMDb ID association. We don't actually talk to IMDb. -#### Optional Movies Folder Format for the Plex Movies Scanner and Jellyfin/Emby +#### Optional Movies Folder Format This naming scheme is made to be compatible with the new [Plex TV Series Scanner](https://forums.plex.tv/t/beta-new-plex-tv-series-scanner/696242){:target="_blank" rel="noopener noreferrer"} that now support IMDB and TVDB IDs in file names. -For Plex: +##### Optional Plex ```bash {{ radarr['naming']['radarr-naming']['folder']['plex'] }} ``` -RESULT: - -`The Movie Title (2010) {imdb-tt1520211}` +RESULT: `The Movie Title (2010) {imdb-tt1520211}` -For Jellyfin/Emby: +##### Optional Emby ```bash {{ radarr['naming']['radarr-naming']['folder']['emby'] }} ``` -RESULT: +RESULT: `The Movie Title (2010)` + +##### Optional Jellyfin + +```bash +{{ radarr['naming']['radarr-naming']['folder']['jellyfin'] }} +``` -`The Movie Title (2010) [imdbid-tt1520211]` +RESULT: `The Movie Title (2010) [imdbid-tt1520211]` !!! tip IMDb IDs are going to be very accurate and rarely change, TVDB/TMDB IDs, on the other hand, do change or are removed more frequently. diff --git a/docs/Radarr/Tips/How-to-setup-language-custom-formats.md b/docs/Radarr/Tips/How-to-setup-language-custom-formats.md index e557a53fb..024706508 100644 --- a/docs/Radarr/Tips/How-to-setup-language-custom-formats.md +++ b/docs/Radarr/Tips/How-to-setup-language-custom-formats.md @@ -2,7 +2,7 @@ Here we will explain how to setup your own preferred language Custom Format, with a few examples. -!!! warning "Using language Custom Formats is not compatible with setting a preferred language in a quality profile in Radarr. You must use one or the other.
If you want to make use of the Custom Formats set the preferred language to `Any`." +!!! warning "Using language Custom Formats is not compatible with setting a preferred language in a quality profile in Radarr. You must use one or the other.
If you want to make use of the Custom Formats set the preferred language to `Any`.

Sonarr doesn't have a preferred language in the quality profile, so this can be ignored if you're setting this up with Sonarr" ## Language Examples @@ -24,7 +24,7 @@ With this Custom Format you will get only the Movie/TV Show with the original la For this we're going to make use of so called reverse scoring. -Add the following json to your Radarr/Sonarr with a score of `-10000`. +Add the following json to your Radarr/Sonarr with a score in your profile of `-10000`. ??? example "JSON - [Click to show/hide]" @@ -44,7 +44,7 @@ With this Custom Format you will only get the Movie/TV Show in the English langu For this we're going to make use of so called reverse scoring. -Add the following json to your Radarr/Sonarr with a score of `-10000`. +Add the following json to your Radarr/Sonarr with a score in your profile of `-10000`. ??? example "JSON - [Click to show/hide]" @@ -68,7 +68,7 @@ With this Custom Format you will only get the Movie/TV Show with Dutch and/or Fl For this we're going to make use of so called reverse scoring. -Add the following json to your Radarr/Sonarr with a score of `-10000`. +Add the following json to your Radarr/Sonarr with a score in your profile of `-10000`. ??? example "JSON - [Click to show/hide]" @@ -87,7 +87,7 @@ Let's say you want German, but if German is not available then fall back to Orig !!! info "For languages other than German, replace the German condition with language of your choice." -Add the following json to your Radarr/Sonarr with a score of `-10000`. +Add the following json to your Radarr/Sonarr with a score in your profile of `-10000`. ??? example "JSON - [Click to show/hide]" @@ -95,7 +95,7 @@ Add the following json to your Radarr/Sonarr with a score of `-10000`. [[% filter indent(width=4) %]][[% include 'json/guide-only/language-not-original-or-german.json' %]][[% endfilter %]] ``` -Add the following json to your Radarr/Sonarr with a score of `10`. +Add the following json to your Radarr/Sonarr with a score in your profile of `10`. ??? example "JSON - [Click to show/hide]" @@ -113,7 +113,7 @@ Let's say you just want to prefer German and don't care if you get another rando !!! info "For languages other than German, replace the German condition with language of your choice." -Add the following json to your Radarr/Sonarr with a score of `10`. +Add the following json to your Radarr/Sonarr with a score in your profile of `10`. ??? example "JSON - [Click to show/hide]" @@ -135,7 +135,7 @@ In this example I will use Dutch and Flemish since a lot of Movies/TV Shows sinc !!! info "For languages other than Dutch/Flemish, replace the Dutch/Flemish condition with language of your choice." -Add the following json to your Radarr/Sonarr with a score of `10`. +Add the following json to your Radarr/Sonarr with a score in your profile of `10`. ??? example "JSON - [Click to show/hide]" @@ -175,7 +175,7 @@ Add the following json to your Radarr/Sonarr with a score of `10`. ??? question "Where does Radarr get the Original Language from? - [Click to show/hide]" - Radarr makes use of [The Movie Database (TMDB)](https://www.themoviedb.org/){:target="_blank" rel="noopener noreferrer"}. + Radarr makes use of [The Movie Database (TMDB)](https://www.themoviedb.org/){:target="_blank" rel="noopener noreferrer"}. As of February 12, 2023, Radarr has updated its metadata cache to use a movie's spoken language from TMDb as the original language, but only when there is a single spoken language listed for that movie on TMDb. In cases where multiple spoken languages are listed, Radarr will use the movie's designated original language from TMDb. ![!The Movie Database (TMDB) Original Language](images/original-language-tmdb.png) diff --git a/docs/Radarr/Tips/Radarr-rename-your-folders.md b/docs/Radarr/Tips/Radarr-rename-your-folders.md index 2f29213b8..e72f2e3c6 100644 --- a/docs/Radarr/Tips/Radarr-rename-your-folders.md +++ b/docs/Radarr/Tips/Radarr-rename-your-folders.md @@ -1,39 +1,44 @@ # How to rename your folders -If you want to rename your current folder names (for example to your new naming scheme), you can do that with this little magic trick. +If you need to rename your current folder names (for example, to a new naming scheme), you can do so with a little "magic trick". ![!radarr-wrong-folder-name](images/radarr-wrong-folder-name.png) -Go to you movie overview +Simply go to the movie overview section. `Movies` -On the top click on `Movie Editor` +Click on `Edit Movies` (at the top) ![!radarr-movie-editor](images/radarr-movie-editor.png) -After activating it you select the movie(s) from where you want to have the folder(s) to be renamed. +Once you are in "edit" mode, you can select the movie(s) whose folders you want to be renamed. ![!radarr-movie-editor-select](images/radarr-movie-editor-select.png) -1. If you want all your movie folders renamed to your new folder naming scheme you set earlier [HERE](/Radarr/Radarr-recommended-naming-scheme){:target="_blank" rel="noopener noreferrer"}. -1. Select the movie(s) from where you want to have the folder(s) to be renamed. -1. Choose the same `Root Folder` +1. If you want all your movie's folders to be renamed with the new naming scheme you set [HERE](/Radarr/Radarr-recommended-naming-scheme){:target="_blank" rel="noopener noreferrer"}. +1. Select the movie(s) that you want to have the folder(s) renamed. +1. At the bottom select `Edit` A new popup will be shown: +![!radarr-edit-selected-movies](images/radarr-edit-selected-movies.png) + +Choose the same (current) root folder for your selected movies, and choose `Apply Changes`. + ![!radarr-movie-editor-move-files-yes](images/radarr-movie-editor-move-files-yes.png) -Select `Yes, Move the files` +You will get a warning popup where you will need to choose `Yes, Move the files` !!! warning - If you have a large library, remote storage, cloud storage, or your path structure isn't well planned or doesn't support instant moves, then this process could take a while. Make sure you don't interrupt this process. If it stops before it's complete, it could result in quite the mess. + If you have a large library, use remote or cloud storage, or your path structure isn't well planned (or doesn't support instant moves) this could take a while. + + **Make sure you don't interrupt this process.** If it stops before it has been completed, it could result in quite a mess. -Then Magic +Then, Magic! ![!radarr-correct-folder-name](images/radarr-correct-folder-name.png) -As you can see the folder has been renamed to the correct year following your naming scheme. +As you can see, the folder has now been renamed to the new/updated naming scheme. -{! include-markdown "../../../includes/support.md" !} - +--8<-- "includes/support.md" diff --git a/docs/Radarr/Tips/Sync-2-radarr-sonarr.md b/docs/Radarr/Tips/Sync-2-radarr-sonarr.md index ecc7ee31b..cdc106e39 100644 --- a/docs/Radarr/Tips/Sync-2-radarr-sonarr.md +++ b/docs/Radarr/Tips/Sync-2-radarr-sonarr.md @@ -4,8 +4,8 @@ In this guide I will try to explain how you can sync two (or more) Radarr/Sonarr I'm going to show two different options on how you can setup your sync with two Radarr/Sonarr instances. -- Option 1: This option is best used if you want a 1:1 copy of your Radarr/Sonarr instances as it'll sync everything -- Option 2: This option is best used if you only want to have a subset of your library Movies/TV Shows as 4K/2160p (UHD) as it filters by quality profile +- Option 1: This option is best used if you want a 1:1 copy of your Radarr/Sonarr instances as it'll sync everything. +- Option 2: This option is best used if you only want to cherry pick which Movies/TV Shows you want as 4K/2160p (UHD). !!! bug "" I'm not going to explain how to set up two Radarr/Sonarr instances for your system, being it depends on how you have it installed/running. [Radarr Multiple Instance Information](https://wiki.servarr.com/radarr/installation#multiple-instances) and [Sonarr Multiple Instance Information](https://wiki.servarr.com/sonarr/installation#multiple-instances) @@ -160,6 +160,7 @@ You now only need to make use of `Sonarr 1`. When you got a TV show (or a movie ------ [^1]: + If you're interested in the 1080p streaming optimized quality profile you can join my [discord](https://trash-guides.info/discord) and get access to the Special Quality Profiles channel (access-to-sqp) by accepting the rules. This is a special quality profile I created for people who are really interested in it. @@ -198,5 +199,4 @@ 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 -{! include-markdown "../../../includes/support.md" !} - +--8<-- "includes/support.md" diff --git a/docs/Radarr/Tips/images/radarr-correct-folder-name.png b/docs/Radarr/Tips/images/radarr-correct-folder-name.png index 4539cf4fd..fc4047295 100644 Binary files a/docs/Radarr/Tips/images/radarr-correct-folder-name.png and b/docs/Radarr/Tips/images/radarr-correct-folder-name.png differ diff --git a/docs/Radarr/Tips/images/radarr-edit-selected-movies.png b/docs/Radarr/Tips/images/radarr-edit-selected-movies.png new file mode 100644 index 000000000..7b7da9377 Binary files /dev/null and b/docs/Radarr/Tips/images/radarr-edit-selected-movies.png differ diff --git a/docs/Radarr/Tips/images/radarr-movie-editor-move-files-yes.png b/docs/Radarr/Tips/images/radarr-movie-editor-move-files-yes.png index 8c18c2f17..78367b03b 100644 Binary files a/docs/Radarr/Tips/images/radarr-movie-editor-move-files-yes.png and b/docs/Radarr/Tips/images/radarr-movie-editor-move-files-yes.png differ diff --git a/docs/Radarr/Tips/images/radarr-movie-editor-select.png b/docs/Radarr/Tips/images/radarr-movie-editor-select.png index 813b2f3d5..ecee50824 100644 Binary files a/docs/Radarr/Tips/images/radarr-movie-editor-select.png and b/docs/Radarr/Tips/images/radarr-movie-editor-select.png differ diff --git a/docs/Radarr/Tips/images/radarr-movie-editor.png b/docs/Radarr/Tips/images/radarr-movie-editor.png index dc1eb169f..c831b86f0 100644 Binary files a/docs/Radarr/Tips/images/radarr-movie-editor.png and b/docs/Radarr/Tips/images/radarr-movie-editor.png differ diff --git a/docs/Radarr/Tips/images/radarr-wrong-folder-name.png b/docs/Radarr/Tips/images/radarr-wrong-folder-name.png index b481e42a0..a85b80700 100644 Binary files a/docs/Radarr/Tips/images/radarr-wrong-folder-name.png and b/docs/Radarr/Tips/images/radarr-wrong-folder-name.png differ diff --git a/docs/Radarr/images/flowchart-audio.png b/docs/Radarr/images/flowchart-audio.png index 906c07c33..e6c3bb969 100644 Binary files a/docs/Radarr/images/flowchart-audio.png and b/docs/Radarr/images/flowchart-audio.png differ diff --git a/docs/Radarr/images/flowchart-custom-format-radarr.png b/docs/Radarr/images/flowchart-custom-format-radarr.png deleted file mode 100644 index 373954c7e..000000000 Binary files a/docs/Radarr/images/flowchart-custom-format-radarr.png and /dev/null differ diff --git a/docs/Radarr/images/flowchart-guide-radarr.png b/docs/Radarr/images/flowchart-guide-radarr.png index 2440ac51d..aeadb515d 100644 Binary files a/docs/Radarr/images/flowchart-guide-radarr.png and b/docs/Radarr/images/flowchart-guide-radarr.png differ diff --git a/docs/Radarr/images/flowchart-hdr-dv-webdl.png b/docs/Radarr/images/flowchart-hdr-dv-webdl.png new file mode 100644 index 000000000..683eb34f8 Binary files /dev/null and b/docs/Radarr/images/flowchart-hdr-dv-webdl.png differ diff --git a/docs/Radarr/images/flowchart-hdr-formats.png b/docs/Radarr/images/flowchart-hdr-formats.png index c59dd8bfc..36e25f09f 100644 Binary files a/docs/Radarr/images/flowchart-hdr-formats.png and b/docs/Radarr/images/flowchart-hdr-formats.png differ diff --git a/docs/Radarr/images/flowchart-hdr10plus-boost.png b/docs/Radarr/images/flowchart-hdr10plus-boost.png new file mode 100644 index 000000000..ec851235a Binary files /dev/null and b/docs/Radarr/images/flowchart-hdr10plus-boost.png differ diff --git a/docs/Radarr/images/flowchart-quality-profiles-radarr.png b/docs/Radarr/images/flowchart-quality-profiles-radarr.png new file mode 100644 index 000000000..83bd0eeea Binary files /dev/null and b/docs/Radarr/images/flowchart-quality-profiles-radarr.png differ diff --git a/docs/Radarr/images/plex-audio-atv.png b/docs/Radarr/images/plex-audio-atv.png new file mode 100644 index 000000000..cdaaee949 Binary files /dev/null and b/docs/Radarr/images/plex-audio-atv.png differ diff --git a/docs/Radarr/images/plex-audio-shield.png b/docs/Radarr/images/plex-audio-shield.png new file mode 100644 index 000000000..cf055e44a Binary files /dev/null and b/docs/Radarr/images/plex-audio-shield.png differ diff --git a/docs/Radarr/images/radarr-enable-rename.png b/docs/Radarr/images/radarr-enable-rename.png new file mode 100644 index 000000000..571cdaae3 Binary files /dev/null and b/docs/Radarr/images/radarr-enable-rename.png differ diff --git a/docs/Radarr/images/radarr-show-adavanced.png b/docs/Radarr/images/radarr-show-adavanced.png new file mode 100644 index 000000000..8433c70dd Binary files /dev/null and b/docs/Radarr/images/radarr-show-adavanced.png differ diff --git a/docs/Radarr/images/unhide-advanced.png b/docs/Radarr/images/unhide-advanced.png new file mode 100644 index 000000000..db2c4e3f3 Binary files /dev/null and b/docs/Radarr/images/unhide-advanced.png differ diff --git a/docs/Radarr/radarr-setup-quality-profiles-french-en.md b/docs/Radarr/radarr-setup-quality-profiles-french-en.md index d895e1d06..96263c560 100644 --- a/docs/Radarr/radarr-setup-quality-profiles-french-en.md +++ b/docs/Radarr/radarr-setup-quality-profiles-french-en.md @@ -103,6 +103,10 @@ This is a must-have for every Quality Profile you use. All these Custom Formats {! include-markdown "../../includes/cf/radarr-suggest-attention.md" !} +!!! tip "Getting the movie name in French in the file and/or folder name" + Following the recommended naming scheme for your library, whether it's Plex, Jellyfin, or Emby, you can add the ISO-2 language code at the end of the movie name tag to display the movie name in the desired language. + The tag should look like the following: `{Movie CleanTitle:fr}`. This work in both Folder and File name. + ------ #### HD Bluray + WEB @@ -153,7 +157,7 @@ If you prefer High Quality UHD Encodes (Bluray-2160p) {! include-markdown "../../includes/cf/radarr-audio.md" !} -{! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} {! include-markdown "../../includes/french-guide/radarr-french-multi-audio-en.md" !} @@ -235,7 +239,7 @@ If you prefer 2160p Remuxes (Remux-2160p) {! include-markdown "../../includes/cf/radarr-audio.md" !} -{! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} {! include-markdown "../../includes/french-guide/radarr-french-multi-audio-en.md" !} @@ -271,8 +275,6 @@ TRaSH provides great guides and explanations about them at the following links: - [Advanced Audio](/Radarr/radarr-setup-quality-profiles/#advanced-audio){:target="_blank" rel="noopener noreferrer"} - [HDR Formats](/Radarr/radarr-setup-quality-profiles/#hdr-formats){:target="_blank" rel="noopener noreferrer"} -- [HDR Formats + DV (WEBDL)](/Radarr/radarr-setup-quality-profiles/#hdr-formats-dv-webdl){:target="_blank" rel="noopener noreferrer"} -- [HDR Formats + DV (WEBDL) + HDR10+ Boost](/Radarr/radarr-setup-quality-profiles/#hdr-formats-dv-webdl-hdr10-boost){:target="_blank" rel="noopener noreferrer"} ------ diff --git a/docs/Radarr/radarr-setup-quality-profiles-french-fr.md b/docs/Radarr/radarr-setup-quality-profiles-french-fr.md index 4e3159577..4350d79da 100644 --- a/docs/Radarr/radarr-setup-quality-profiles-french-fr.md +++ b/docs/Radarr/radarr-setup-quality-profiles-french-fr.md @@ -98,6 +98,10 @@ Ces Formats sont reconnus comme étant indispensables pour tous les Profils de Q {! include-markdown "../../includes/cf/radarr-suggest-attention.md" !} +!!! tip "Obtenir le nom du film en français dans le nom du fichier et/ou du dossier" + En suivant le schéma de dénomination recommandé pour votre bibliothèque, qu'il s'agisse de Plex, Jellyfin ou Emby. Vous pouvez ajouter le code de langue ISO-2 à la fin de la balise du nom du film pour afficher le nom du film dans la langue souhaitée. + La balise se présentera comme suit : `{Movie CleanTitle:fr}`. Cela fonctionne aussi bien pour les noms de dossiers que pour les noms de fichiers. + ------ #### HD Bluray + WEB @@ -150,7 +154,7 @@ Si vous préférez les encodages UHD de haute qualité (Bluray-2160p) {! include-markdown "../../includes/cf/radarr-audio.md" !} -{! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} {! include-markdown "../../includes/french-guide/radarr-french-multi-audio-fr.md" !} @@ -234,7 +238,7 @@ Si vous préférez les Remuxes en 2160p (Remux-2160p) {! include-markdown "../../includes/cf/radarr-audio.md" !} -{! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} {! include-markdown "../../includes/french-guide/radarr-french-multi-audio-fr.md" !} @@ -270,8 +274,6 @@ TRaSH fournit d'excellents guides et explications à leur sujet dans les liens s - [Advanced Audio](/Radarr/radarr-setup-quality-profiles/#advanced-audio){:target="_blank" rel="noopener noreferrer"} - [HDR Formats](/Radarr/radarr-setup-quality-profiles/#hdr-formats){:target="_blank" rel="noopener noreferrer"} -- [HDR Formats + DV (WEBDL)](/Radarr/radarr-setup-quality-profiles/#hdr-formats-dv-webdl){:target="_blank" rel="noopener noreferrer"} -- [HDR Formats + DV (WEBDL) + HDR10+ Boost](/Radarr/radarr-setup-quality-profiles/#hdr-formats-dv-webdl-hdr10-boost){:target="_blank" rel="noopener noreferrer"} ------ diff --git a/docs/Radarr/radarr-setup-quality-profiles.md b/docs/Radarr/radarr-setup-quality-profiles.md index fb3f65229..b5dcce2eb 100644 --- a/docs/Radarr/radarr-setup-quality-profiles.md +++ b/docs/Radarr/radarr-setup-quality-profiles.md @@ -1,15 +1,16 @@ -# How to setup Quality Profiles +# How to set up Quality Profiles -*aka How to setup Custom Formats*

-So what's the best way to setup the Custom Formats and which ones to use with which scores to setup your quality profiles? +*aka How to set up Custom Formats*

+So what's the best way to set up the Custom Formats and which ones to use with which scores to set up your quality profiles? -There isn't a best setup, it depends on your setup (hardware devices) and your own personal preferences. +There isn't a "best" setup, it depends on your media setup (hardware devices) and your personal preferences. -Some prefer high quality audio (HD Audio), others high quality video. Many prefer both. +Some prefer high-quality audio (HD Audio), others high-quality video. Many prefer both. -Here I will try to explain how to make the most use of Custom Formats to help you to setup your quality profiles for your personal needs. +Here we will try to explain how to make the most of Custom Formats to help you set up your quality profiles for your personal preferences. -I created a [flowchart](#which-quality-profile-should-you-choose) to make your decision/choices easier. +- We've created a [flowchart](#which-quality-profile-should-you-choose) to make your decisions/choices easier. +- We've also created an Excel sheet with several tested [media player devices](/Plex/what-does-my-media-player-support){:target="_blank" rel="noopener noreferrer"} to display what formats and capabilities they support, sourced from information provided by our community. We hope this Excel sheet will be a helpful resource for those looking for a reliable media player device and will help you choose the appropriate quality profile. ------ @@ -32,11 +33,11 @@ Select the profile that you want to use/prefer. 1. Profile name. 1. Allow upgrades. Radarr will stop upgrading quality once (3) is met. 1. Upgrade until the selected quality. -1. The `Minimum Custom Format Score` allowed to download. [More Info](#minimum-custom-format-score) +1. The `Minimum Custom Format Score` that is allowed to download. [More Info](#minimum-custom-format-score) 1. Keep upgrading Custom Format until this score is reached. (setting this to `0` means no upgrades will happen based on Custom Formats) 1. Your preferred language profile for your releases. (Original is recommended) -At the bottom in your chosen profile you will see the added Custom Formats where you can start setting up the scores. +At the bottom, in your chosen profile, you will see the added Custom Formats where you can start setting up the scores. ??? success "Screenshot example - [Click to show/hide]" ![!cf-quality-profile-cf](images/cf-quality-profile-cf.png) @@ -45,9 +46,9 @@ At the bottom in your chosen profile you will see the added Custom Formats where 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. - Always follow the data described in the guide. - - If you got any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly. + - If you have any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly. -!!! info "Keep in mind Custom Formats are made to fine tune your Quality Profile.
Generally, quality trumps all" +!!! info "Keep in mind Custom Formats are made to fine-tune your Quality Profile.
Generally, quality trumps all" Custom formats are controlled by Quality Profiles. @@ -71,7 +72,7 @@ At the bottom in your chosen profile you will see the added Custom Formats where

![Flowchart](/Radarr/images/flowchart-guide-radarr.png){ width="10%" height="10%" } - ![Flowchart](/Radarr/images/flowchart-custom-format-radarr.png) + ![Flowchart](/Radarr/images/flowchart-quality-profiles-radarr.png) If you're unsure or have questions do not hesitate to ask for help on Discord @@ -81,9 +82,11 @@ At the bottom in your chosen profile you will see the added Custom Formats where ## TRaSH Quality Profiles +The following Quality Profiles can be combined into a single Quality Profile if you, for example, want to be able to upgrade from 1080p to 4K/2160p. + ### HD Bluray + WEB -If you prefer High Quality HD Encodes (Bluray-720p/1080p) +If you prefer High-Quality HD Encodes (Bluray-720p/1080p) - *Size: 6-15 GB for a Bluray-1080p depending on the running time.* @@ -97,9 +100,11 @@ If you prefer High Quality HD Encodes (Bluray-720p/1080p) {! include-markdown "../../includes/cf/radarr-unwanted.md" !} +{! include-markdown "../../includes/cf/radarr-optional.md" !} + {! include-markdown "../../includes/cf/radarr-streaming-services.md" !} -I decided not to add `Audio Advanced` Custom Formats to the encodes profile, You will hardly find HD audio with HD Bluray Encodes. With HD Bluray Encodes I personally suggest to go for quality. If you also want HD audio formats I would suggest to go for the Remuxes or UHD Encodes. +I decided not to add `Audio Advanced` Custom Formats to the encodes profile. You will hardly find HD audio with HD Bluray Encodes. When downloading HD Bluray Encodes, I suggest going for quality. If you want HD audio formats, I would suggest going with a Remux or UHD Encode. Use the following main settings in your profile. @@ -107,7 +112,7 @@ Use the following main settings in your profile. !!! warning "Make sure you don't check the BR-DISK." -The reason why I didn't select the WEB-DL 720p is because you will hardly find any releases that aren't done as 1080p WEB-DL. +The reason why I didn't select the WEB-DL 720p is that you will hardly find any releases that aren't done as 1080p WEB-DL. {! include-markdown "../../includes/starr/move-quality-to-top.md" !} @@ -125,7 +130,7 @@ The reason why I didn't select the WEB-DL 720p is because you will hardly find a ### UHD Bluray + WEB -If you prefer High Quality UHD Encodes (Bluray-2160p) +If you prefer High-Quality UHD Encodes (Bluray-2160p) - *Size: 20-60 GB for a Bluray-2160p depending on the running time.* @@ -133,7 +138,7 @@ If you prefer High Quality UHD Encodes (Bluray-2160p) {! include-markdown "../../includes/cf/radarr-audio.md" !} -{! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} {! include-markdown "../../includes/cf/radarr-movie-versions-imaxe-noremux.md" !} @@ -143,6 +148,8 @@ If you prefer High Quality UHD Encodes (Bluray-2160p) {! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} +{! include-markdown "../../includes/cf/radarr-optional.md" !} + {! include-markdown "../../includes/cf/radarr-optional-uhd.md" !} {! include-markdown "../../includes/cf/radarr-streaming-services.md" !} @@ -157,7 +164,7 @@ Use the following main settings in your profile. ??? abstract "Workflow Logic - [Click to show/hide]" - **Depending what's released first and available the following Workflow Logic will be used:** + **Depending on what's released first and available the following Workflow Logic will be used:** - When the WEB-2160p is released it will download the WEB-2160p. (streaming services) - When the Bluray-2160p is released it will upgrade to the Bluray-2160p. @@ -187,6 +194,8 @@ If you prefer 1080p Remuxes (Remux-1080p) {! include-markdown "../../includes/cf/radarr-unwanted.md" !} +{! include-markdown "../../includes/cf/radarr-optional.md" !} + {! include-markdown "../../includes/cf/radarr-streaming-services.md" !} Use the following main settings in your profile. @@ -195,7 +204,7 @@ Use the following main settings in your profile. !!! warning "Make sure you don't check the BR-DISK." -The reason why I didn't select the WEB-DL 720p is because you will hardly find any releases that aren't done as 1080p WEB-DL. +The reason why I didn't select the WEB-DL 720p is that you will hardly find any releases that aren't done as 1080p WEB-DL. {! include-markdown "../../includes/starr/move-quality-to-top.md" !} @@ -221,7 +230,7 @@ If you prefer 2160p Remuxes (Remux-2160p) {! include-markdown "../../includes/cf/radarr-audio.md" !} -{! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} {! include-markdown "../../includes/cf/radarr-movie-versions-imaxe.md" !} @@ -231,6 +240,8 @@ If you prefer 2160p Remuxes (Remux-2160p) {! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} +{! include-markdown "../../includes/cf/radarr-optional.md" !} + {! include-markdown "../../includes/cf/radarr-optional-uhd.md" !} {! include-markdown "../../includes/cf/radarr-streaming-services.md" !} @@ -251,19 +262,25 @@ Use the following main settings in your profile. So why such a ridiculously high `Upgrade Until Custom` and not a score of `500`? - Because I'm too lazy to calculate the maximum for every Quality Profile I use, and I want it to upgrade to the highest possible score anyway. + Because I'm too lazy to calculate the maximum for every Quality Profile I use, and I want it to be upgraded to the highest possible score anyway. ------ +## Custom Format Groups + +The following custom format groups should be combined with the Quality Profiles above. Users will need to choose which options and custom formats they prefer. + ### Advanced Audio -- You have a audio setup that supports all HD Audio (TrueHD, DTS-X, DTS-HD, etc). -- You have a media player (hardware devices) that can passthrough HD audio. -- You don't have a AppleTV (Being it can't passthrough untouched HD audio). +- You have a hardware media player device and an audio setup that supports **ALL** HD Audio (TrueHD, DTS-X, DTS-HD, etc). -*In this example I have lossy Atmos over lossless DTS because the object metadata (Atmos) matters more to me over lossy vs lossless.* + {! include-markdown "../../includes/cf/audio-limitations-atv.md" !} -{! include-markdown "../../includes/cf/radarr-suggest-attention.md" !} +- You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes. +- You should add **ALL** the Audio formats - don't leave any of them out! +- Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile. + +*The reason that I score lossy Atmos higher than lossless DTS-HD MA is that I prefer having the object metadata (Atmos) over lossless audio.* {! include-markdown "../../includes/cf/radarr-audio.md" !} @@ -271,45 +288,19 @@ Use the following main settings in your profile. ### HDR Formats -- You have a setup that supports Dolby Vision. -- You share your media library with other family members that also have have Dolby Vision compatible devices. - -{! include-markdown "../../includes/cf/radarr-suggest-attention.md" !} +- You have a 4K TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.). {! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} ------ -### HDR Formats + DV (WEBDL) - -- Not all devices in your chain support Dolby Vision. -- You share your media library with other family members that don't have Dolby Vision compatible devices. - -{! include-markdown "../../includes/cf/radarr-suggest-attention.md" !} - -{! include-markdown "../../includes/cf/radarr-all-hdr-formats-dv-web.md" !} - ------- - -### HDR Formats + DV (WEBDL) + HDR10+ Boost - -- Not all devices in your chain support Dolby Vision. -- You share your media library with other family members that don't have Dolby Vision compatible devices. -- You have a (Samsung) TV that supports HDR10+. - -{! include-markdown "../../includes/cf/radarr-suggest-attention.md" !} - -{! include-markdown "../../includes/cf/radarr-all-hdr-formats-dv-web-hdr10plus-boost.md" !} - ------- - ## FAQ & INFO ### Proper and Repacks ??? tip "Proper and Repacks - [Click to show/hide]" - I also suggest to change the Propers and Repacks settings in Radarr + I also suggest that you change the Propers and Repacks settings in Radarr `Media Management` => `File Management` to `Do Not Prefer` and use the [Repack/Proper](/Radarr/Radarr-collection-of-custom-formats/#repackproper) Custom Format. @@ -322,11 +313,11 @@ Use the following main settings in your profile. ??? question "How to use a Custom Format to avoid certain releases? - [Click to show/hide]" For Custom Formats you really want to avoid, set it to something really low like `-10000` and not something like `-10`. - Being when you add a Custom Format what you prefer and you set it to something like `+10` it could happen that for example the `BR-DISK` will be downloaded (-10)+(+10)=0 and if your `Minimum Custom Format Score` is set at `0`. + When you add your preferred Custom Format and set it to something like `+10`, it's possible that, for example, the `BR-DISK` will be downloaded - (-10)+(+10)=0 - if your `Minimum Custom Format Score` is set at `0`. ### Releases you should avoid -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. +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. {! include-markdown "../../includes/cf/radarr-unwanted.md" !} @@ -334,25 +325,25 @@ This is a must have for every Quality Profile you use in my opinion. All these C ??? question "What do Custom Formats with a score of 0 do? - [Click to show/hide]" - All Custom Formats with a score of 0 are pure informational and don't do anything. + All Custom Formats with a score of 0 are purely informational and don't do anything. ### Minimum Custom Format Score ??? info "Minimum Custom Format Score - [Click to show/hide]" - Some people suggest not to use negative scores for your Custom Formats and set this option to a higher score then 0. + Some people suggest not to use negative scores for your Custom Formats and set this option to a higher score than 0. The reason why I don't prefer/use this is because you could limit yourself when some new groups or whatever will be released. - Also it makes it much more clear what you prefer and what you want to avoid. + Also, it makes it much more clear what you prefer and what you want to avoid. ### Audio Channels ??? info "Audio Channels - [Click to show/hide]" - Elsewhere in the guide, you will find a separate group of custom formats called `Audio Channels`. These will match the number of audio channels in a release, for example 2.0 (stereo) or 5.1/7.1 (surround sound). Personally I wouldn't add the audio channels Custom Formats as you could limit yourself in the amount of releases you're able to get. Only use them if you have a specific need for them. + Elsewhere in the guide, you will find a separate group of custom formats called `Audio Channels`. These will match the number of audio channels in a release, for example, 2.0 (stereo) or 5.1/7.1 (surround sound). Personally, I wouldn't add the audio channels Custom Formats as you could limit yourself in the amount of releases you're able to get. Only use them if you have a specific need for them. - Using it with any kind of Remuxes Quality Profile is useless in my opinion being that 99% of all remuxes are multi audio anyway. You can get better scores just using the `Audio Advanced` Custom Formats. + Using this with any kind of Remux Quality Profile is useless, in my opinion, being that 99% of all Remuxes are multi-audio anyway. You can get better scores just by using the `Audio Advanced` Custom Formats. ### Avoid using the x264/x265 Custom Format @@ -364,8 +355,16 @@ This is a must have for every Quality Profile you use in my opinion. All these C Use x265 only for 4k releases and the [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd){:target="_blank" rel="noopener noreferrer"} makes sure you still get the x265 releases. +### Why am I getting purple or green colors + +{! include-markdown "../../includes/cf/dv-info-green-purple.md" !} + +### Dolby Vision Profiles + +{! include-markdown "../../includes/cf/dv-info-profiles.md" !} + ## Thanks -A big Thanks to [rg9400](https://github.com/rg9400) for providing me with info needed to create the Tips section. +Special thanks to everyone who helped with the testing and creation of these Custom Formats. --8<-- "includes/support.md" diff --git a/docs/SQP/1-4k.md b/docs/SQP/1-4k.md index 3340a751c..e57b40f73 100644 --- a/docs/SQP/1-4k.md +++ b/docs/SQP/1-4k.md @@ -1,5 +1,12 @@ +--- +search: + exclude: true +--- + # SQP-1 (2160p) Streaming Optimized + + --8<-- "includes/sqp/wip.md" {! include-markdown "../../includes/sqp/1-4k-why.md" !} diff --git a/docs/SQP/1.md b/docs/SQP/1.md index 551c432ef..297a850bf 100644 --- a/docs/SQP/1.md +++ b/docs/SQP/1.md @@ -1,5 +1,12 @@ +--- +search: + exclude: true +--- + # SQP-1 (1080p) Streaming Optimized + + --8<-- "includes/sqp/wip.md" {! include-markdown "../../includes/sqp/1-why.md" !} diff --git a/docs/SQP/2.md b/docs/SQP/2.md index d8dbdf6ec..13db5f882 100644 --- a/docs/SQP/2.md +++ b/docs/SQP/2.md @@ -1,5 +1,12 @@ +--- +search: + exclude: true +--- + # UHD Remux|Bluray|IMAX-E (SQP-2) + + --8<-- "includes/sqp/wip.md" {! include-markdown "../../includes/sqp/2-why.md" !} diff --git a/docs/SQP/3.md b/docs/SQP/3.md index 6d320a51f..39dfb17aa 100644 --- a/docs/SQP/3.md +++ b/docs/SQP/3.md @@ -1,5 +1,12 @@ +--- +search: + exclude: true +--- + # UHD Remux|IMAX-E (SQP-3) + + --8<-- "includes/sqp/wip.md" {! include-markdown "../../includes/sqp/3-why.md" !} diff --git a/docs/SQP/4.md b/docs/SQP/4.md index 57ee1687b..118d37b46 100644 --- a/docs/SQP/4.md +++ b/docs/SQP/4.md @@ -1,5 +1,12 @@ +--- +search: + exclude: true +--- + # UHD WEBDL|IMAX-E (SQP-4) + + --8<-- "includes/sqp/wip.md" {! include-markdown "../../includes/sqp/4-why.md" !} diff --git a/docs/SQP/5.md b/docs/SQP/5.md index 24edb5a2d..d08c4cd1b 100644 --- a/docs/SQP/5.md +++ b/docs/SQP/5.md @@ -1,5 +1,12 @@ +--- +search: + exclude: true +--- + # UHD Bluray|IMAX-E (SQP-5) + + --8<-- "includes/sqp/wip.md" {! include-markdown "../../includes/sqp/5-why.md" !} diff --git a/docs/SQP/images/flowchart-sqp-1.png b/docs/SQP/images/flowchart-sqp-1.png new file mode 100644 index 000000000..5528a8447 Binary files /dev/null and b/docs/SQP/images/flowchart-sqp-1.png differ diff --git a/docs/SQP/images/flowchart-sqp-2-5.png b/docs/SQP/images/flowchart-sqp-2-5.png new file mode 100644 index 000000000..10658afea Binary files /dev/null and b/docs/SQP/images/flowchart-sqp-2-5.png differ diff --git a/docs/SQP/index.md b/docs/SQP/index.md index a2dc8e7a5..ed5f38fde 100644 --- a/docs/SQP/index.md +++ b/docs/SQP/index.md @@ -1,13 +1,21 @@ +--- +search: + exclude: true +--- + # Special Quality Profiles + + The Special Quality Profiles are Custom made and tested Quality Profile for specific needs or preferences. !!! warning - - Anything here is for private use only and not for public use. :bangbang: - - I expect from the users that got the link to this page to honour it. :bangbang: - - Yes, you can talk in the public channels that you use a specific SQP. - - If others are interested they can join. + - Anything here is for private use only. It is prohibited to share anything related to SQP, such as setup information or links to the guide, in any public locations.:bangbang: + - I expect users who received the link to this page to honor this rule.:bangbang: + - Any questions about SQP should be asked in the related discord, not in the main channel or any other public places.:bangbang: + - Yes, you can mention in the public channels that you are using a specific SQP. + - If others are interested, they can join by accepting the rules in the `access-to-sqp` channel. ## The Following SQP are available diff --git a/docs/Sonarr/.pages b/docs/Sonarr/.pages index b287c6d25..08705172d 100644 --- a/docs/Sonarr/.pages +++ b/docs/Sonarr/.pages @@ -2,14 +2,14 @@ nav: - Home: index.md - Quality Settings (File Size): Sonarr-Quality-Settings-File-Size.md - Recommended naming scheme: Sonarr-recommended-naming-scheme.md - - Release Profile RegEx (WEB-DL): Sonarr-Release-Profile-RegEx.md - - Release Profile RegEx (Anime): Sonarr-Release-Profile-RegEx-Anime.md + - How to import Custom Formats: sonarr-import-custom-formats.md + - How to Update Custom Formats: sonarr-how-to-update-custom-formats.md + - How to setup Quality Profiles: sonarr-setup-quality-profiles.md + - How to setup Quality Profiles (Anime): sonarr-setup-quality-profiles-anime.md + - How to setup Quality Profiles (French): sonarr-setup-quality-profiles-french-en.md + - Collection of Custom Formats: sonarr-collection-of-custom-formats.md - Remote Path Mappings explained: Sonarr-remote-path-mapping.md - - Sonarr v4 Beta: - - How to import Custom Formats: sonarr-import-custom-formats.md - - How to Update Custom Formats: sonarr-how-to-update-custom-formats.md - - How to setup Quality Profiles: sonarr-setup-quality-profiles.md - - How to setup Quality Profiles (Anime): sonarr-setup-quality-profiles-anime.md - - How to setup Quality Profiles (French): sonarr-setup-quality-profiles-french-en.md - - Collection of Custom Formats: sonarr-collection-of-custom-formats.md + - Sonarr v3 (Legacy): + - Release Profile RegEx (WEB-DL): Sonarr-Release-Profile-RegEx.md + - Release Profile RegEx (Anime): Sonarr-Release-Profile-RegEx-Anime.md - Tips diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md index 5ee0a66bc..7a1ff2c2f 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx-Anime.md @@ -1,3 +1,5 @@ +{! include-markdown "../../includes/sonarrv3-eol.md" !} + # Release Profile RegEx (Anime) !!! note diff --git a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md index 6a838fe1c..446906597 100644 --- a/docs/Sonarr/Sonarr-Release-Profile-RegEx.md +++ b/docs/Sonarr/Sonarr-Release-Profile-RegEx.md @@ -1,3 +1,5 @@ +{! include-markdown "../../includes/sonarrv3-eol.md" !} + # Release Profile RegEx (WEB-DL) Sonarr V3 has a great feature called Release Profile. @@ -227,6 +229,26 @@ Add this to your `Preferred (3)` with a score of [50] /\b(ovid)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i ``` +```bash +/\b(fod)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +``` + +```bash +/\b(tver)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +``` + +```bash +/\b(u-next)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +``` + +```bash +/\b(ALL4)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +``` + +```bash +/\b(4OD)\b(?=[ ._-]web[ ._-]?(dl|rip)\b)/i +``` + !!! danger "Caution" Don't forget to click on `SAVE` after you've added everything you want to the release profile :bangbang: @@ -322,7 +344,7 @@ Add this to your `Preferred (3)` with a score of [5] Add this to your `Preferred (3)` with a score of [-10000] ```bash -/(-BRiNK|-CHX|-CTFOH|-EVO|-FGT|-GHOSTS|-HiQVE|-iNTENSO|JFF|MeGusta|-NERO|nhanc3|Pahe\.ph|Pahe\.in|PSA|TBS|-TG|-VIDEOHOLE|-worldmkv|-XLF|-Zero00)\b/i +/(-BRiNK|-CHX|-CTFOH|-d3g|-EVO|-FGT|-GHOSTS|-HiQVE|-iNTENSO|JFF|MeGusta|-NERO|nhanc3|Pahe\.ph|Pahe\.in|Pahe|PSA|TBS|-TG|-VIDEOHOLE|-worldmkv|-XLF|-Zero00)\b/i ``` !!! danger "Caution" @@ -419,7 +441,7 @@ Add this to your `Preferred (3)` with a score of [500] Add this to your `Preferred (3)` with a score of [1500] ```bash -/\b(dv|dovi|dolby[ .]?vision)\b/i +/\b(dv|dovi|dolby[ .]?v(ision)?)\b/i ``` ------ @@ -532,7 +554,7 @@ Add this to your `Preferred (3)` with a score of [15] Add this to your `Must not contain (2)` ```bash -/^(?!.*(HDR|HULU|REMUX))(?=.*\b(DV|Dovi|Dolby[- .]?Vision)\b).*/i +/^(?!.*(HDR|HULU|REMUX))(?=.*\b(DV|Dovi|Dolby[- .]?V(ision)?)\b).*/i ``` ------ @@ -560,7 +582,7 @@ Add this to your `Must not contain (2)` Add this to your `Must not contain (2)` ```bash -/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*([_. ]WEB[_. ])(?!DL)\b)|\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-NAISU|-KOGI|-PECULATE|-SLOT|-EDITH|-ETHEL|-ELEANOR|-B2B|-SPAMnEGGS|-FTP|-DiRT|-SYNCOPY|-BAE|-SuccessfulCrab).*/i +/^(?!.*(web[ ]dl|-deflate|-inflate))(?=.*(\b\d{3,4}p\b).*([_. ]WEB[_. ])(?!DL)\b)|\b(-CAKES|-GGEZ|-GGWP|-GLHF|-GOSSIP|-NAISU|-KOGI|-PECULATE|-SLOT|-EDITH|-ETHEL|-ELEANOR|-B2B|-SPAMnEGGS|-FTP|-DiRT|-SYNCOPY|-BAE|-SuccessfulCrab|-NHTFS|-SURCODE|-B0MBARDIERS).*/i ``` diff --git a/docs/Sonarr/Sonarr-recommended-naming-scheme.md b/docs/Sonarr/Sonarr-recommended-naming-scheme.md index 01e5d143f..6c1809059 100644 --- a/docs/Sonarr/Sonarr-recommended-naming-scheme.md +++ b/docs/Sonarr/Sonarr-recommended-naming-scheme.md @@ -13,18 +13,26 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc. ------ +## Preparation + +Go to `Settings` => `Media Management` and make sure that `Show Advanced` at the top is enabled. + +![Enable Advanced](images/sonarr-show-adavanced.png) + +Once you clicked on the button it should look like this and you should see all the advanced options. + +![Unhide Advanced](images/unhide-advanced.png) + +Finally, enable `Rename Episodes` to reveal the episode renaming options. + +![Enable Rename Episodes](images/sonarr-enable-rename.png) + ## Standard Episode Format ```bash -{{ sonarr['naming']['sonarr-naming']['episodes']['standard']['default:3'] }} +{{ sonarr['naming']['sonarr-naming']['episodes']['standard']['default:4'] }} ``` -!!! warning "Sonarr V4 - Is now using Custom Formats instead of Release Profiles. Use the below naming scheme instead :warning:" - - ```bash - {{ sonarr['naming']['sonarr-naming']['episodes']['standard']['default:4'] }} - ``` - ??? abstract "RESULTS: - [Click to show/hide]" Single Episode: @@ -40,15 +48,9 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc. ## Daily Episode Format ```bash -{{ sonarr['naming']['sonarr-naming']['episodes']['daily']['default:3'] }} +{{ sonarr['naming']['sonarr-naming']['episodes']['daily']['default:4'] }} ``` -!!! warning "Sonarr V4 - Is now using Custom Formats instead of Release Profiles. Use the below naming scheme instead :warning:" - - ```bash - {{ sonarr['naming']['sonarr-naming']['episodes']['daily']['default:4'] }} - ``` - ??? abstract "RESULTS: - [Click to show/hide]" `The Series Title! (2010) - 2013-10-30 - Episode Title 1 [AMZN WEBDL-1080p Proper][DV HDR10][DTS 5.1][x264]-RlsGrp` @@ -58,15 +60,9 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc. ## Anime Episode Format ```bash -{{ sonarr['naming']['sonarr-naming']['episodes']['anime']['default:3'] }} +{{ sonarr['naming']['sonarr-naming']['episodes']['anime']['default:4'] }} ``` -!!! warning "Sonarr V4 - Is now using Custom Formats instead of Release Profiles. Use the below naming scheme instead :warning:" - - ```bash - {{ sonarr['naming']['sonarr-naming']['episodes']['anime']['default:4'] }} - ``` - ??? abstract "RESULTS: - [Click to show/hide]" Single Episode: @@ -85,33 +81,35 @@ it gets imported correctly and isn't incorrectly matched as HDTV or WEB-DL etc. {{ sonarr['naming']['sonarr-naming']['series']['default'] }} ``` -RESULT: +RESULT: `The Series Title! (2010)` -`The Series Title! (2010)` - -#### Optional Series Folder Format for the Plex TV Series Scanner and Jellyfin/Emby +#### Optional Series Folder Format This naming scheme is made to be compatible with the new [Plex TV Series Scanner](https://forums.plex.tv/t/beta-new-plex-tv-series-scanner/696242){:target="_blank" rel="noopener noreferrer"} that now support IMDB and TVDB IDs in file names. -For Plex: +##### Optional Plex ```bash {{ sonarr['naming']['sonarr-naming']['series']['plex'] }} ``` -RESULT: - -`The Series Title! (2010) {imdb-tt1520211}` +RESULT: `The Series Title! (2010) {imdb-tt1520211}` -For Jellyfin/Emby: +##### Optional Emby ```bash {{ sonarr['naming']['sonarr-naming']['series']['emby'] }} ``` -RESULT: +RESULT: `The Series Title! (2010)` -`The Series Title! (2010) [tvdbid-tt1520211]` +##### Optional Jellyfin + +```bash +{{ sonarr['naming']['sonarr-naming']['series']['jellyfin'] }} +``` + +RESULT: `The Series Title! (2010) [tvdbid-tt1520211]` !!! tip IMDb IDs are going to be very accurate and rarely change, TVDB/TMDB IDs, on the other hand, do change or are removed more frequently. @@ -126,9 +124,7 @@ For this there's only one real option to use in my opinion. Season {season:00} ``` -RESULT: - -`Season 01` +RESULT: `Season 01` ------ diff --git a/docs/Sonarr/images/flowchart-custom-format-sonarr.png b/docs/Sonarr/images/flowchart-custom-format-sonarr.png deleted file mode 100644 index 310b5d458..000000000 Binary files a/docs/Sonarr/images/flowchart-custom-format-sonarr.png and /dev/null differ diff --git a/docs/Sonarr/images/flowchart-quality-profiles-sonarr.png b/docs/Sonarr/images/flowchart-quality-profiles-sonarr.png new file mode 100644 index 000000000..ebd510b0a Binary files /dev/null and b/docs/Sonarr/images/flowchart-quality-profiles-sonarr.png differ diff --git a/docs/Sonarr/images/sonarr-enable-rename.png b/docs/Sonarr/images/sonarr-enable-rename.png new file mode 100644 index 000000000..bc872f8d5 Binary files /dev/null and b/docs/Sonarr/images/sonarr-enable-rename.png differ diff --git a/docs/Sonarr/images/sonarr-show-adavanced.png b/docs/Sonarr/images/sonarr-show-adavanced.png new file mode 100644 index 000000000..b95ae763b Binary files /dev/null and b/docs/Sonarr/images/sonarr-show-adavanced.png differ diff --git a/docs/Sonarr/images/unhide-advanced.png b/docs/Sonarr/images/unhide-advanced.png new file mode 100644 index 000000000..754d2669b Binary files /dev/null and b/docs/Sonarr/images/unhide-advanced.png differ diff --git a/docs/Sonarr/index.md b/docs/Sonarr/index.md index 139c71bbb..4eed0eb36 100644 --- a/docs/Sonarr/index.md +++ b/docs/Sonarr/index.md @@ -8,23 +8,17 @@ For Installation and Quick Start Guide please check the official [WikiArr](https ## Master -![Current Master/Stable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Main&query=%24%5B%27v3-stable%27%5D.version&url=https%3A%2F%2Fservices.sonarr.tv%2Fv1%2Freleases){ .off-glb } +![Current Master/Stable](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Main&query=%24%5B%27v4-stable%27%5D.version&url=https%3A%2F%2Fservices.sonarr.tv%2Fv1%2Freleases){ .off-glb } (Default/Stable): This has been tested by users on nightly (`develop`) branch and it's not known to have any major issues. This branch should be used by the majority of users. On GitHub, this is the `main` branch. ## Develop -![Current Develop/Nightly](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Develop&query=%24%5B%27v3-nightly%27%5D.version&url=https%3A%2F%2Fservices.sonarr.tv%2Fv1%2Freleases){ .off-glb } - -(Alpha/Unstable) : This is now the same as main and likely the last v3 release. - -## v4 Develop - -![Current Develop/Nightly](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=v4-preview&query=%24%5B%27v4-preview%27%5D.version&url=https%3A%2F%2Fservices.sonarr.tv%2Fv1%2Freleases){ .off-glb } +![Current Develop/Nightly](https://img.shields.io/badge/dynamic/json?color=4051B5&style=for-the-badge&label=Develop&query=%24%5B%27v4-nightly%27%5D.version&url=https%3A%2F%2Fservices.sonarr.tv%2Fv1%2Freleases){ .off-glb } (Alpha/Unstable) : This is the bleeding edge for Sonarr v4 Beta. It is released as soon as code is committed and passes all automated tests. This build may have not been used by us or other users yet. There is no guarantee that it will even run in some cases. This branch is only recommended for advanced users. Issues and self investigation are expected in this branch. On GitHub, this is the develop branch. -!!! danger "**Warning: You are not able to go back to (v3) `main` or (v3) `develop` after switching to the v4 branch without reinstalling and locating a v3 backup.** On GitHub, this is the `develop` branch." +!!! danger "**Warning: You may not be able to go back to `main` after switching to this branch.** On GitHub, this is the `develop` branch." ### How do I update Sonarr diff --git a/docs/Sonarr/sonarr-collection-of-custom-formats.md b/docs/Sonarr/sonarr-collection-of-custom-formats.md index 9c7f6d90a..c8810e1bb 100644 --- a/docs/Sonarr/sonarr-collection-of-custom-formats.md +++ b/docs/Sonarr/sonarr-collection-of-custom-formats.md @@ -1,127 +1,138 @@ # Collection of Custom Formats -Here I will try to list a collection of the most needed and commonly used Custom Formats. -These have been collected from either discussions on Discord or that I created with help from others. -Special thanks to everyone that helped testing and creating these Custom Formats. +Below is a collection of what we've come to regard as the most needed and commonly used Custom Formats. +These CFs have been collected from discussions on Discord or created with help from others. -With Sonarr V4+, Custom Formats are much more advanced/powerful than with the release profiles, although this also means a Custom Format is much more complicated to setup. +Special thanks to everyone that has helped in the creation and testing of these Custom Formats, my team at TRaSH guides, and the community. -I also made 3 guides related to this one. +Sonarr V4+ introduces Custom Formats. These are much more advanced/powerful than the release profiles, although this also means a Custom Format can require more knowledge to set up or create. +We've made 3 guides related to this. -- [How to import Custom Formats](/Sonarr/sonarr-import-custom-formats){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to import the Custom Formats. -- [How to upgrade Custom Formats](/Sonarr/sonarr-how-to-update-custom-formats){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to upgrade your existing Custom Formats. -- [How to setup Quality Profiles](/Sonarr/sonarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"}. Where I will try to explain how to make the most use of Custom Formats and show some personal examples that I'm using. You can use these to get an idea on how to setup your own. +- [How to import Custom Formats](/Sonarr/sonarr-import-custom-formats){:target="_blank" rel="noopener noreferrer"} - Explains how to import the Custom Formats. +- [How to upgrade Custom Formats](/Sonarr/sonarr-how-to-update-custom-formats){:target="_blank" rel="noopener noreferrer"} - Explains how to upgrade your existing Custom Formats. +- [How to setup Quality Profiles](/Sonarr/sonarr-setup-quality-profiles){:target="_blank" rel="noopener noreferrer"} - Explains how to make the most use of Custom Formats and shows some specifics of my configuration. You can use these examples to get an idea of how to set up your preferences. !!! tip - I also suggest to change the Propers and Repacks settings in Sonarr + It also is recommended to change the Propers and Repacks settings in Sonarr's `Settings`. `Media Management` => `File Management` to `Do Not Prefer` and use the [Repack/Proper](#repackproper) Custom Format. ![!cf-mm-propers-repacks-disable](images/cf-mm-propers-repacks-disable.png) - This way you make sure the Custom Format preferences will be used instead. + This way you make sure the Custom Format scoring and preferences will be fully utilized. --8<-- "includes/support.md" ------- +--- ## INDEX ------- +--- | Audio Advanced #1 | Audio Advanced #2 | Audio Channels | HDR Formats | | ------------------------------------- | ------------------------- | ---------------------------- | --------------------------------- | -| [TrueHD ATMOS](#truehd-atmos) | [FLAC](#flac) | [1.0 Mono](#10-mono) | [DV HDR10](#dv-hdr10) | -| [DTS X](#dts-x) | [PCM](#pcm) | [2.0 Stereo](#20-stereo) | [DV](#dv) | -| [ATMOS (undefined)](#atmos-undefined) | [DTS-HD HRA](#dts-hd-hra) | [3.0 Sound](#30-sound) | [DV HLG](#dv-hlg) | -| [DD+ ATMOS](#ddplus-atmos) | [AAC](#aac) | [4.0 Sound](#40-sound) | [DV SDR](#dv-sdr) | -| [TrueHD](#truehd) | [DD](#dd) | [5.1 Surround](#51-surround) | [HDR10+](#hdr10plus) | -| [DTS-HD MA](#dts-hd-ma) | [MP3](#mp3) | [6.1 Surround](#61-surround) | [HDR10](#hdr10) | -| [DD+](#ddplus) | [Opus](#opus) | [7.1 Surround](#71-surround) | [HDR](#hdr) | -| [DTS-ES](#dts-es) | | [9.1 Surround](#91-surround) | [HDR (undefined)](#hdr-undefined) | -| [DTS](#dts) | | | [PQ](#pq) | +| [TrueHD ATMOS](#truehd-atmos) | [FLAC](#flac) | [1.0 Mono](#10-mono) | [DV HDR10+](#dv-hdr10plus) | +| [DTS X](#dts-x) | [PCM](#pcm) | [2.0 Stereo](#20-stereo) | [DV HDR10](#dv-hdr10) | +| [ATMOS (undefined)](#atmos-undefined) | [DTS-HD HRA](#dts-hd-hra) | [3.0 Sound](#30-sound) | [DV](#dv) | +| [DD+ ATMOS](#ddplus-atmos) | [AAC](#aac) | [4.0 Sound](#40-sound) | [DV HLG](#dv-hlg) | +| [TrueHD](#truehd) | [DD](#dd) | [5.1 Surround](#51-surround) | [DV SDR](#dv-sdr) | +| [DTS-HD MA](#dts-hd-ma) | [MP3](#mp3) | [6.1 Surround](#61-surround) | [HDR10+](#hdr10plus) | +| [DD+](#ddplus) | [Opus](#opus) | [7.1 Surround](#71-surround) | [HDR10](#hdr10) | +| [DTS-ES](#dts-es) | | [9.1 Surround](#91-surround) | [HDR](#hdr) | +| [DTS](#dts) | | | [HDR (undefined)](#hdr-undefined) | +| | | | [PQ](#pq) | | | | | [HLG](#hlg) | ------- - -| Series Versions | Unwanted | HQ Source Groups | Streaming Services | -| --------------------- | --------------------- | --------------------------------------- | ------------------------------------------- | -| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Remux Tier 01](#remux-tier-01) | [Amazon](#amzn) | -| [Remaster](#remaster) | [LQ](#lq) | [Remux Tier 02](#remux-tier-02) | [Apple TV+](#atvp) | -| | [x265 (HD)](#x265-hd) | [HD Bluray Tier 01](#hd-bluray-tier-01) | [DC Universe](#dcu) | -| | [Extras](#extras) | [HD Bluray Tier 02](#hd-bluray-tier-02) | [Disney+](#dsnp) | -| | | [WEB Tier 01](#web-tier-01) | [HBO Max](#hmax) | -| | | [WEB Tier 02](#web-tier-02) | [HBO](#hbo) | -| | | [WEB Tier 03](#web-tier-03) | [Max](#max) | -| | | [WEB Scene](#web-scene) | [Hulu](#hulu) | -| | | | [NLZiet](#nlz) | -| | | | [Netflix](#nf) | -| | | | [Paramount+](#pmtp) | -| | | | [Peacock TV](#pcok) | -| | | | [Quibi](#qibi) | -| | | | [SHOWTIME](#sho) | -| | | | [Stan](#stan) | -| | | | [Videoland](#vdl) | -| | | | [YouTube Red](#red) | -| | | | [iTunes](#it) | -| | | | [CANAL+](#canalplus) | -| | | | [SALTO](#salto) | -| | | | [RTBF](#rtbf) | -| | | | [Comedy Central](#cc) | -| | | | [Crave](#crav) | -| | | | [OViD](#ovid) | -| | | | [UHD Streaming Boost](#uhd-streaming-boost) | -| | | | [UHD Streaming Cut](#uhd-streaming-cut) | - ------- - -| Misc | Optional | French Audio Version | French Source Groups | -| ------------------------------ | ----------------------------------- | ----------------------------- | --------------------------------------------- | -| [Repack/Proper](#repackproper) | [Bad Dual Groups](#bad-dual-groups) | [Multi-French](#multi-french) | [FR Remux Tier 01](#fr-remux-tier-01) | -| [Repack v2](#repack-v2) | [DV (WEBDL)](#dv-webdl) | [Multi-Audio](#multi-audio) | [FR HD Bluray Tier 01](#fr-hd-bluray-tier-01) | -| [Repack v3](#repack-v3) | [HDR10+ Boost](#hdr10plus-boost) | [French Audio](#french-audio) | [FR WEB Tier 01](#fr-web-tier-01) | -| [Multi](#multi) | [No-RlsGroup](#no-rlsgroup) | [VFF](#vff) | [FR WEB Tier 02](#fr-web-tier-02) | -| [MPEG2](#mpeg2) | [Obfuscated](#obfuscated) | [VOF](#vof) | [FR WEB Tier 03](#fr-web-tier-03) | -| [x264](#x264) | [Retags](#retags) | [VFI](#vfi) | [FR Anime Tier 01](#fr-anime-tier-01) | -| [x265](#x265) | [Scene](#scene) | [VF2](#vf2) | [FR Anime Tier 02](#fr-anime-tier-02) | -| | [Season Packs](#season-pack) | [VFQ](#vfq) | [FR Anime Tier 03](#fr-anime-tier-03) | -| | [x265 (no HDR/DV)](#x265-no-hdrdv) | [VQ](#vq) | [FR Anime FanSub](#fr-anime-fansub) | -| | [AV1](#av1) | [VFB](#vfb) | [FR Scene Groups](#fr-scene-groups) | -| | [SDR](#sdr) | [VOSTFR](#vostfr) | [FR LQ](#fr-lq) | -| | [DV (FEL)](#dv-fel) | [FanSUB](#fansub) | | -| | [HFR](#hfr) | [FastSUB](#fastsub) | | -| | [VP9](#vp9) | | | - ------- - -| Anime Source Groups | Anime Source Groups | Anime Misc/Streaming Services | Anime Optional | -| --------------------------------------------------------------------------- | --------------------------------------------------------------------- | ----------------------------- | ------------------------------------- | -| [Anime BD Tier 01 (Top SeaDex Muxers)](#anime-bd-tier-01-top-seadex-muxers) | [Anime Web Tier 01 (Muxers)](#anime-web-tier-01-muxers) | [v0](#v0) | [Uncensored](#uncensored) | -| [Anime BD Tier 02 (SeaDex Muxers)](#anime-bd-tier-02-seadex-muxers) | [Anime Web Tier 02 (Top FanSubs)](#anime-web-tier-02-top-fansubs) | [v1](#v1) | [10bit](#10bit) | -| [Anime BD Tier 03 (SeaDex Muxers)](#anime-bd-tier-03-seadex-muxers) | [Anime Web Tier 03 (Official Subs)](#anime-web-tier-03-official-subs) | [v2](#v2) | [Anime Dual Audio](#anime-dual-audio) | -| [Anime BD Tier 04 (SeaDex Muxers)](#anime-bd-tier-04-seadex-muxers) | [Anime Web Tier 04 (Official Subs)](#anime-web-tier-04-official-subs) | [v3](#v3) | [Dubs Only](#dubs-only) | -| [Anime BD Tier 05 (Remuxes)](#anime-bd-tier-05-remuxes) | [Anime Web Tier 05 (FanSubs)](#anime-web-tier-05-fansubs) | [v4](#v4) | | -| [Anime BD Tier 06 (FanSubs)](#anime-bd-tier-06-fansubs) | [Anime Web Tier 06 (FanSubs)](#anime-web-tier-06-fansubs) | [B-Global](#b-global) | | -| [Anime BD Tier 07 (P2P/Scene)](#anime-bd-tier-07-p2pscene) | [Anime Raws](#anime-raws) | [Bilibili](#bilibili) | | -| [Anime BD Tier 08 (Mini Encodes)](#anime-bd-tier-08-mini-encodes) | [Anime LQ Groups](#anime-lq-groups) | [Crunchyroll](#cr) | | -| | | [Funimation](#funi) | | -| | | [HIDIVE](#hidive) | | -| | | [VRV](#vrv) | | -| | | [ADN](#adn) | | -| | | [WKN](#wkn) | | +--- + +| Series Versions | Unwanted | HQ Source Groups | +| --------------------- | --------------------------------------- | --------------------------------------- | +| [Hybrid](#hybrid) | [BR-DISK](#br-disk) | [Remux Tier 01](#remux-tier-01) | +| [Remaster](#remaster) | [Extras](#extras) | [Remux Tier 02](#remux-tier-02) | +| | [LQ](#lq) | [HD Bluray Tier 01](#hd-bluray-tier-01) | +| | [LQ (Release Title)](#lq-release-title) | [HD Bluray Tier 02](#hd-bluray-tier-02) | +| | [Upscaled](#upscaled) | [WEB Tier 01](#web-tier-01) | +| | [x265 (HD)](#x265-hd) | [WEB Tier 02](#web-tier-02) | +| | | [WEB Tier 03](#web-tier-03) | +| | | [WEB Scene](#web-scene) | + +--- + +| General Streaming Services | French Streaming Services | Asian Streaming Services | Dutch Streaming Services | +| -------------------------- | ------------------------- | ------------------------ | ------------------------ | +| [Amazon](#amzn) | [CANAL+](#canalplus) | [FOD](#fod) | [NLZiet](#nlz) | +| [Apple TV+](#atvp) | [RTBF](#rtbf) | [Disney+ Hotstar](#htsr) | [Videoland](#vdl) | +| [Comedy Central](#cc) | [SALTO](#salto) | [TVer](#tver) | | +| [DC Universe](#dcu) | | [TVING](#tving) | | +| [Disney+](#dsnp) | | [U-NEXT](#u-next) | | +| [HBO Max](#hmax) | | [VIU](#viu) | | +| [HBO](#hbo) | | | | +| [Hulu](#hulu) | | | | +| [iTunes](#it) | | | | +| [Max](#max) | | | | +| [Netflix](#nf) | | | | +| [Paramount+](#pmtp) | | | | +| [Peacock TV](#pcok) | | | | +| [SHOWTIME](#sho) | | | | +| [Stan](#stan) | | | | + +| UK Streaming Services | Misc Streaming Services | Anime Streaming Services | Optional Streaming Services | +| --------------------- | ----------------------- | ------------------------ | ------------------------------------------- | +| [4OD](#4od) | [Crave](#crav) | [B-Global](#b-global) | [UHD Streaming Boost](#uhd-streaming-boost) | +| [ALL4](#all4) | [Discovery+](#dscp) | [Bilibili](#bilibili) | [UHD Streaming Cut](#uhd-streaming-cut) | +| [BBC iPlayer](#ip) | [OViD](#ovid) | [Crunchyroll](#cr) | | +| [ITVX](#itvx) | [Star+](#strp) | [Funimation](#funi) | | +| [NOW](#now) | [YouTube Red](#red) | [HIDIVE](#hidive) | | +| | [Quibi](#qibi) | [VRV](#vrv) | | +| | | [ABEMA](#abema) | | +| | | [ADN](#adn) | | +| | | [WKN](#wkn) | | + +--- + +| Misc | Optional | French Audio Version | French Source Groups | +| ------------------------------ | -------------------------------------- | ----------------------------- | --------------------------------------------- | +| [FreeLeech](#freeleech) | [AV1](#av1) | [Multi-French](#multi-french) | [FR Remux Tier 01](#fr-remux-tier-01) | +| [MPEG2](#mpeg2) | [Bad Dual Groups](#bad-dual-groups) | [Multi-Audio](#multi-audio) | [FR HD Bluray Tier 01](#fr-hd-bluray-tier-01) | +| [Multi](#multi) | [DV (Disk)](#dv-disk) | [French Audio](#french-audio) | [FR WEB Tier 01](#fr-web-tier-01) | +| [Repack v2](#repack-v2) | [DV (WEBDL)](#dv-webdl) | [VFF](#vff) | [FR WEB Tier 02](#fr-web-tier-02) | +| [Repack v3](#repack-v3) | [DV HDR10+ Boost](#dv-hdr10plus-boost) | [VOF](#vof) | [FR WEB Tier 03](#fr-web-tier-03) | +| [Repack/Proper](#repackproper) | [HDR10+ Boost](#hdr10plus-boost) | [VFI](#vfi) | [FR Anime Tier 01](#fr-anime-tier-01) | +| [x264](#x264) | [HFR](#hfr) | [VF2](#vf2) | [FR Anime Tier 02](#fr-anime-tier-02) | +| [x265](#x265) | [Internal](#internal) | [VFQ](#vfq) | [FR Anime Tier 03](#fr-anime-tier-03) | +| [x266](#x266) | [No-RlsGroup](#no-rlsgroup) | [VOQ](#voq) | [FR Anime FanSub](#fr-anime-fansub) | +| | [Obfuscated](#obfuscated) | [VQ](#vq) | [FR Scene Groups](#fr-scene-groups) | +| | [Retags](#retags) | [VFB](#vfb) | [FR LQ](#fr-lq) | +| | [Scene](#scene) | [VOSTFR](#vostfr) | | +| | [SDR (no WEBDL)](#sdr-no-webdl) | [FanSUB](#fansub) | | +| | [SDR](#sdr) | [FastSUB](#fastsub) | | +| | [Season Packs](#season-pack) | | | +| | [VP9](#vp9) | | | +| | [x265 (no HDR/DV)](#x265-no-hdrdv) | | | + +--- + +| Anime Source Groups | Anime Source Groups | Anime Misc | Anime Optional | +| --------------------------------------------------------------------------- | --------------------------------------------------------------------- | ---------- | ------------------------------------- | +| [Anime BD Tier 01 (Top SeaDex Muxers)](#anime-bd-tier-01-top-seadex-muxers) | [Anime Web Tier 01 (Muxers)](#anime-web-tier-01-muxers) | [v0](#v0) | [Uncensored](#uncensored) | +| [Anime BD Tier 02 (SeaDex Muxers)](#anime-bd-tier-02-seadex-muxers) | [Anime Web Tier 02 (Top FanSubs)](#anime-web-tier-02-top-fansubs) | [v1](#v1) | [10bit](#10bit) | +| [Anime BD Tier 03 (SeaDex Muxers)](#anime-bd-tier-03-seadex-muxers) | [Anime Web Tier 03 (Official Subs)](#anime-web-tier-03-official-subs) | [v2](#v2) | [Anime Dual Audio](#anime-dual-audio) | +| [Anime BD Tier 04 (SeaDex Muxers)](#anime-bd-tier-04-seadex-muxers) | [Anime Web Tier 04 (Official Subs)](#anime-web-tier-04-official-subs) | [v3](#v3) | [Dubs Only](#dubs-only) | +| [Anime BD Tier 05 (Remuxes)](#anime-bd-tier-05-remuxes) | [Anime Web Tier 05 (FanSubs)](#anime-web-tier-05-fansubs) | [v4](#v4) | | +| [Anime BD Tier 06 (FanSubs)](#anime-bd-tier-06-fansubs) | [Anime Web Tier 06 (FanSubs)](#anime-web-tier-06-fansubs) | | | +| [Anime BD Tier 07 (P2P/Scene)](#anime-bd-tier-07-p2pscene) | [Anime Raws](#anime-raws) | | | +| [Anime BD Tier 08 (Mini Encodes)](#anime-bd-tier-08-mini-encodes) | [Anime LQ Groups](#anime-lq-groups) | | | ## Audio Advanced ------- +--- ### TrueHD ATMOS ??? question "TrueHD ATMOS - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_Atmos){:target="_blank" rel="noopener noreferrer"} - - Dolby Atmos is a surround sound technology developed by Dolby Laboratories. It expands on existing surround sound systems by adding height channels, allowing sounds to be interpreted as three-dimensional objects. + {! include-markdown "../../includes/cf-descriptions/truehd-atmos.md" !} ??? example "JSON - [Click to show/hide]" @@ -131,13 +142,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DTS X -??? question "DTS X - [Click to show/hide]" +??? question "DTS:X - [Click to show/hide]" - DTS:X is an object-based audio codec, which aims to create a multi-dimensional sound that “moves around you like it would in real life” + {! include-markdown "../../includes/cf-descriptions/dts-x.md" !} ??? example "JSON - [Click to show/hide]" @@ -147,16 +158,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### ATMOS (undefined) ??? question "ATMOS (undefined) - [Click to show/hide]" - Handles cases where only Atmos is specified in title but not DD+ or TrueHD (Where it is not specified if it is Lossy or Lossless) - - !!! note - Give this the same score as Lossy Atmos, and then on import, it will get changed to either lossy or lossless based on mediainfo. + {! include-markdown "../../includes/cf-descriptions/atmos-undefined.md" !} ??? example "JSON - [Click to show/hide]" @@ -166,7 +174,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DDPlus ATMOS @@ -174,7 +182,7 @@ I also made 3 guides related to this one. ??? question "DD+ ATMOS - [Click to show/hide]" - Atmos via UHD Blu-ray will be lossless, or lossy via streaming services so in this case it will be lossy + Atmos + {! include-markdown "../../includes/cf-descriptions/ddplus-atmos.md" !} ??? example "JSON - [Click to show/hide]" @@ -184,15 +192,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### TrueHD ??? question "TrueHD - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_TrueHD){:target="_blank" rel="noopener noreferrer"} - - Dolby TrueHD is a lossless, multi-channel audio codec developed by Dolby Laboratories for home video, used principally in Blu-ray Disc and compatible hardware. + {! include-markdown "../../includes/cf-descriptions/truehd.md" !} ??? example "JSON - [Click to show/hide]" @@ -202,15 +208,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DTS-HD MA ??? question "DTS-HD MA - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/DTS-HD_Master_Audio){:target="_blank" rel="noopener noreferrer"} - - DTS-HD Master Audio is a multi-channel, lossless audio codec developed by DTS as an extension of the lossy DTS Coherent Acoustics codec (DTS CA; usually itself referred to as just DTS). Rather than being an entirely new coding mechanism, DTS-HD MA encodes an audio master in lossy DTS first, then stores a concurrent stream of supplementary data representing whatever the DTS encoder discarded. This gives DTS-HD MA a lossy "core" able to be played back by devices that cannot decode the more complex lossless audio. DTS-HD MA's primary application is audio storage and playback for Blu-ray Disc media. + {! include-markdown "../../includes/cf-descriptions/dts-hd-ma.md" !} ??? example "JSON - [Click to show/hide]" @@ -220,13 +224,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FLAC ??? question "FLAC - [Click to show/hide]" - FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3, but lossless, meaning that audio is compressed in FLAC without any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio + {! include-markdown "../../includes/cf-descriptions/flac.md" !} ??? example "JSON - [Click to show/hide]" @@ -236,13 +240,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### PCM ??? question "PCM - [Click to show/hide]" - PCM is the method of encoding typically used for uncompressed digital audio + {! include-markdown "../../includes/cf-descriptions/pcm.md" !} ??? example "JSON - [Click to show/hide]" @@ -252,28 +256,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DTS-HD HRA ??? question "DTS-HD HRA - [Click to show/hide]" - [Technical Whitepaper](https://www.opusproductions.com/pdfs/DTS_HD_WhitePaper.pdf){:target="_blank" rel="noopener noreferrer"} - - | Codec | Page | Paragraph | - | ---------- | ------ | --------- | - | DTS-HD MA | Page 6 | 5.1.1 | - | DTS-HD HRA | Page 7 | 5.1.2 | - - DTS-HD HRA is the lossy version of DTS-HD MA. - - | Codec | DTS-HRA | DTS-MA | - | -------------- | ---------------- | ----------------- | - | Lossy/lossless | Lossy | Lossless | - | Data rate | 1.5 - 6.0 Mbit/s | VBR - 24.5 Mbit/s | - | Channels | Up to 7.1 ch | Up to 7.1 ch | - | Sampling Freq. | 96 kHz | 192 kHz | - | Resolution | - | Up to 24-bit | + {! include-markdown "../../includes/cf-descriptions/dts-hd-hra.md" !} ??? example "JSON - [Click to show/hide]" @@ -283,7 +272,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DDPlus @@ -291,9 +280,7 @@ I also made 3 guides related to this one. ??? question "DD+ - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_Digital_Plus){:target="_blank" rel="noopener noreferrer"} - - Dolby Digital Plus, also known as Enhanced AC-3 (and commonly abbreviated as DD+ or E-AC-3, or EC-3) is a digital audio compression scheme developed by Dolby Labs for transport and storage of multi-channel digital audio. It is a successor to Dolby Digital (AC-3). + {! include-markdown "../../includes/cf-descriptions/ddplus.md" !} ??? example "JSON - [Click to show/hide]" @@ -303,13 +290,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DTS-ES ??? question "DTS-ES - [Click to show/hide]" - DTS-ES (DTS Extended Surround) includes two variants, DTS-ES Discrete 6.1, and DTS-ES Matrix 5.1, depending on how the sound was originally mastered and stored. + {! include-markdown "../../includes/cf-descriptions/dts-es.md" !} ??? example "JSON - [Click to show/hide]" @@ -319,14 +306,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DTS DTS = Basic DTS ??? question "DTS - [Click to show/hide]" - Description placeholder + + {! include-markdown "../../includes/cf-descriptions/dts.md" !} ??? example "JSON - [Click to show/hide]" @@ -336,16 +324,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### AAC ??? question "AAC - [Click to show/hide]" - Advanced Audio Coding - - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Advanced_Audio_Coding){:target="_blank" rel="noopener noreferrer"} - Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio compression. Designed to be the successor of the MP3 format, AAC generally achieves higher sound quality than MP3 at the same bit rate. + {! include-markdown "../../includes/cf-descriptions/aac.md" !} ??? example "JSON - [Click to show/hide]" @@ -355,7 +340,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DD @@ -363,9 +348,7 @@ I also made 3 guides related to this one. ??? question "DD - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_Digital){:target="_blank" rel="noopener noreferrer"} - - Dolby Digital, also known as Dolby AC-3, the audio compression is lossy. + {! include-markdown "../../includes/cf-descriptions/dd.md" !} ??? example "JSON - [Click to show/hide]" @@ -375,12 +358,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### MP3 ??? question "MP3 - [Click to show/hide]" - Description placeholder + + {! include-markdown "../../includes/cf-descriptions/mp3.md" !} ??? example "JSON - [Click to show/hide]" @@ -390,15 +374,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Opus ??? question "Opus - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Opus_(audio_format)){:target="_blank" rel="noopener noreferrer"} - - Opus is a lossy audio coding format developed by the Xiph.Org Foundation and standardized by the Internet Engineering Task Force, designed to efficiently code speech and general audio in a single format, while remaining low-latency enough for real-time interactive communication and low-complexity enough for low-end embedded processors.Opus replaces both Vorbis and Speex for new applications, and several blind listening tests have ranked it higher-quality than any other standard audio format at any given bitrate until transparency is reached, including MP3, AAC, and HE-AAC + {! include-markdown "../../includes/cf-descriptions/opus.md" !} ??? example "JSON - [Click to show/hide]" @@ -408,11 +390,11 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## Audio Channels ------- +--- ### 1.0 Mono @@ -424,7 +406,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 2.0 Stereo @@ -436,7 +418,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 3.0 Sound @@ -448,7 +430,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 4.0 Sound @@ -460,7 +442,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 5.1 Surround @@ -472,7 +454,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 6.1 Surround @@ -484,7 +466,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 7.1 Surround @@ -496,7 +478,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### 9.1 Surround @@ -508,21 +490,38 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## HDR Formats ------- +--- + +### DV HDR10Plus + +DV = DoVi = Dolby Vision
+HDR10+ = HDR10P = HDR10Plus + +??? question "DV HDR10+ - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/dv-hdr10plus.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/dv-hdr10plus.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### DV HDR10 -Dolby Vision = DoVi = DV +DV = DoVi = Dolby Vision ??? question "DV HDR10 - [Click to show/hide]" - Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile. - - Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized. + {! include-markdown "../../includes/cf-descriptions/dv-hdr10.md" !} ??? example "JSON - [Click to show/hide]" @@ -532,17 +531,17 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DV -Dolby Vision = DoVi = DV +DV = DoVi = Dolby Vision ??? question "DV - [Click to show/hide]" - Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile. + --8<-- "includes/cf-descriptions/dv.md" - Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized. + ??? example "JSON - [Click to show/hide]" @@ -552,17 +551,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DV HLG -Dolby Vision = DoVi = DV +DV = DoVi = Dolby Vision ??? question "DV HLG - [Click to show/hide]" - Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile. - - Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized. + {! include-markdown "../../includes/cf-descriptions/dv-hlg.md" !} ??? example "JSON - [Click to show/hide]" @@ -572,17 +569,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DV SDR -Dolby Vision = DoVi = DV +DV = DoVi = Dolby Vision ??? question "DV SDR - [Click to show/hide]" - Dolby Vision is a content mastering and delivery format similar to the HDR10 media profile. - - Dolby Vision is a proprietary, dynamic HDR format developed by Dolby Labs. By adjusting the picture on a scene-by-scene (and even frame-by-frame) basis, it lets you see more detail with better color accuracy. It is constantly making adjustments so that each image on the screen is optimized. + {! include-markdown "../../includes/cf-descriptions/dv-sdr.md" !} ??? example "JSON - [Click to show/hide]" @@ -592,19 +587,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HDR10Plus -HDR10Plus = HDR10+ +HDR10+ = HDR10P = HDR10Plus ??? question "HDR10+ - [Click to show/hide]" - **HDR10+ enhances upon a pre-existing HDR10 base layer allowing backwards compatibility with HDR10 devices. It adds dynamic metadata for the devices that support it.** - - [From Wikipedia, the free encyclopedia](https://en.m.wikipedia.org/wiki/High-dynamic-range_video){:target="_blank" rel="noopener noreferrer"} - - HDR10+, also known as HDR10 Plus, is an HDR video format, announced on 20 April 2017. It is the same as HDR10 but with the addition of a system of dynamic metadata developed by Samsung. It is free to use for content creators and has a maximum $10,000 annual license for some manufacturers. It has been positioned as an alternative to Dolby Vision without the same expenses. + {! include-markdown "../../includes/cf-descriptions/hdr10plus.md" !} ??? example "JSON - [Click to show/hide]" @@ -614,7 +605,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HDR10 @@ -622,13 +613,7 @@ I also made 3 guides related to this one. ??? question "HDR10 - [Click to show/hide]" - **HDR10 is the most basic HDR format used in consumer media and is supported by all HDR-supported devices. It adds static metadata upon the PQ10 format.** - - [From Wikipedia, the free encyclopedia](https://en.m.wikipedia.org/wiki/High-dynamic-range_video){:target="_blank" rel="noopener noreferrer"} - - HDR10 Media Profile, more commonly known as HDR10, is an open HDR standard announced on 27 August 2015 by the Consumer Technology Association. It is the most widespread of the HDR formats. It is not backward compatible with SDR displays. It is technically limited to a maximum of 10,000 nits peak brightness; however, HDR10 content is commonly mastered with a peak brightness between 1000 and 4000 nits. - - HDR10 lacks dynamic metadata. On HDR10 displays that have lower color volume than the HDR10 content (e.g. lower peak brightness capability), the HDR10 metadata provides information to help the display adjust to the video. The metadata, however, is static and constant with respect to each individual video and doesn't inform the display exactly how the content should be adjusted. The interaction between display capabilities, video metadata, and the ultimate output (i.e. the presentation of the video) is mediated by the display, with the result that the original producer's intent may not be preserved. + {! include-markdown "../../includes/cf-descriptions/hdr10.md" !} ??? example "JSON - [Click to show/hide]" @@ -638,7 +623,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HDR @@ -646,9 +631,7 @@ I also made 3 guides related to this one. ??? question "HDR - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.m.wikipedia.org/wiki/High-dynamic-range_video){:target="_blank" rel="noopener noreferrer"} - - High-dynamic-range video (HDR video) is video having a dynamic range greater than that of standard-dynamic-range video (SDR video).HDR video involves capture, production, content/encoding, and display. HDR capture and displays are capable of brighter whites and deeper blacks. To accommodate this, HDR encoding standards allow for a higher maximum luminance and use at least a 10-bit dynamic range (color depth, compared to 8-bit for non-professional and 10-bit for professional SDR video) in order to maintain precision across this extended range. + {! include-markdown "../../includes/cf-descriptions/hdr.md" !} ??? example "JSON - [Click to show/hide]" @@ -658,15 +641,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HDR (undefined) ??? question "HDR (undefined) - [Click to show/hide]" - Some groups don't add HDR to their 4K release name so I suggest to add this Custom Format at the same score as you add one of your HDR Custom Formats. - - For now it's only FraMeSToR/HQMUX that doesn't add HDR to their release name but in the feature we can add more to it if needed. + {! include-markdown "../../includes/cf-descriptions/hdr-undefined.md" !} ??? example "JSON - [Click to show/hide]" @@ -676,7 +657,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### PQ @@ -684,11 +665,7 @@ I also made 3 guides related to this one. ??? question "PQ - [Click to show/hide]" - **PQ10 is the most basic HDR format which all other common formats are based upon. It is the barebones SMPTE 2084 specification and has no metadata.** - - [From Wikipedia, the free encyclopedia](https://en.m.wikipedia.org/wiki/High-dynamic-range_video){:target="_blank" rel="noopener noreferrer"} - - PQ10, sometimes simply referred as the PQ format, is an HDR format that can be used for both video and still images. It is the same as the HDR10 format without any metadata. It uses the PQ transfer function, Rec. 2020 color primaries and a bit depth of 10-bits. It is not backward compatible with SDR. + {! include-markdown "../../includes/cf-descriptions/pq.md" !} ??? example "JSON - [Click to show/hide]" @@ -698,7 +675,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HLG @@ -706,11 +683,7 @@ I also made 3 guides related to this one. ??? question "HLG - [Click to show/hide]" - **HLG does not use dynamic metadata and is backwards compatible with SDR devices. It is mostly used in broadcasting.** - - [From Wikipedia, the free encyclopedia](https://en.m.wikipedia.org/wiki/High-dynamic-range_video){:target="_blank" rel="noopener noreferrer"} - - HLG10, commonly simply referred as the HLG format, is an HDR format that can be used for both video and still images. It uses the HLG transfer function, Rec. 2020 color primaries, and a bit depth of 10 bits. The format is backwards compatible with SDR UHDTV but not with older SDR displays that do not implement the Rec. 2020 color standards. It doesn't use metadata and is royalty free. + {! include-markdown "../../includes/cf-descriptions/hlg.md" !} ??? example "JSON - [Click to show/hide]" @@ -720,11 +693,11 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## Series Versions ------- +--- ### Hybrid @@ -740,7 +713,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Remaster @@ -759,26 +732,27 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## Unwanted ------- +--- ### BR-DISK ??? question "BR-DISK - [Click to show/hide]" - This is a custom format to help Sonarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality. + This is a custom format to help Sonarr recognize and ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality. - You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-10000`. + You will need to add the following as a new Custom Format, and when created adjust the scoring in your Quality Profile (`Setting` => `Profiles`) to `-10000`. !!! note - Depending on your renaming scheme it could happen that Sonarr will match renamed files after they are downloaded and imported as `BR-DISK`, - This is a cosmetic annoyance until I come up with another way to solve this, - being that this Custom Format is used to not download BR-DISK it does its purpose as intended. - Several reasons why this is happening: + Depending on your renaming scheme Sonarr could potentially match renamed files AFTER they are downloaded and imported as `BR-DISK`, + This is only a cosmetic annoyance until we come up with another way to solve this, + Because this Custom Format is used to exclude downloading of BR-DISK, it is still behaving as intended. + + Potential reasons why this is could occurr: - Blame the often wrongly used naming of x265 encodes. - Sonarr v3/v4 uses dynamic custom formats. @@ -791,7 +765,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### LQ @@ -799,7 +773,7 @@ I also made 3 guides related to this one. ??? question "LQ - [Click to show/hide]" - A collection of known Low Quality groups that are often banned from the the top trackers because their lack of quality. + A collection of known Low Quality groups that are often banned from the the top trackers due to their lack of quality releases. ??? example "JSON - [Click to show/hide]" @@ -809,7 +783,41 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### LQ (Release Title) + +Low Quality Releases = LQ + +??? question "LQ (Release Title)- [Click to show/hide]" + + A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/lq-release-title.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### Upscaled + +??? question "Upscaled - [Click to show/hide]" + + This custom format is used to prevent Sonarr from grabbing upscaled releases. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/upscaled.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### x265 (HD) @@ -834,13 +842,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Extras ??? question "Extras - [Click to show/hide]" - This blocks/ignores Extra's + This blocks/ignores Extras (bonus footage, outtakes, etc) ??? example "JSON - [Click to show/hide]" @@ -850,11 +858,11 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## Misc ------- +--- ### Repack/Proper @@ -866,7 +874,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Repack v2 @@ -878,7 +886,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Repack v3 @@ -890,7 +898,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### x264 @@ -908,7 +916,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### x265 @@ -916,6 +924,8 @@ I also made 3 guides related to this one. x265 is a *free software library* and *application* for encoding video streams into the [H.265/MPEG-H HEVC](http://en.wikipedia.org/wiki/H.265){:target="_blank" rel="noopener noreferrer"} compression format, and is released under the terms of the [GNU GPL](http://www.gnu.org/licenses/old-licenses/gpl-2.0.html){:target="_blank" rel="noopener noreferrer"}. + This applies to all x265/HEVC releases that are not Remux. + !!! failure "" Please don't forget to read the following [Microsized & Wrong Source](#microsized-wrong-source) @@ -927,7 +937,25 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### x266 + +??? question "x266 - [Click to show/hide]" + + Versatile Video Coding (VVC), also known as H.266, ISO/IEC 23090-3, and MPEG-I Part 3, is a video compression standard finalized on 6 July 2020. [Wikipedia](https://en.wikipedia.org/wiki/Versatile_Video_Coding){:target="_blank" rel="noopener noreferrer"}. + + This applies to all x266/VVC releases that are not Remux. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/x266.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### MPEG2 @@ -939,7 +967,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Multi @@ -951,17 +979,36 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### FreeLeech + +??? question "FreeLeech - [Click to show/hide]" + + Torrent sites sometimes set a torrent to be freeleech. This means that the download of this torrent will not count towards your quota or ratio. This can be useful when starting a new account or if you do not have the best ratio yet. + + !!! warning + Keep in mind not all trackers support this option. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/freeleech.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ## Optional ------- +--- ### Bad Dual Groups ??? question "Bad dual groups - [Click to show/hide]" - 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. + These groups take the original release and add their own language (ex. Portuguese) as the main audio track (AAC 2.0), What results after renaming and FFprobe is that the media file will be recognized as Portuguese AAC audio. It's a common rule that you add the best audio as the first track. + Also they often even translate/rename the release name to Portuguese. ??? example "JSON - [Click to show/hide]" @@ -971,20 +1018,20 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### DV (WEBDL) -Dolby Vision = DoVi = DV +DV = DoVi = Dolby Vision ??? question "DV (WEBDL) - [Click to show/hide]" - This is a special Custom Format that block WEBDLs **with** Dolby Vision but **without** HDR10 fallback. + This is a special Custom Format that blocks WEBDLs **with** Dolby Vision but **without** HDR10 fallback. - You will need to add the following to your new Custom Format when created in your Quality Profile (`Setting` => `Profiles`) and then set the score to `-10000`. + You will need to add the following as a new Custom Format, and when created adjust the scoring in your Quality Profile (`Setting` => `Profiles`) to `-10000`. - This Custom Format works together with the normal [DV](#dv) Custom Format that you can use to prefer Dolby Vision. + This Custom Format works together with the normal [DV](#dv) Custom Format that you would use to prefer Dolby Vision. - Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors (typically a green hue) if you want to play it on a not Dolby Vision compatible setup. + Most WEBDL from Streaming Services don't have the fallback to HDR10. What can result during playback is issues with weird colors (typically a green hue) when you attempt to play it on a non Dolby Vision compatible setup. Remuxes and Bluray have a fallback to HDR10. @@ -996,13 +1043,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HDR10Plus Boost ??? question "HDR10+ Boost - [Click to show/hide]" - Optional (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+. + Optional. Use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+. ??? example "JSON - [Click to show/hide]" @@ -1012,14 +1059,30 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### DV HDR10Plus Boost + +??? question "DV HDR10+ Boost - [Click to show/hide]" + + Optional: use this one if you want to upgrade from DV HDR10 to DV HDR10+ to support the best of both worlds. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/dv-hdr10plus-boost.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### No-RlsGroup ??? question "No-RlsGroup - [Click to show/hide]" Some indexers strip out the release group which 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 + For example, a lot of EVO releases end up stripped of the group name so they appear as "upgrades" and they end up getting a decent score if other things match !!! warning @@ -1033,13 +1096,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Obfuscated ??? question "Obfuscated - [Click to show/hide]" - Optional (use these only if you dislike renamed releases) + {! include-markdown "../../includes/cf-descriptions/obfuscated.md" !} ??? example "JSON - [Click to show/hide]" @@ -1049,13 +1112,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Retags ??? question "Retags - [Click to show/hide]" - Optional (use these only if you dislike retagged releases) + {! include-markdown "../../includes/cf-descriptions/retags.md" !} ??? example "JSON - [Click to show/hide]" @@ -1065,13 +1128,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Scene ??? question "Scene - [Click to show/hide]" - This Custom Format will try to recognize so called Scene releases, depending on your preferences you can give it a negative score `-10000` or a positive score or just don't add it all. + This Custom Format will try to recognize so-called "scene releases". Depending on your preferences, you can give it a negative score `-10000`, a positive score, or just skip adding it altogether. ??? example "JSON - [Click to show/hide]" @@ -1081,22 +1144,24 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Season Pack -??? question "Season Pack - [Click to show/hide]" +!!! danger "WARNING" + + - This CF utilizes functionality only available starting in Sonarr v4.0.2.1262. - This Custom Format can be used depending if you prefer or not prefer a season pack +??? question "Season Pack - [Click to show/hide]" + This Custom Format can be used to prefer or exclude season packs - Give it a score of `10` if you prefer a season pack. - - Give it a score of `-10000` if you don't prefer a season pack. - - `/\bS\d+\b(?!E\d+\b)/i` season packs are preferred: however, given the folder name is ignored the error/warning/issue occurs as the file names would not be a season pack of course. - - keep in mind this is the only way to prefer season packs if you have preferred words due to the long standing bug => Preferred Words overrule season pack preference [Sonarr/Sonarr#3562](https://github.com/Sonarr/Sonarr/issues/3562){:target="_blank" rel="noopener noreferrer"} + - Give it a score of `-10000` if you prefer to not download season packs. + - Utilizing the "Release Type" custom format setting added in v4.0.2.1262, Season Pack source status is now persistently stored alongside episodes. - !!! danger "WARNING" - - This Custom Format could result in a download loop :bangbang: - - This will upgrade also your already downloaded single episodes :bangbang: + !!! info + - This Custom Format could previously result in download loops. The new "Release Type" CF now prevents this undesired behavior. :bangbang: + - This will upgrade your already downloaded single episodes :bangbang: ??? example "JSON - [Click to show/hide]" @@ -1106,15 +1171,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### x265 (no HDR/DV) ??? question "x265 (no HDR/DV) - [Click to show/hide]" - This blocks/ignores 720/1080p (HD) releases that are encoded in x265. + This blocks most 720/1080p (HD) releases that are encoded in x265. - **But it will allow x265 releases if they have HDR and/or DV** + **But it will allow 720/1080p x265 releases if they have HDR and/or DV** *Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.* @@ -1130,7 +1195,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### AV1 @@ -1149,7 +1214,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VP9 @@ -1168,13 +1233,30 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### Internal + +??? question "Internal - [Click to show/hide]" + + - For those that prefer scene releases may want to boost internals as they generally have higher settings that may not conform to ruleset. + - In some rare cases P2P use also INTERNAL. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/internal.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### SDR ??? question "SDR - [Click to show/hide]" - - This will help to prevent to grab UHD/4k releases without HDR Formats. + {! include-markdown "../../includes/cf-descriptions/sdr.md" !} ??? example "JSON - [Click to show/hide]" @@ -1184,23 +1266,39 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### SDR (no WEBDL) + +??? question "SDR (no WEBDL) - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/sdr-no-webdl.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/sdr-no-webdl.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- -### DV FEL +### DV (Disk) -??? question "DV (FEL) - [Click to show/hide]" +??? question "DV (Disk) - [Click to show/hide]" - This will boost the score for Dolby Vision Releases using the original full quality Dolby Vision layer from the disc release to replace the old WEBDL HYBRID release. ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/dv-fel.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/dv-disk.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- ### HFR @@ -1216,17 +1314,21 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## HQ Source Groups ------- +--- ### Remux Tier 01 ??? question "Remux Tier 01 - [Click to show/hide]" - - Groups doing remuxes with multiple sources(discs) mixing what's best. + Groups that: + + - Have established themselves as consistently delivering high-quality releases. + - Produce remuxes from multiple sources (discs) and combine them to produce the best end result. + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1236,17 +1338,20 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Remux Tier 02 ??? question "Remux Tier 02 - [Click to show/hide]" - - Groups that only use one source.(So called one disc wonders.) - - Groups that use an automated way. - - Groups that don't check their stuff. - - Groups that haven't released much. (yet) - - Groups that retired and don't have the best quality by todays standards. + Groups that: + + - Only use one source (poetically dubbed "one disc wonders"). + - Use a fully automated method without double-checking. + - Don't check/review their releases prior to uploading. + - Haven't released much. (yet) + - Have retired and don't have the best quality by today's standards + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1260,7 +1365,11 @@ I also made 3 guides related to this one. ??? question "HD Bluray Tier 01 - [Click to show/hide]" - - Groups that created encodes from the remuxes without micro-sizing them. + Groups that: + + - Have established themselves as consistently delivering high-quality releases. + - Use remuxes as their source without micro-sizing them. + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1270,13 +1379,16 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### HD Bluray Tier 02 ??? question "HD Bluray Tier 02 - [Click to show/hide]" - - Groups that created encodes from the remuxes without micro-sizing them. + Groups that: + + - Use remuxes as their source without micro-sizing them. + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1290,10 +1402,12 @@ I also made 3 guides related to this one. ??? question "WEB Tier 01 - [Click to show/hide]" - - Groups that are on a certain list and active - - Groups that are on a certain list and did a minimum of x releases - - Groups that are not on the list but have a few releases on their name, but won't be trumped by a season pack on the top tier trackers - - Hybrid releases + Groups that: + + - Have established themselves as consistently delivering high-quality releases. + - Create hybrids. + - Sign up for the gentleman list on a certain private tracker. + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1303,15 +1417,18 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### WEB Tier 02 ??? question "WEB Tier 02 - [Click to show/hide]" - - Groups that are on a certain list and are less or not active anymore - - Groups that only did a few releases - - Groups that are not on the list but have a few releases on their name + Groups that: + + - Sign up for the gentleman list on a certain private tracker. + - Have only done a few releases + - Are not on the list but have a few releases on their name + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1321,15 +1438,18 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### WEB Tier 03 ??? question "WEB Tier 03 - [Click to show/hide]" - - Groups that are on a certain list and are less or not active anymore - - Groups that hardly done any releases - - Groups that are not on the list but have a few releases on their name + Groups that: + + - Sign up for the gentleman list on a certain private tracker. + - Have only done a few releases + - Are not on the list but have a few releases on their name + - Follow the [Contributing General Guidelines](https://github.com/TRaSH-Guides/Guides/blob/master/CONTRIBUTING.md#general-guidelines){:target="_blank" rel="noopener noreferrer"}. ??? example "JSON - [Click to show/hide]" @@ -1339,7 +1459,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### WEB Scene @@ -1355,19 +1475,23 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## Streaming Services ------- +--- + +### General Streaming Services + +--- -### AMZN +#### AMZN -Amazon +Amazon Prime Video -??? question "Amazon - [Click to show/hide]" +??? question "Amazon Prime Video - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Amazon_Prime_Video){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/amzn.md" !} ??? example "JSON - [Click to show/hide]" @@ -1377,15 +1501,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### ATVP +#### ATVP Apple TV+ ??? question "Apple TV+ - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Apple_TV%2B){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/atvp.md" !} ??? example "JSON - [Click to show/hide]" @@ -1395,15 +1519,33 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +#### CC + +CC = Comedy Central + +??? question "CC - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/cc.md" !} + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/cc.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- -### DCU +#### DCU -DC Universe +DC Universe (streaming service) -??? question "DC Universe - [Click to show/hide]" +??? question "DC Universe (streaming service) - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/DC_Universe_(streaming_service)){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/dcu.md" !} ??? example "JSON - [Click to show/hide]" @@ -1413,15 +1555,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### DSNP +#### DSNP Disney+ ??? question "Disney+ - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Disney%2B){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/dsnp.md" !} ??? example "JSON - [Click to show/hide]" @@ -1431,15 +1573,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### HMAX +#### HMAX HBO Max -??? question "HBO Max - [Click to show/hide]" +??? question "Max (streaming service) aka HBO Max - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/HBO_Max){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/hmax.md" !} ??? example "JSON - [Click to show/hide]" @@ -1449,15 +1591,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### HBO +#### HBO HBO ??? question "HBO - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/HBO){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/hbo.md" !} ??? example "JSON - [Click to show/hide]" @@ -1467,69 +1609,69 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### Max +#### Hulu -Max +Hulu -??? question "Max - [Click to show/hide]" +??? question "Hulu - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Max_(streaming_service)){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/hulu.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/max.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/hulu.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Hulu +#### IT -Hulu +iT = iTunes -??? question "Hulu - [Click to show/hide]" +??? question "iTunes - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Hulu){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/it.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/hulu.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/it.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### NLZ +#### Max -NLZiet +Max (streaming service) -??? question "NLZiet - [Click to show/hide]" +??? question "Max (streaming service) - [Click to show/hide]" - NLZIET is the online service of Dutch broadcasters that provides non-stop tv, commercial-free. The streaming service brings the best of all channels straight to your preferred device and lets you see your favorite tv content in high quality on all available platforms; anytime and anywhere. + {! include-markdown "../../includes/cf-descriptions/hmax.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/nlz.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/max.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### NF +#### NF Netflix ??? question "Netflix - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Netflix){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/nf.md" !} ??? example "JSON - [Click to show/hide]" @@ -1539,15 +1681,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### PMTP +#### PMTP Paramount+ ??? question "Paramount+ - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Paramount%2B){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/pmtp.md" !} ??? example "JSON - [Click to show/hide]" @@ -1557,15 +1699,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### PCOK +#### PCOK Peacock TV ??? question "Peacock TV - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Peacock_(streaming_service)){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/pcok.md" !} ??? example "JSON - [Click to show/hide]" @@ -1575,719 +1717,966 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- -### Qibi +#### SHO -Quibi +SHOWTIME -??? question "Quibi - [Click to show/hide]" +??? question "SHOWTIME - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Quibi){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/sho.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/qibi.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/sho.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### SHO +#### STAN -SHOWTIME +Stan -??? question "SHOWTIME - [Click to show/hide]" +??? question "STAN - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Showtime_(TV_network)){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/stan.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/sho.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/stan.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### VDL +### French Streaming Services -Videoland +--- -??? question "Videoland - [Click to show/hide]" +#### CANALPlus + +CANALPlus = CANAL+/MyCANAL + +??? question "Canal+ - [Click to show/hide]" - Videoland is a Dutch OTT online service provider owned by RTL Nederland. Originally it was a retail chain of video rental stores. Its main competitor is Netflix. + {! include-markdown "../../includes/cf-descriptions/french-canalplus.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/vdl.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-canalplus.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### STAN +#### RTBF -Stan +RTBF = Radio-télévision belge de la Communauté française (Radio Télévision Belge Francophone) -??? question "STAN - [Click to show/hide]" +??? question "RTBF - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Stan_(service)){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/french-rtbf.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/stan.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-rtbf.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### RED +#### SALTO -RED = Youtube Red = Youtube Premium +SALTO = SⱯLTO -??? question "Youtube Red - [Click to show/hide]" +??? question "SⱯLTO - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/YouTube_Premium){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/french-salto.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/red.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-salto.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### IT +### Asian Streaming Services -iT = iTunes +--- -??? question "iTunes - [Click to show/hide]" +#### FOD + +FOD = Fuji Television On Demand - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/ITunes){:target="_blank" rel="noopener noreferrer"} +??? question "Fuji Television On Demand - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/fod.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/it.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/fod.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### CANALPlus +#### HTSR -CANALPlus = CANAL+/MyCANAL +Disney+ Hotstar -??? question "Canal+ - [Click to show/hide]" +??? question "Disney+ Hotstar - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Canal%2B){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/htsr.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-canalplus.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/htsr.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### SALTO +#### TVer -SALTO = SⱯLTO +TVer -??? question "SⱯLTO - [Click to show/hide]" +??? question "TVer - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Salto_(streaming_service)){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/tver.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-salto.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/tver.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### RTBF +#### U-NEXT -RTBF = Radio-télévision belge de la Communauté française (Radio Télévision Belge Francophone) +U-NEXT -??? question "RTBF - [Click to show/hide]" +??? question "U-NEXT - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/RTBF){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/u-next.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-rtbf.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/u-next.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### CC +#### VIU -CC = Comedy Central +VIU -??? question "CC - [Click to show/hide]" +??? question "VIU - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Comedy_Central){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/viu.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/cc.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/viu.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Crav +### Dutch Streaming Services -Crave +--- -??? question "CRAVE - [Click to show/hide]" +#### NLZ - [From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Crave_(streaming_service)){:target="_blank" rel="noopener noreferrer"} +NLZiet + +??? question "NLZiet - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/nlz.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/crav.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/nlz.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### OViD +#### VDL -OViD +Videoland -??? question "OViD - [Click to show/hide]" +??? question "Videoland - [Click to show/hide]" - [OViD Website](https://search.ovid.tv/other/about){:target="_blank" rel="noopener noreferrer"} + {! include-markdown "../../includes/cf-descriptions/vdl.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/ovid.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/vdl.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### UHD Streaming Boost +### UK Streaming Services -??? question "UHD Streaming Boost - [Click to show/hide]" +--- - Some streaming services have UHD releases that are generally better than their HD counterparts. The UHD Streaming Boost custom format increases those streaming services' scores appropriately for UHD releases. Use this in conjunction with the regular streaming service custom formats. +#### 4OD + +4OD + +??? question "4OD - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/all4.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/uhd-streaming-boost.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/4od.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### UHD Streaming Cut +#### ALL4 -??? question "UHD Streaming Cut - [Click to show/hide]" +ALL4 - Some streaming services have UHD releases that are generally worse than their HD counterparts. The UHD Streaming Cut custom format decreases those streaming services' scores appropriately for UHD releases. Use this in conjunction with the regular streaming service custom formats. +??? question "ALL4 - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/all4.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/uhd-streaming-cut.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/all4.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -## Anime +#### iP ------- +BBC iPlayer aka iP -### Anime BD Tier 01 (Top SeaDex Muxers) +??? question "BBC iPlayer aka iP - [Click to show/hide]" -??? question "Anime BD Tier 01 (Top SeaDex Muxers) - [Click to show/hide]" - Groups that do the best releases as per SeaDex. They are more consistent and trump others + {! include-markdown "../../includes/cf-descriptions/ip.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-01-top-seadex-muxers.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/ip.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime BD Tier 02 (SeaDex Muxers) +#### ITVX -??? question "Anime BD Tier 02 (SeaDex Muxers) - [Click to show/hide]" - Groups that do the best releases as per SeaDex. They are more consistent and trump others +ITVX aka ITV + +??? question "ITVX aka ITV - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/itvx.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-02-seadex-muxers.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/itvx.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime BD Tier 03 (SeaDex Muxers) +#### NOW -??? question "Anime BD Tier 03 (SeaDex Muxers) - [Click to show/hide]" - Groups that do the best releases as per SeaDex. They are more consistent and trump others +NOW + +??? question "NOW - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/now.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-03-seadex-muxers.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/now.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime BD Tier 04 (SeaDex Muxers) +### Misc Streaming Services -??? question "Anime BD Tier 04 (SeaDex Muxers) - [Click to show/hide]" - Groups that do the best releases as per SeaDex. They are more consistent and trump others +--- + +#### Crav + +Crave + +??? question "CRAVE - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/crav.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-04-seadex-muxers.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/crav.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime BD Tier 05 (Remuxes) +#### DSCP -??? question "Anime BD Tier 05 (Remuxes) - [Click to show/hide]" - Groups that are consistent and do Remuxes +Discovery+ + +??? question "Discovery+ - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/dscp.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-05-remuxes.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/dscp.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime BD Tier 06 (FanSubs) +#### OViD -??? question "Anime BD Tier 06 (FanSubs) - [Click to show/hide]" - FanSub groups that are consistent +OViD + +??? question "OViD - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/ovid.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-06-fansubs.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/ovid.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime BD Tier 07 (P2P/Scene) +#### STRP -??? question "Anime BD Tier 07 (P2P/Scene) - [Click to show/hide]" - Known P2P and Scene Anime groups +Star+ + +??? question "Star+ - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/strp.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-07-p2pscene.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/strp.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime BD Tier 08 (Mini Encodes) +#### RED -??? question "Anime BD Tier 08 (Mini Encodes) - [Click to show/hide]" - Know groups that do mini encodes +RED = Youtube Red = Youtube Premium + +??? question "Youtube Red - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/red.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-08-mini-encodes.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/red.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime Web Tier 01 (Muxers) +#### Qibi -??? question "Anime Web Tier 01 (Muxers) - [Click to show/hide]" - Groups that do the best releases as per SeaDex. They are more consistent and trump others +Quibi + +??? question "Quibi - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/qibi.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-01-muxers.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/qibi.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime Web Tier 02 (Top FanSubs) +### Anime Streaming Services -??? question "Anime Web Tier 02 (Top FanSubs) - [Click to show/hide]" - Groups that do the best releases as per SeaDex. They are more consistent and trump others +--- + +#### B-Global + +??? question "B-Global - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/bglobal.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-02-top-fansubs.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/bglobal.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime Web Tier 03 (Official Subs) +#### Bilibili -??? question "Anime Web Tier 03 (Official Subs) - [Click to show/hide]" - Official sub groups that tend to be more consistent and release fast +??? question "Bilibili - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/bilibili.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-03-official-subs.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/bilibili.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime Web Tier 04 (Official Subs) +#### CR -??? question "Anime Web Tier 04 (Official Subs) - [Click to show/hide]" - Official sub groups +Crunchyroll + +??? question "Crunchyroll - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/cr.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-04-official-subs.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/cr.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime Web Tier 05 (FanSubs) +#### FUNI -??? question "Anime Web Tier 05 (FanSubs) - [Click to show/hide]" - FanSub groups that are consistent +Funimation + +??? question "Funimation - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/funi.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-05-fansubs.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/funi.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime Web Tier 06 (FanSubs) +#### HIDIVE -??? question "Anime Web Tier 06 (FanSubs) - [Click to show/hide]" - FanSub groups that are consistent +??? question "HIDIVE - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/hidive.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-06-fansubs.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/hidive.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime Raws +#### VRV -??? question "Anime Raws - [Click to show/hide]" - A collection of know groups that release raws +??? question "VRV - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/vrv.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-raws.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/vrv.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Anime LQ Groups +#### ABEMA -??? question "Anime LQ Groups - [Click to show/hide]" - A collection of known Low Quality groups. +??? question "Abema - [Click to show/hide]" + {! include-markdown "../../includes/cf-descriptions/abema.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-lq-groups.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/abema.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Uncensored +#### ADN -??? question "Uncensored - [Click to show/hide]" - This CF covers releases that are uncensored +ADN = Animation Digital Network + +??? question "ADN - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/french-adn.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/uncensored.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-adn.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### v0 +#### WKN -??? question "v0 - [Click to show/hide]" - CF to cover releases named with v0 which we don't want +WKN = Wakanim + +??? question "WKN - [Click to show/hide]" + + {! include-markdown "../../includes/cf-descriptions/french-wkn.md" !} ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/v0.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-wkn.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### v1 +### Optional Streaming Services -??? question "v1 - [Click to show/hide]" - CF to cover v1 releases +--- + +#### UHD Streaming Boost + +??? question "UHD Streaming Boost - [Click to show/hide]" + + Some streaming services have UHD releases that are generally better than their HD counterparts. The UHD Streaming Boost custom format increases those streaming services' scores appropriately for UHD releases. Use this in conjunction with the regular streaming service custom formats. ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/v1.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/uhd-streaming-boost.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### v2 +#### UHD Streaming Cut -??? question "v2 - [Click to show/hide]" - CF to cover v2 releases +??? question "UHD Streaming Cut - [Click to show/hide]" + + Some streaming services have UHD releases that are generally worse than their HD counterparts. The UHD Streaming Cut custom format decreases those streaming services' scores appropriately for UHD releases. Use this in conjunction with the regular streaming service custom formats. ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/v2.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/uhd-streaming-cut.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### v3 +## Anime -??? question "v3 - [Click to show/hide]" - CF to cover v3 releases +--- + +### Anime BD Tier 01 (Top SeaDex Muxers) + +??? question "Anime BD Tier 01 (Top SeaDex Muxers) - [Click to show/hide]" + Groups that do the best releases as per SeaDex. They are more consistent and trump others ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/v3.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-01-top-seadex-muxers.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### v4 +### Anime BD Tier 02 (SeaDex Muxers) -??? question "v4 - [Click to show/hide]" - CF to cover v4 releases +??? question "Anime BD Tier 02 (SeaDex Muxers) - [Click to show/hide]" + Groups that do the best releases as per SeaDex. They are more consistent and trump others ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/v4.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-02-seadex-muxers.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### B-Global +### Anime BD Tier 03 (SeaDex Muxers) -??? question "B-Global - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/Bilibili){:target="_blank" rel="noopener noreferrer"} +??? question "Anime BD Tier 03 (SeaDex Muxers) - [Click to show/hide]" + Groups that do the best releases as per SeaDex. They are more consistent and trump others ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/bglobal.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-03-seadex-muxers.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### Bilibili +### Anime BD Tier 04 (SeaDex Muxers) -??? question "Bilibili - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/Bilibili){:target="_blank" rel="noopener noreferrer"} +??? question "Anime BD Tier 04 (SeaDex Muxers) - [Click to show/hide]" + Groups that do the best releases as per SeaDex. They are more consistent and trump others ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/bilibili.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-04-seadex-muxers.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### cr +### Anime BD Tier 05 (Remuxes) -Crunchyroll +??? question "Anime BD Tier 05 (Remuxes) - [Click to show/hide]" + Groups that are consistent and do Remuxes -??? question "Crunchyroll - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/Crunchyroll){:target="_blank" rel="noopener noreferrer"} +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-05-remuxes.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### Anime BD Tier 06 (FanSubs) + +??? question "Anime BD Tier 06 (FanSubs) - [Click to show/hide]" + FanSub groups that are consistent ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/cr.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-06-fansubs.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### funi +### Anime BD Tier 07 (P2P/Scene) -Funimation +??? question "Anime BD Tier 07 (P2P/Scene) - [Click to show/hide]" + Known P2P and Scene Anime groups -??? question "Funimation - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/Funimation){:target="_blank" rel="noopener noreferrer"} +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-07-p2pscene.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### Anime BD Tier 08 (Mini Encodes) + +??? question "Anime BD Tier 08 (Mini Encodes) - [Click to show/hide]" + Know groups that do mini encodes ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/funi.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-bd-tier-08-mini-encodes.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### HIDIVE +### Anime Web Tier 01 (Muxers) -??? question "HIDIVE - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/HIDIVE){:target="_blank" rel="noopener noreferrer"} +??? question "Anime Web Tier 01 (Muxers) - [Click to show/hide]" + Groups that do the best releases as per SeaDex. They are more consistent and trump others ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/hidive.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-01-muxers.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### VRV +### Anime Web Tier 02 (Top FanSubs) -??? question "VRV - [Click to show/hide]" - [From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/VRV_(streaming_service)){:target="_blank" rel="noopener noreferrer"} +??? question "Anime Web Tier 02 (Top FanSubs) - [Click to show/hide]" + Groups that do the best releases as per SeaDex. They are more consistent and trump others ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/vrv.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-02-top-fansubs.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- + +### Anime Web Tier 03 (Official Subs) -### ADN +??? question "Anime Web Tier 03 (Official Subs) - [Click to show/hide]" + Official sub groups that tend to be more consistent and release fast -ADN = Animation Digital Network +??? example "JSON - [Click to show/hide]" -??? question "ADN - [Click to show/hide]" + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-03-official-subs.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- - [From Wikipedia, the free encyclopedia](https://fr.wikipedia.org/wiki/Animation_Digital_Network){:target="_blank" rel="noopener noreferrer"} +### Anime Web Tier 04 (Official Subs) + +??? question "Anime Web Tier 04 (Official Subs) - [Click to show/hide]" + Official sub groups ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-adn.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-04-official-subs.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- -### WKN +### Anime Web Tier 05 (FanSubs) -WKN = Wakanim +??? question "Anime Web Tier 05 (FanSubs) - [Click to show/hide]" + FanSub groups that are consistent -??? question "WKN - [Click to show/hide]" +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-05-fansubs.json' %]][[% endfilter %]] + ``` + +[TOP](#index) - [From Wikipedia, the free encyclopedia](https://fr.wikipedia.org/wiki/Wakanim){:target="_blank" rel="noopener noreferrer"} +--- + +### Anime Web Tier 06 (FanSubs) + +??? question "Anime Web Tier 06 (FanSubs) - [Click to show/hide]" + FanSub groups that are consistent ??? example "JSON - [Click to show/hide]" ```json - [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-wkn.json' %]][[% endfilter %]] + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-web-tier-06-fansubs.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### Anime Raws + +??? question "Anime Raws - [Click to show/hide]" + A collection of know groups that release raws + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-raws.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### Anime LQ Groups + +??? question "Anime LQ Groups - [Click to show/hide]" + A collection of known Low Quality groups. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/anime-lq-groups.json' %]][[% endfilter %]] ``` [TOP](#index) ------- +--- + +### Uncensored + +??? question "Uncensored - [Click to show/hide]" + This CF covers releases that are uncensored + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/uncensored.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### v0 + +??? question "v0 - [Click to show/hide]" + CF to cover releases named with v0 which we don't want + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/v0.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### v1 + +??? question "v1 - [Click to show/hide]" + CF to cover v1 releases + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/v1.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### v2 + +??? question "v2 - [Click to show/hide]" + CF to cover v2 releases + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/v2.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### v3 + +??? question "v3 - [Click to show/hide]" + CF to cover v3 releases + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/v3.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- + +### v4 + +??? question "v4 - [Click to show/hide]" + CF to cover v4 releases + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/v4.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### 10bit @@ -2302,7 +2691,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Anime Dual Audio @@ -2317,7 +2706,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Dubs Only @@ -2332,11 +2721,11 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## French Audio Version ------- +--- ### Multi-French @@ -2352,7 +2741,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### Multi-Audio @@ -2368,7 +2757,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### French Audio @@ -2384,7 +2773,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VFF @@ -2400,7 +2789,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VOF @@ -2416,7 +2805,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VFI @@ -2432,7 +2821,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VF2 @@ -2448,7 +2837,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VFQ @@ -2464,7 +2853,23 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- + +### VOQ + +??? question "VOQ - [Click to show/hide]" + + Quebec Original Version. + +??? example "JSON - [Click to show/hide]" + + ```json + [[% filter indent(width=4) %]][[% include 'json/sonarr/cf/french-voq.json' %]][[% endfilter %]] + ``` + +[TOP](#index) + +--- ### VQ @@ -2480,7 +2885,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VFB @@ -2496,7 +2901,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### VOSTFR @@ -2512,7 +2917,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FanSUB @@ -2528,7 +2933,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FastSUB @@ -2544,19 +2949,19 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ## French HQ Source Groups ------- +--- ### FR Remux Tier 01 ??? question "Remux Tier 01 - [Click to show/hide]" - WIP - - Groups doing remuxes with multiple sources (discs) mixing what's best. - - Groups active doing remuxes from a single sources (discs). + - Groups that produce remuxes from multiple sources (discs) and combine them to produce the best end result. + - Groups actively doing remuxes from a single source (discs). ??? example "JSON - [Click to show/hide]" @@ -2566,16 +2971,16 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR HD Bluray Tier 01 ??? question "FR HD Bluray Tier 01 - [Click to show/hide]" - WIP - - Groups that created encodes from the remuxes without micro-sizing them. - - Groups that source and add the best French audio track from the source to an English release from Tier 01 or 02. - - Groups that have a minimum of great releases (best encode in it's class 1080p and lower). + - Groups that create encodes from remuxes without micro-sizing them. + - Groups that add the best French audio track to an English release from Tier 01 or 02. + - Groups that have a minimum of great releases (best encode in its class 1080p and lower). ??? example "JSON - [Click to show/hide]" @@ -2585,7 +2990,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR WEB Tier 01 @@ -2603,7 +3008,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR WEB Tier 02 @@ -2621,7 +3026,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR WEB Tier 03 @@ -2629,7 +3034,7 @@ I also made 3 guides related to this one. - WIP - Groups that haven't released much or are not well recognized. (yet) - - Groups that retired and don't have the best quality by todays standards. + - Groups that retired and don't have the best quality by today's standards. ??? example "JSON - [Click to show/hide]" @@ -2639,15 +3044,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR Anime Tier 01 ??? question "FR Anime Tier 01 - [Click to show/hide]" - WIP - - Groups that are know to be still active and doing only Anime - - Groups which releases are at least comparable to SeaDex recommended. + - Groups that are known to be active and only doing Anime + - Groups who's releases are at least comparable to SeaDex recommended. ??? example "JSON - [Click to show/hide]" @@ -2657,15 +3062,15 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR Anime Tier 02 ??? question "FR Anime Tier 02 - [Click to show/hide]" - WIP - - Groups that are known to be still active and doing only Anime but with few releases per year. - - Groups that are known to be still active and doing Anime and other type of release. + - Groups that are known to be active and only doing Anime, but with few releases per year. + - Groups that are known to be active and doing Anime AND other types of releases. ??? example "JSON - [Click to show/hide]" @@ -2675,16 +3080,16 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR Anime Tier 03 ??? question "FR Anime Tier 03 - [Click to show/hide]" - WIP - - Groups with no or little activity that have at some point made an interesting release. Which is either the only one available (in VOSTFR/MULTi) or still top of its category. + - Groups with no or little activity that have at some point made an interesting release which is either the only one available (in VOSTFR/MULTi), or still top of its category. - Groups that haven't released much or are not well recognized. (yet) - - Groups doing only anime, that have retired (or no longer exist) and may not have the best quality by todays standards. + - Groups doing only anime that have retired (or no longer exist) and may not have the best quality by today's standards. ??? example "JSON - [Click to show/hide]" @@ -2694,13 +3099,13 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR Anime FanSub ??? question "FR Anime FanSub - [Click to show/hide]" - Known good groups that are doing only FanSub and in good quality. + Known good groups that only do FanSub in good quality. ??? example "JSON - [Click to show/hide]" @@ -2710,7 +3115,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR Scene Groups @@ -2726,7 +3131,7 @@ I also made 3 guides related to this one. [TOP](#index) ------- +--- ### FR LQ @@ -2734,12 +3139,12 @@ I also made 3 guides related to this one. ??? question "FR LQ - [Click to show/hide]" - A collection of known French Low Quality groups that are often banned from the the top trackers because their lack of quality. + A collection of known French Low-Quality groups that are often banned from the top trackers due to their lack of quality. !!! note - - Ads/Watermarks = Groups that are know to put ads or watermark in their releases. - - Bad/False releases = Groups that are known for lying on the quality, type or the name of their releases. + - Ads/Watermarks = Groups that are known to put ads or watermarks in their releases. + - Bad/False releases = Groups that are known for lying about their quality, type, or the name of their releases. - DeTAG/ReTAG = Detagging or stealing groups. - Other reasons = Banned Release Groups. diff --git a/docs/Sonarr/sonarr-setup-quality-profiles-anime.md b/docs/Sonarr/sonarr-setup-quality-profiles-anime.md index 80d31f14c..ae90f0a90 100644 --- a/docs/Sonarr/sonarr-setup-quality-profiles-anime.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles-anime.md @@ -5,7 +5,7 @@ !!! warning You must be running Sonarr V4 to be able to use this setup. - ![V4](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https://raw.githubusercontent.com/hotio/sonarr/v4/VERSION.json&label=Current%20V4%20Version&style=for-the-badge&color=4051B5){ .off-glb } + ![V4](https://img.shields.io/badge/dynamic/json?query=%24.version&url=https://raw.githubusercontent.com/hotio/sonarr/nightly/VERSION.json&label=Current%20V4%20Version&style=for-the-badge&color=4051B5){ .off-glb } !!! note This guide is created and maintained by [FonduemangVI](https://github.com/FonduemangVI) and [rg9400](https://github.com/rg9400) diff --git a/docs/Sonarr/sonarr-setup-quality-profiles-french-en.md b/docs/Sonarr/sonarr-setup-quality-profiles-french-en.md index 5feb3babf..b5302472a 100644 --- a/docs/Sonarr/sonarr-setup-quality-profiles-french-en.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles-french-en.md @@ -132,7 +132,7 @@ If you prefer 2160p WEBDL (WEB-2160p) The only deal breaker with 2160p is when you get them with DV/HDR, 2160p without DV/HDR is a minimal profit. -{! include-markdown "../../includes/cf/sonarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/sonarr-all-hdr-formats.md" !} {! include-markdown "../../includes/french-guide/sonarr-french-multi-audio-en.md" !} @@ -184,8 +184,6 @@ If you are looking to grab Anime with either French sub or MULTi audio (original TRaSH provides great guides and explanations about them at the following links: - [HDR Formats](/Sonarr/sonarr-setup-quality-profiles/#hdr-formats){:target="_blank" rel="noopener noreferrer"} -- [HDR Formats + DV (WEBDL)](/Sonarr/sonarr-setup-quality-profiles/#hdr-formats-dv-webdl){:target="_blank" rel="noopener noreferrer"} -- [HDR Formats + DV (WEBDL) + HDR10+ Boost](/Sonarr/sonarr-setup-quality-profiles/#hdr-formats-dv-webdl-hdr10-boost){:target="_blank" rel="noopener noreferrer"} ------ diff --git a/docs/Sonarr/sonarr-setup-quality-profiles-french-fr.md b/docs/Sonarr/sonarr-setup-quality-profiles-french-fr.md index 93d05f65e..e166c52ec 100644 --- a/docs/Sonarr/sonarr-setup-quality-profiles-french-fr.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles-french-fr.md @@ -131,7 +131,7 @@ Si vous préférez les 2160p WEBDL (WEB-2160p) Le seul problème avec le 2160p réside dans le fait de l'obtenir avec le DV/HDR, le 2160p sans DV/HDR ne représente qu'un bénéfice minime. -{! include-markdown "../../includes/cf/sonarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/sonarr-all-hdr-formats.md" !} {! include-markdown "../../includes/french-guide/sonarr-french-multi-audio-fr.md" !} @@ -185,8 +185,6 @@ Si vous cherchez des animes avec des sous-titres français ou en MULTi (audio or TRaSH fournit d'excellents guides et explications à leur sujet dans les liens suivants (*en anglais uniquement*) : - [HDR Formats](/Sonarr/sonarr-setup-quality-profiles/#hdr-formats){:target="_blank" rel="noopener noreferrer"} -- [HDR Formats + DV (WEBDL)](/Sonarr/sonarr-setup-quality-profiles/#hdr-formats-dv-webdl){:target="_blank" rel="noopener noreferrer"} -- [HDR Formats + DV (WEBDL) + HDR10+ Boost](/Sonarr/sonarr-setup-quality-profiles/#hdr-formats-dv-webdl-hdr10-boost){:target="_blank" rel="noopener noreferrer"} ------ diff --git a/docs/Sonarr/sonarr-setup-quality-profiles.md b/docs/Sonarr/sonarr-setup-quality-profiles.md index f40164d2e..4151e3781 100644 --- a/docs/Sonarr/sonarr-setup-quality-profiles.md +++ b/docs/Sonarr/sonarr-setup-quality-profiles.md @@ -1,15 +1,16 @@ -# How to setup Quality Profiles +# How to set up Quality Profiles -*aka How to setup Custom Formats*

-So what's the best way to setup the Custom Formats and which ones to use with which scores to setup your quality profiles? +*aka How to set up Custom Formats*

+So what's the best way to set up the Custom Formats and which ones to use with which scores to set up your quality profiles? -There isn't a best setup, it depends on your setup (hardware devices) and your own personal preferences. +There isn't a "best" setup, it depends on your media setup (hardware devices) and your personal preferences. -Some prefer high quality audio (HD Audio), others high quality video. Many prefer both. +Some prefer high-quality audio (HD Audio), others high-quality video. Many prefer both. -Here I will try to explain how to make the most use of Custom Formats to help you to setup your quality profiles for your personal needs. +Here we will try to explain how to make the most of Custom Formats to help you set up your quality profiles for your personal preferences. -I created a [flowchart](#which-quality-profile-should-you-choose) to make your decision/choices easier. +- We've created a [flowchart](#which-quality-profile-should-you-choose) to make your decisions/choices easier. +- We've also created an Excel sheet with several tested [media player devices](/Plex/what-does-my-media-player-support){:target="_blank" rel="noopener noreferrer"} to display what formats and capabilities they support, sourced from information provided by our community. We hope this Excel sheet will be a helpful resource for those looking for a reliable media player device and will help you choose the appropriate quality profile. ------ @@ -32,10 +33,10 @@ Select the profile that you want to use/prefer. 1. Profile name. 1. Allow upgrades. Sonarr will stop upgrading quality once (3) is met. 1. Upgrade until the selected quality. -1. The `Minimum Custom Format Score` allowed to download. [More Info](#minimum-custom-format-score) +1. The `Minimum Custom Format Score` that is allowed to download. [More Info](#minimum-custom-format-score) 1. Keep upgrading Custom Format until this score is reached. (setting this to `0` means no upgrades will happen based on Custom Formats) -At the bottom in your chosen profile you will see the added Custom Formats where you can start setting up the scores. +At the bottom, in your chosen profile, you will see the added Custom Formats where you can start setting up the scores. ??? success "Screenshot example - [Click to show/hide]" ![!cf-quality-profile-cf](images/cf-quality-profile-cf.png) @@ -44,9 +45,9 @@ At the bottom in your chosen profile you will see the added Custom Formats where 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. - Always follow the data described in the guide. - - If you got any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly. + - If you have any questions or aren't sure just click the chat badge to join the Discord Channel where you can ask your questions directly. -!!! info "Keep in mind Custom Formats are made to fine tune your Quality Profile.
Generally, quality trumps all" +!!! info "Keep in mind Custom Formats are made to fine-tune your Quality Profile.
Generally, quality trumps all" Custom formats are controlled by Quality Profiles. @@ -66,7 +67,7 @@ At the bottom in your chosen profile you will see the added Custom Formats where ??? abstract "Which Quality Profile should you choose - [Click to show/hide]" - ![Flowchart](/Sonarr/images/flowchart-custom-format-sonarr.png) + ![Flowchart](/Sonarr/images/flowchart-quality-profiles-sonarr.png) If you're unsure or have questions do not hesitate to ask for help on Discord @@ -76,6 +77,8 @@ At the bottom in your chosen profile you will see the added Custom Formats where ## TRaSH Quality Profiles +The following Quality Profiles can be combined into a single Quality Profile if you, for example, want to be able to upgrade from 1080p to 4K/2160p. + ### WEB-1080p If you prefer 720p/1080p WEBDL (WEB-1080p) @@ -84,13 +87,15 @@ If you prefer 720p/1080p WEBDL (WEB-1080p) {! include-markdown "../../includes/cf/sonarr-unwanted.md" !} +{! include-markdown "../../includes/cf/sonarr-optional.md" !} + {! include-markdown "../../includes/cf/sonarr-misc.md" !} {! include-markdown "../../includes/cf/sonarr-streaming-services.md" !} {! include-markdown "../../includes/cf/sonarr-hq-source-group.md" !} -I decided not to add `Audio Advanced` Custom Formats to the WEB profile, You will hardly find HD audio with WEB-DL (Most newer WEBDL will have Atmos). If you also want HD audio formats I would suggest to go for the Remuxes. +I decided not to add `Audio Advanced` Custom Formats to the WEB profile, You will hardly find HD audio with WEB-DL (most newer WEBDL will have Atmos). If you want HD audio formats, I would suggest going with Remuxes. Use the following main settings in your profile. @@ -98,13 +103,13 @@ Use the following main settings in your profile. !!! info "" - For some older shows you might want to enable the `WEB 720p` or even the `HDTV 1080p`. + For some older shows, you might want to enable the `WEB 720p`, or even the `HDTV 1080p`. {! include-markdown "../../includes/starr/move-quality-to-top.md" !} ??? abstract "Workflow Logic - [Click to show/hide]" - - It will download WEB-DL 1080p. (If you also enabled `WEB 720p` and/or `HDTV 1080p` it will upgrade till `Upgrade Until`) + - It will download WEB-DL 1080p. (If you also enabled `WEB 720p` and/or `HDTV 1080p` it will upgrade until `Upgrade Until`) - The downloaded media will be upgraded to any of the added Custom Formats until a score of 10000. So why such a ridiculously high `Upgrade Until Custom` and not a score of `100`? @@ -117,14 +122,16 @@ Use the following main settings in your profile. If you prefer 2160p WEBDL (WEB-2160p) -The only deal breaker with 2160p is when you get them with DV/HDR, 2160p without DV/HDR is a minimal profit. +The only deal breaker with 2160p is when the release includes DV/HDR. 2160p without DV/HDR is of minimal benefit. {! include-markdown "../../includes/cf/sonarr-suggest-attention.md" !} -{! include-markdown "../../includes/cf/sonarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/sonarr-all-hdr-formats.md" !} {! include-markdown "../../includes/cf/sonarr-unwanted.md" !} +{! include-markdown "../../includes/cf/sonarr-optional.md" !} + {! include-markdown "../../includes/cf/sonarr-optional-uhd.md" !} {! include-markdown "../../includes/cf/sonarr-misc.md" !} @@ -133,7 +140,7 @@ The only deal breaker with 2160p is when you get them with DV/HDR, 2160p without {! include-markdown "../../includes/cf/sonarr-hq-source-group.md" !} -I decided not to add `Audio Advanced` Custom Formats to the WEB profile, You will hardly find HD audio with WEB-DL (Most newer WEBDL will have Atmos). If you also want HD audio formats I would suggest to go for the Remuxes. +I decided not to add `Audio Advanced` Custom Formats to the WEB profile. You will hardly find HD audio with WEB-DL (Most newer WEBDL will have Atmos). If you also want HD audio formats, I would suggest going for Remuxes. Use the following main settings in your profile. @@ -143,7 +150,7 @@ Use the following main settings in your profile. ??? abstract "Workflow Logic - [Click to show/hide]" - - It will download WEB-2160p with HDR/DV. + - This will download WEB-2160p with HDR/DV. - The downloaded media will be upgraded to any of the added Custom Formats until a score of 10000. So why such a ridiculously high `Upgrade Until Custom` and not a score of `100`? @@ -152,37 +159,15 @@ Use the following main settings in your profile. ------ -### HDR Formats - -- You have a setup that supports Dolby Vision. -- You share your media library with other family members that also have have Dolby Vision compatible devices. - -{! include-markdown "../../includes/cf/sonarr-suggest-attention.md" !} - -{! include-markdown "../../includes/cf/sonarr-all-hdr-formats.md" !} - ------- - -### HDR Formats + DV (WEBDL) +## Custom Format Groups -- Not all devices in your chain support Dolby Vision. -- You share your media library with other family members that don't have Dolby Vision compatible devices. +The following custom format groups should be combined with the Quality Profiles above. Users will need to choose which options and custom formats they prefer. -{! include-markdown "../../includes/cf/sonarr-suggest-attention.md" !} - -{! include-markdown "../../includes/cf/sonarr-all-hdr-formats-dv-web.md" !} - ------- - -### HDR Formats + DV (WEBDL) + HDR10+ Boost +### HDR Formats -- Not all devices in your chain support Dolby Vision. -- You share your media library with other family members that don't have Dolby Vision compatible devices. -- You have a (Samsung) TV that supports HDR10+. +- You have a 4K TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.). -{! include-markdown "../../includes/cf/sonarr-suggest-attention.md" !} - -{! include-markdown "../../includes/cf/sonarr-all-hdr-formats-dv-web-hdr10plus-boost.md" !} +{! include-markdown "../../includes/cf/sonarr-all-hdr-formats.md" !} ------ @@ -192,29 +177,29 @@ Use the following main settings in your profile. ??? question "Why do you only have a release profile for WEB-DL - [Click to show/hide]" - I only do WEB-DL my self for TV shows because in my opinion WEB-DL is the sweet spot between quality and size and you often don't see big differences anyway for TV shows. (Except for shows like GOT, Vikings, etc) + I only do WEB-DL, myself, for TV shows. In my opinion, WEB-DL is the sweet spot between quality and size (you often don't see big differences anyway for TV shows) except for shows like GOT, Vikings, etc. ### Why prefer P2P groups ??? question "Why do you prefer P2P groups over scene groups - [Click to show/hide]" - Scene groups always release in a rush to bring it out as fast as possible. + Scene groups are always in a rush to bring releases out as fast as possible. - So I noticed often that I got Repacks/Proper releases from them or from different groups and quality. P2P releases are a bit smarter and work sort of together by not doing the same release. Also, I noticed that with some scene releases the 5.1 audio was stripped out or converted to AAC audio. + I noticed, often, that I got Repacks/Propers from them, or of different groups and quality. P2P release groups are a bit smarter, and sort of work together, by not doing the same releases. Also, I noticed that with some scene releases the 5.1 audio was stripped out or converted to AAC audio. - In my opinion the P2P releases are of better quality. There's one scene group that does bring out quality releases `-deflate`/`-inflate`. + In my opinion, the P2P releases are better quality. However, there is one scene group that does bring out quality releases `-deflate`/`-inflate`. ### Why so many repacks/propers ??? question "Why do I see so many repacks/propers of Amazon WEB-DLs lately - [Click to show/hide]" - A large portion of Amazon WEB-DLs in the last week have only had 192Kbps DD+5.1, because that's all Amazon made available initially. The proper 640Kbps DD+5.1 audio might appear a few hours later or a few months, but when they get updated, the episodes will be REPACKED. + A large portion of Amazon WEB-DLs in the last weeks have only had 192Kbps DD+5.1 (because that's all Amazon made available initially). The proper 640Kbps DD+5.1 audio might appear a few hours, or a few months, later. The lower quality release will be REPACKED when the higher quality audio is available. ### Proper and Repacks ??? tip "Proper and Repacks - [Click to show/hide]" - I also suggest to change the Propers and Repacks settings in Sonarr + I also suggest that you change the Propers and Repacks settings in Radarr `Media Management` => `File Management` to `Do Not Prefer` and use the [Repack/Proper](/Sonarr/sonarr-collection-of-custom-formats/#repackproper) Custom Format. @@ -227,11 +212,11 @@ Use the following main settings in your profile. ??? question "How to use a Custom Format to avoid certain releases? - [Click to show/hide]" For Custom Formats you really want to avoid, set it to something really low like `-10000` and not something like `-10`. - Being when you add a Custom Format what you prefer and you set it to something like `+10` it could happen that for example the `BR-DISK` will be downloaded (-10)+(+10)=0 and if your `Minimum Custom Format Score` is set at `0`. + When you add your preferred Custom Format and set it to something like `+10`, it's possible that, for example, the `BR-DISK` will be downloaded - (-10)+(+10)=0 - if your `Minimum Custom Format Score` is set at `0`. ### Releases you should avoid -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. +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. {! include-markdown "../../includes/cf/sonarr-unwanted.md" !} @@ -239,25 +224,25 @@ This is a must have for every Quality Profile you use in my opinion. All these C ??? question "What do Custom Formats with a score of 0 do? - [Click to show/hide]" - All Custom Formats with a score of 0 are pure informational and don't do anything. + All Custom Formats with a score of 0 are purely informational and don't do anything. ### Minimum Custom Format Score ??? info "Minimum Custom Format Score - [Click to show/hide]" - Some people suggest not to use negative scores for your Custom Formats and set this option to a higher score then 0. + Some people suggest not to use negative scores for your Custom Formats and set this option to a higher score than 0. The reason why I don't prefer/use this is because you could limit yourself when some new groups or whatever will be released. - Also it makes it much more clear what you prefer and what you want to avoid. + Also, it makes it much more clear what you prefer and what you want to avoid. ### Audio Channels ??? info "Audio Channels - [Click to show/hide]" - Elsewhere in the guide, you will find a separate group of custom formats called `Audio Channels`. These will match the number of audio channels in a release, for example 2.0 (stereo) or 5.1/7.1 (surround sound). Personally I wouldn't add the audio channels Custom Formats as you could limit yourself in the amount of releases you're able to get. Only use them if you have a specific need for them. + Elsewhere in the guide, you will find a separate group of custom formats called `Audio Channels`. These will match the number of audio channels in a release, for example, 2.0 (stereo) or 5.1/7.1 (surround sound). Personally, I wouldn't add the audio channels Custom Formats as you could limit yourself in the amount of releases you're able to get. Only use them if you have a specific need for them. - Using it with any kind of Remuxes Quality Profile is useless in my opinion being that 99% of all remuxes are multi audio anyway. You can get better scores just using the `Audio Advanced` Custom Formats. + Using this with any kind of Remux Quality Profile is useless, in my opinion, being that 99% of all Remuxes are multi-audio anyway. You can get better scores just by using the `Audio Advanced` Custom Formats. ### Avoid using the x264/x265 Custom Format @@ -269,8 +254,16 @@ This is a must have for every Quality Profile you use in my opinion. All these C Use x265 only for 4k releases and the [{{ sonarr['cf']['x265-hd']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-hd){:target="_blank" rel="noopener noreferrer"} makes sure you still get the x265 releases. +### Why am I getting purple or green colors + +{! include-markdown "../../includes/cf/dv-info-green-purple.md" !} + +### Dolby Vision Profiles + +{! include-markdown "../../includes/cf/dv-info-profiles.md" !} + ## Thanks -Special thanks to everyone that helped testing and creating these Custom Formats. +Special thanks to everyone who helped with the testing and creation of these Custom Formats. --8<-- "includes/support.md" diff --git a/docs/index.md b/docs/index.md index fff655f54..affcc92b5 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,10 +16,10 @@ Here you will find guides mainly for Sonarr/Radarr/Bazarr and everything related ## How this all started -When I started using Sonarr/Radarr, I noticed that it didn't grab the releases that I actually wanted, as I'm a bit picky about which releases and what quality I prefer. -So I decided to fine tune it to try to get the releases & quality I preferred. On Discord, I also noticed that others run in to the same issue so I explained them how I managed to get it solved. Being that I had to explain it often, I decided to write it down and make it public so I could easily link it to someone when they needed it. -After a while I also decided to create guides for frequently asked questions, and started to collect all kind of information gathered from various sources. -I try to make my guides as easy as possible for everyone to understand, in my opinion pictures explain often more than just some text. +When I started using Sonarr/Radarr, I noticed that it didn't grab the releases that I actually wanted (I'm a bit picky about which releases and what quality I prefer). +I decided to fine-tune my quality profile settings to try and get the releases and qualities I preferred. While on Discord, I noticed that others ran into the same issue, so I explained how I managed to solve this. Once I started having to explain more often, I decided to write it down and make it public so I could easily link to it when needed. +After a while I *also* decided to create guides for frequently asked questions and started to collect all kinds of information gathered from various sources. +I try to make my guides as easy as possible for everyone to understand and, in my opinion, pictures often explain more than just some text. --- @@ -27,23 +27,23 @@ I try to make my guides as easy as possible for everyone to understand, in my op [![Discord chat](https://img.shields.io/discord/492590071455940612?style=for-the-badge&color=4051B5&logo=discord){ .off-glb }](https://trash-guides.info/discord){:target="_blank" rel="noopener noreferrer"} -If you have questions, suggestions, requests or want to contribute, click the chat badge to join the Discord Channel where you can ask your questions directly or use the following [link](https://github.com/TRaSH-Guides/Guides/issues){:target="_blank" rel="noopener noreferrer"} to open an issue on GitHub. +If you have questions, suggestions, or requests, or want to contribute, click the chat badge to join the Discord Channel. There you can ask your questions directly, or you can use the following [link](https://github.com/TRaSH-Guides/Guides/issues){:target="_blank" rel="noopener noreferrer"} to open an issue on GitHub. Feel free to create a PR if you want to. --- ### DISCLAIMER -The information I use for the guides is information I have gathered from different sources like support forums, Reddit or Discord, provided by user input or from the development teams. -I have tested most things myself and I have tried to see if I could tune them a bit more to my needs and sometimes even for others. +The information provided in the guides has been gathered from different sources such as support forums, Reddit, Discord, or the development teams themselves, and has been developed based on user input. +I have tested and tuned most things with the ultimate goal being to have them in line with my, and sometimes others', needs. -You use everything here at your own risk. I won't be responsible if something happens to your setup or collection! +All of the information provided in these guides, as well as in Discord or any guides-related mediums, is to be used at your own risk. I am not responsible if something happens to your setup or collection! --- ### Special Thanks -- [iXNyNe aka nemchik](https://github.com/nemchik){:target="_blank" rel="noopener noreferrer"} for introducing me in the world of dockers with DockSTARTer, and helping me to learn the basics for it. -- [Roxedus](https://github.com/Roxedus){:target="_blank" rel="noopener noreferrer"} for helping me with the transfer/conversion of my Github guides to MkDocs and make everything look great. +- [iXNyNe aka nemchik](https://github.com/nemchik){:target="_blank" rel="noopener noreferrer"} for introducing me to the world of docker containers with DockSTARTer, and for helping me learn the basics of it. +- [Roxedus](https://github.com/Roxedus){:target="_blank" rel="noopener noreferrer"} for helping me with the transfer/conversion of my Github guides to MkDocs and making everything look great. - [rg9400](https://github.com/rg9400){:target="_blank" rel="noopener noreferrer"} for providing most of the Radarr v3 Custom Format Collection. - Everyone who contributed to this project in any way possible. diff --git a/docs/json/guide-only/language-not-dutch.json b/docs/json/guide-only/language-not-dutch.json index 66d3c9307..f6bb78942 100644 --- a/docs/json/guide-only/language-not-dutch.json +++ b/docs/json/guide-only/language-not-dutch.json @@ -1,6 +1,5 @@ { "trash_id": "guide-only", - "trash_score": -10000, "trash_scores": { "default": -10000 }, diff --git a/docs/json/guide-only/language-not-english.json b/docs/json/guide-only/language-not-english.json index 48ec2310e..5757c2a5d 100644 --- a/docs/json/guide-only/language-not-english.json +++ b/docs/json/guide-only/language-not-english.json @@ -1,6 +1,5 @@ { "trash_id": "guide-only", - "trash_score": -10000, "trash_scores": { "default": -10000 }, diff --git a/docs/json/guide-only/language-not-original-or-german.json b/docs/json/guide-only/language-not-original-or-german.json index f95b81a06..117d60926 100644 --- a/docs/json/guide-only/language-not-original-or-german.json +++ b/docs/json/guide-only/language-not-original-or-german.json @@ -1,6 +1,5 @@ { "trash_id": "guide-only", - "trash_score": -10000, "trash_scores": { "default": -10000 }, diff --git a/docs/json/guide-only/language-not-original.json b/docs/json/guide-only/language-not-original.json index 9cabf2030..35787b445 100644 --- a/docs/json/guide-only/language-not-original.json +++ b/docs/json/guide-only/language-not-original.json @@ -1,6 +1,5 @@ { "trash_id": "guide-only", - "trash_score": -10000, "trash_scores": { "default": -10000 }, diff --git a/docs/json/guide-only/language-prefer-dutch.json b/docs/json/guide-only/language-prefer-dutch.json index fb270cb7c..b76b4e695 100644 --- a/docs/json/guide-only/language-prefer-dutch.json +++ b/docs/json/guide-only/language-prefer-dutch.json @@ -1,6 +1,5 @@ { "trash_id": "guide-only", - "trash_score": 10, "trash_scores": { "default": 10 }, diff --git a/docs/json/guide-only/language-prefer-german.json b/docs/json/guide-only/language-prefer-german.json index 2a4b485bf..ec1f5cf0e 100644 --- a/docs/json/guide-only/language-prefer-german.json +++ b/docs/json/guide-only/language-prefer-german.json @@ -1,6 +1,5 @@ { "trash_id": "guide-only", - "trash_score": 10, "trash_scores": { "default": 10 }, diff --git a/docs/json/radarr/cf/1080p.json b/docs/json/radarr/cf/1080p.json index 56a753d7e..a1b206051 100644 --- a/docs/json/radarr/cf/1080p.json +++ b/docs/json/radarr/cf/1080p.json @@ -1,6 +1,5 @@ { "trash_id": "820b09bb9acbfde9c35c71e0e565dad8", - "trash_score": 50, "trash_scores": { "default": 50 }, diff --git a/docs/json/radarr/cf/10bit.json b/docs/json/radarr/cf/10bit.json index 417a06a79..ad5a42de3 100644 --- a/docs/json/radarr/cf/10bit.json +++ b/docs/json/radarr/cf/10bit.json @@ -1,5 +1,9 @@ { "trash_id": "a5d148168c4506b55cf53984107c396e", + "trash_scores": { + "sqp-1-1080p": -10000, + "sqp-1-2160p": -10000 + }, "name": "10bit", "includeCustomFormatWhenRenaming": false, "specifications": [ diff --git a/docs/json/radarr/cf/2160p.json b/docs/json/radarr/cf/2160p.json index 9c17742bd..353f041be 100644 --- a/docs/json/radarr/cf/2160p.json +++ b/docs/json/radarr/cf/2160p.json @@ -1,6 +1,5 @@ { "trash_id": "fb392fb0d61a010ae38e49ceaa24a1ef", - "trash_score": 100, "trash_scores": { "default": 100, "sqp-2": 151, @@ -19,24 +18,6 @@ "fields": { "value": 2160 } - }, - { - "name": "HDR Formats", - "implementation": "ReleaseTitleSpecification", - "negate": false, - "required": true, - "fields": { - "value": "\\bHDR(\\b|\\d)|\\b(dv|dovi|dolby[ .]?vision)\\b|\\b(FraMeSToR|HQMUX)\\b|\\b(PQ)\\b|\\b(HLG)\\b" - } - }, - { - "name": "NOT SDR", - "implementation": "ReleaseTitleSpecification", - "negate": true, - "required": true, - "fields": { - "value": "\\bSDR\\b" - } } ] } diff --git a/docs/json/radarr/cf/3d.json b/docs/json/radarr/cf/3d.json index ffabdeaee..6b6daedc6 100644 --- a/docs/json/radarr/cf/3d.json +++ b/docs/json/radarr/cf/3d.json @@ -1,9 +1,9 @@ { "trash_id": "b8cd450cbfa689c0259a01d9e29ba3d6", - "trash_score": -10000, "trash_scores": { "default": -10000 }, + "trash_regex": "https://regex101.com/r/c6Dobc/1", "name": "3D", "includeCustomFormatWhenRenaming": false, "specifications": [ @@ -13,7 +13,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b3d|sbs|half[ .-]ou|half[ .-]sbs\\b" + "value": "(?<=\\b[12]\\d{3}\\b).*\\b(3d|sbs|half[ .-]ou|half[ .-]sbs)\\b" } }, { @@ -24,6 +24,15 @@ "fields": { "value": "\\b(BluRay3D)\\b" } + }, + { + "name": "BD3D", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(BD3D)\\b" + } } ] } diff --git a/docs/json/radarr/cf/4k-remaster.json b/docs/json/radarr/cf/4k-remaster.json index 2b60b1359..4429ba0bb 100644 --- a/docs/json/radarr/cf/4k-remaster.json +++ b/docs/json/radarr/cf/4k-remaster.json @@ -1,6 +1,5 @@ { "trash_id": "eca37840c13c6ef2dd0262b141a5482f", - "trash_score": 25, "trash_scores": { "default": 25 }, diff --git a/docs/json/radarr/cf/720p.json b/docs/json/radarr/cf/720p.json index 4fedfe116..1c7b4fe5c 100644 --- a/docs/json/radarr/cf/720p.json +++ b/docs/json/radarr/cf/720p.json @@ -1,6 +1,5 @@ { "trash_id": "b2be17d608fc88818940cd1833b0b24c", - "trash_score": 5, "trash_scores": { "default": 5 }, diff --git a/docs/json/radarr/cf/aac.json b/docs/json/radarr/cf/aac.json index 0f8a65c82..cbbe76037 100644 --- a/docs/json/radarr/cf/aac.json +++ b/docs/json/radarr/cf/aac.json @@ -1,6 +1,5 @@ { "trash_id": "240770601cc226190c367ef59aba7463", - "trash_score": 1000, "trash_scores": { "default": 1000, "sqp-1-1080p": 0, diff --git a/docs/json/radarr/cf/amzn.json b/docs/json/radarr/cf/amzn.json index 92e5c57a4..a7381eacb 100644 --- a/docs/json/radarr/cf/amzn.json +++ b/docs/json/radarr/cf/amzn.json @@ -9,7 +9,7 @@ "negate": false, "required": true, "fields": { - "value": "\\b(amzn|amazon)\\b" + "value": "\\b(amzn|amazon(hd)?)\\b" } }, { diff --git a/docs/json/radarr/cf/anime-bd-tier-01-top-seadex-muxers.json b/docs/json/radarr/cf/anime-bd-tier-01-top-seadex-muxers.json index 834a7ec24..38c9412a5 100644 --- a/docs/json/radarr/cf/anime-bd-tier-01-top-seadex-muxers.json +++ b/docs/json/radarr/cf/anime-bd-tier-01-top-seadex-muxers.json @@ -1,6 +1,5 @@ { "trash_id": "fb3ccc5d5cc8f77c9055d4cb4561dded", - "trash_score": 1400, "trash_scores": { "default": 1400 }, @@ -34,6 +33,15 @@ "value": "\\[Aergia\\]|-Aergia(?!-raws)\\b" } }, + { + "name": "Arg0", + "implementation": "ReleaseTitleSpecification", + "negate": false, + "required": false, + "fields": { + "value": "\\b(Arg0)\\b" + } + }, { "name": "Legion", "implementation": "ReleaseTitleSpecification", @@ -103,7 +111,7 @@ "negate": false, "required": false, "fields": { - "value": "\\b(Vodes)\\b" + "value": "\\[Vodes\\]|(? ghcr.io](https://github.com/TRaSH-Guides/Guides/pull/1665) +- [fix(guide): corrected grammar and typo: audio-info.md](https://github.com/TRaSH-Guides/Guides/pull/1663) +- [fix(guides): add DTS-X details](https://github.com/TRaSH-Guides/Guides/pull/1500) +- [feat(radarr): Add jennaortega to Radarr LQ (Release Title) Custom Format](https://github.com/TRaSH-Guides/Guides/pull/1659) +- [fix(radarr): add Extended Clip to Extras CF](https://github.com/TRaSH-Guides/Guides/pull/1668) +- [fix(radarr): Add Missing Optionals](https://github.com/TRaSH-Guides/Guides/pull/1657) +- [fix(radarr): typo in url unwanted-uhd](https://github.com/TRaSH-Guides/Guides/pull/1666) +- [fix(sonarr): add Extended Clip to Extras CF](https://github.com/TRaSH-Guides/Guides/pull/1668) +- [fix(sonarr): Add Missing Optionals](https://github.com/TRaSH-Guides/Guides/pull/1657) +- fix(sonarr): lqGroups.json typo + +# 2023-11-19 20:30 +- [fix(radarr): Add CtrlHD to Atmos condition in TrueHD Atmos Radarr Custom Format](https://github.com/TRaSH-Guides/Guides/pull/1651) + +# 2023-11-19 16:00 +- [feat(guide): include the different hdr formats in the quality profiles](https://github.com/TRaSH-Guides/Guides/pull/1623) +- [fix(guide): Update Radarr/Sonarr guide How to rename your folders](https://github.com/TRaSH-Guides/Guides/pull/1647) +- [fix(starr): add several groups to LQ](https://github.com/TRaSH-Guides/Guides/pull/1644) +- [fix(starr): Custom Format Conditional Changes](https://github.com/TRaSH-Guides/Guides/pull/1643) +- [update(deluge-mover): update mover script guide for changes](https://github.com/TRaSH-Guides/Guides/pull/1646) + +# 2023-11-15 16:15 +- [feat(guides): Add Honeywell qBittorrent Theme to Themes Page](https://github.com/TRaSH-Guides/Guides/pull/1633) +- [feat(guides): Added new guide for deluge-mover script](https://github.com/TRaSH-Guides/Guides/pull/1638) +- [feat(guides/starr): Created New Custom Formats for 4OD and ALL4 Streaming Services, and LQ (Release Title)](https://github.com/TRaSH-Guides/Guides/pull/1639) +- [feat(radarr): Added .VAV to the Retags Custom Format](https://github.com/TRaSH-Guides/Guides/pull/1635) +- [feat(starr): add SbR to WEB Tier 02](https://github.com/TRaSH-Guides/Guides/pull/1637) +- [feat(starr): Create SDR (no WEBDL) custom formats](https://github.com/TRaSH-Guides/Guides/pull/1618) +- [fix(radarr): SQP-1 (2160p) several updates (v2)](https://github.com/TRaSH-Guides/Guides/pull/1630) + +# 2023-10-27 20:45 +- [fix(french-starr): remove non-French Language conditions in the French Audio CF](https://github.com/TRaSH-Guides/Guides/pull/1611) + +# 2023-10-23 18:45 +- [feat (guides): Add BHDStudio to HD/UHD Bluray Tier 03](https://github.com/TRaSH-Guides/Guides/pull/1604) +- [feat(French-Starr): add VOQ (Version Originale Québecoise | Quebec Original Version) CF](https://github.com/TRaSH-Guides/Guides/pull/1599) +- [feat(radarr): add several RlsGrps to (U)HD Bluray Tier 03](https://github.com/TRaSH-Guides/Guides/pull/1607) +- [feat(starr): Add NHTFS to Scene CF](https://github.com/TRaSH-Guides/Guides/pull/1590) +- [feat(starr): add RlsGrp ZNM to Bad Dual Groups](https://github.com/TRaSH-Guides/Guides/pull/1608) +- [fix(French-Starr): Update FR Tiers scoring to reflect original score](https://github.com/TRaSH-Guides/Guides/pull/1598) + +# 2023-10-15 19:00 +- [fix:(radarr): Remove SDR condition from UHD Bluray Tier 1-3](https://github.com/TRaSH-Guides/Guides/pull/1589) +- [feat (Guides): Added new qBittorrent Tips page for known working themes](https://github.com/TRaSH-Guides/Guides/pull/1587) + +# 2023-10-15 16:15 +- [feat(radarr): add RlsGrp LoRD to HD Bluray Tier 03](https://github.com/TRaSH-Guides/Guides/pull/1586) +- [fix(radarr): Remove RlsGrp SLOT from CF LQ](https://github.com/TRaSH-Guides/Guides/pull/1585) +- [fix(starr): add RlsGrp BlackBit to Bad Dual Groups](https://github.com/TRaSH-Guides/Guides/pull/1584) +- [fix(starr): BR-DISK CF regex](https://github.com/TRaSH-Guides/Guides/pull/1578) + +# 2023-09-29 20:10 +- [feat(guides): Add Python venv method for the Qbt mover script](https://github.com/TRaSH-Guides/Guides/pull/1567) +- [feat(guides): SQP-1 score change for DTS-ES Custom Format](https://github.com/TRaSH-Guides/Guides/pull/1575) +- [feat(guides): Update features list for Recyclarr](https://github.com/TRaSH-Guides/Guides/pull/1576) + +# 2023-09-22 18:15 +- [fix(starr): Remove RlsGrps from CF TrueHD and TrueHD Atmos](https://github.com/TRaSH-Guides/Guides/pull/1553) +- [fix(starr): inaccurate Pahe regex](https://github.com/TRaSH-Guides/Guides/pull/1554) +- [feat(guides): revise truenas core NFSv4 section](https://github.com/TRaSH-Guides/Guides/pull/1555) +- [feat(radarr): add jennaortega to LQ CF](https://github.com/TRaSH-Guides/Guides/pull/1557) +- [fix(starr): DTS-HD MA regex and add example](https://github.com/TRaSH-Guides/Guides/pull/1560) +- [fix(guide): tmp fix for emby naming scheme](https://github.com/TRaSH-Guides/Guides/pull/1561) +- [feat(sonarr): add d3g to LQ](https://github.com/TRaSH-Guides/Guides/pull/1562) +- [fix(guides): Add Extras CF to Radarr HD/UHD unwanted](https://github.com/TRaSH-Guides/Guides/pull/1565) + +# 2023-09-11 18:15 +- [fix(radarr): copy /paste error in naming scheme](https://github.com/TRaSH-Guides/Guides/pull/1549) +- [fix(radarr): explain how original language is determined](https://github.com/TRaSH-Guides/Guides/pull/1543) +- [fix(radarr): Word boundaries not applying to 3d regex](https://github.com/TRaSH-Guides/Guides/pull/1539) + +# 2023-09-01 10:45 +- [feat(radarr): Add MainFrame to UHD Bluray Tier 02 (#1537)](https://github.com/TRaSH-Guides/Guides/pull/1537) + +# 2023-08-31 17:15 +- docs(qbittorrent): Added Qbitrr as a 3rd party tool (#1522) +- feat(docs): Add contributing requirements for tier groups (#1514) +- feat(french-guide): Update French guide informations (#1530) +- feat(starr-fr): French Guide Update (#1521) +- fix(french-starr): Include PAPAYA sub-groups into FR LQ CF (#1532) +- fix(french-starr): Update Multi-Audio CF (#1531) +- fix(radarr): 24xHD regex in LQ CF (#1510) +- fix(radarr): SQP-1 boost audio scores DD, DDP and DDPA (#1506) +- fix(radarr): SQP-1 workflow sentence if limited sources (1529) +- fix(radarr): add rlsgrp 41RGB to LQ (1533) +- fix(radarr): update flowchart for SQP-1 (#1512) +- fix(sabnzbd) sabnzbd documentation updates (#1513) +- fix(sonarr): correct word boundary for versions regex (#1511) +- fix(starr): Match anime scores between docs and JSON (#1520) +- fix(starr): remove rlsgrp CtrlHD from CF TrueHD Atmos (#1534) + # 2023-08-16 16:55 - feat(sonarr): Add SuccessfulCrab to Scene CF (#1504) - feat(sonarr): Add Zer00 to LQ CF (#1508) @@ -62,7 +269,7 @@ # 2023-06-30 21:01 **[Updated]** -- [Starr] Update logic for identifiying Retags by EZTV +- [Starr] Update logic for identifiying Retags by EZTV # 2023-06-26 20:50 **[Updated]** @@ -134,7 +341,7 @@ If we will still get reports of download loops, even if they aren't in the Remux - [Starr] Repack CFs re-scored for Radarr/Sonarr to allow compatibility with new streaming service CF scores. - [Starr] Amended `Hybrid` CF to apply to Remuxes only. - [Sonarr] add `Miu` and `PHOENiX` to `WEB Tier 02`. - + **[Fixed]** - [Starr] Match `PQ` in `x265 (no HDR/DV)`. @@ -191,13 +398,13 @@ If we will still get reports of download loops, even if they aren't in the Remux **[Updated]** - [Starr] Add the `Max` CF to all the jsons and guides. -- [Radarr] add RlsGrp `pahe` to `LQ`. +- [Radarr] add RlsGrp `pahe` to `LQ`. **[Fixed]** - [Radarr] Fix false positive matches on vs in movie titles for the `Vinegar Syndrome` CF. - [Sonarr] Lowered Minimum Quality file size for `HDTV-2160p`, `WEBRip-2160p` and `WEBDL-2160p`. - [qBittorrent - Port forwarding] Change listening port to TCP for consistence with main Qbt guide. -- [Starr] Changed case of CF `Max` to `MAX` to be consistent with the other streaming services. +- [Starr] Changed case of CF `Max` to `MAX` to be consistent with the other streaming services. # 2023-05-18 12:00 **[New]** diff --git a/includes/cf-descriptions/4od.md b/includes/cf-descriptions/4od.md new file mode 100644 index 000000000..8c151e812 --- /dev/null +++ b/includes/cf-descriptions/4od.md @@ -0,0 +1,5 @@ +**4OD**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Channel_4_(VoD_service)){:target="_blank" rel="noopener noreferrer"} + +4OD is a previous name for the UK's Channel4 VOD service. Releases are usually identified with either 'ALL4' or '4OD', not 'Channel4'. diff --git a/includes/cf-descriptions/aac.md b/includes/cf-descriptions/aac.md new file mode 100644 index 000000000..db73bf949 --- /dev/null +++ b/includes/cf-descriptions/aac.md @@ -0,0 +1,4 @@ +**AAC**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Advanced_Audio_Coding){:target="_blank" rel="noopener noreferrer"} +Advanced Audio Coding (AAC) is an audio coding standard for lossy digital audio compression. Designed to be the successor of the MP3 format, AAC generally achieves higher sound quality than MP3 at the same bit rate. diff --git a/includes/cf-descriptions/abema.md b/includes/cf-descriptions/abema.md new file mode 100644 index 000000000..1fd5241ad --- /dev/null +++ b/includes/cf-descriptions/abema.md @@ -0,0 +1,3 @@ +**Abema**
+ +[From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/Abema){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/all4.md b/includes/cf-descriptions/all4.md new file mode 100644 index 000000000..da50461f3 --- /dev/null +++ b/includes/cf-descriptions/all4.md @@ -0,0 +1,5 @@ +**ALL4**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Channel_4_(VoD_service)){:target="_blank" rel="noopener noreferrer"} + +ALL4 is a previous name for the UK's Channel4 VOD service. Releases are usually identified with either 'ALL4' or '4OD', not 'Channel4'. diff --git a/includes/cf-descriptions/amzn.md b/includes/cf-descriptions/amzn.md new file mode 100644 index 000000000..26080d80a --- /dev/null +++ b/includes/cf-descriptions/amzn.md @@ -0,0 +1,5 @@ +**Amazon Prime Video**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Amazon_Prime_Video){:target="_blank" rel="noopener noreferrer"} + +Amazon Prime Video, or simply Prime Video, is an American subscription video on-demand over-the-top streaming and rental service of Amazon offered as a standalone service or as part of Amazon's Prime subscription. The service primarily distributes films and television series produced by Amazon MGM Studios or licensed to Amazon, as Amazon Originals, with the service also hosting content from other providers, content add-ons, live sporting events, and video rental and purchasing services. diff --git a/includes/cf-descriptions/atmos-undefined.md b/includes/cf-descriptions/atmos-undefined.md new file mode 100644 index 000000000..7d37c3363 --- /dev/null +++ b/includes/cf-descriptions/atmos-undefined.md @@ -0,0 +1,6 @@ +**ATMOS (undefined)**
+ +This custom format covers cases where _ONLY_ "Atmos" is specified in the release title, without noting DD+ (Lossy) or TrueHD (Lossless). + +!!! note + Apply the same score as Lossy (DD+) Atmos. On import, it will be updated to reflect either lossy or lossless based on the media's info using ffprobe. diff --git a/includes/cf-descriptions/atvp.md b/includes/cf-descriptions/atvp.md new file mode 100644 index 000000000..f606de6fb --- /dev/null +++ b/includes/cf-descriptions/atvp.md @@ -0,0 +1,5 @@ +**Apple TV+**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Apple_TV%2B){:target="_blank" rel="noopener noreferrer"} + +Apple TV+ is an American subscription streaming service owned and operated by Apple Inc. Launched on November 1, 2019, it offers a selection of original production film and television series called Apple Originals. diff --git a/includes/cf-descriptions/bcore.md b/includes/cf-descriptions/bcore.md new file mode 100644 index 000000000..176362c27 --- /dev/null +++ b/includes/cf-descriptions/bcore.md @@ -0,0 +1,7 @@ +**Bravia Core aka Sony Pictures Core**
+ +[From Sony](https://electronics.sony.com/bravia-core){:target="_blank" rel="noopener noreferrer"} +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Sony_Pictures_Core){:target="_blank" rel="noopener noreferrer"} + +Sony Pictures Core (formerly known as Bravia Core) is a video on demand service from Sony for its televisions and smartphones, launched in April 2021. The service offers the streaming of movies at up to 4K resolution provided by Sony Pictures Entertainment. CORE stands for Centre of Real Entertainment. +Sony claims that Bravia Core has one of the largest libraries of IMAX Enhanced format film content. Streaming, which is marketed as Pure Stream, is claimed to be at speeds of up to 80 Mbit/s. diff --git a/includes/cf-descriptions/bglobal.md b/includes/cf-descriptions/bglobal.md new file mode 100644 index 000000000..74bb41a68 --- /dev/null +++ b/includes/cf-descriptions/bglobal.md @@ -0,0 +1,3 @@ +**B-Global**
+ +[From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/Bilibili){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/bilibili.md b/includes/cf-descriptions/bilibili.md new file mode 100644 index 000000000..71450300b --- /dev/null +++ b/includes/cf-descriptions/bilibili.md @@ -0,0 +1,3 @@ +**Bilibili**
+ +[From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/Bilibili){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/cc.md b/includes/cf-descriptions/cc.md new file mode 100644 index 000000000..636cd123b --- /dev/null +++ b/includes/cf-descriptions/cc.md @@ -0,0 +1,3 @@ +**Comedy Central**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Comedy_Central){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/cr.md b/includes/cf-descriptions/cr.md new file mode 100644 index 000000000..4808fe2da --- /dev/null +++ b/includes/cf-descriptions/cr.md @@ -0,0 +1,3 @@ +**Crunchyroll**
+ +[From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/Crunchyroll){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/crav.md b/includes/cf-descriptions/crav.md new file mode 100644 index 000000000..eab222c19 --- /dev/null +++ b/includes/cf-descriptions/crav.md @@ -0,0 +1,6 @@ +**CRAVE**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Crave_(streaming_service)){:target="_blank" rel="noopener noreferrer"} + +Crave (originally CraveTV) is a Canadian subscription video on demand service. The service competes directly with other subscription-based over-the-top streaming services operating in Canada, primarily against American-based services. +The service features Bell Media original programming, exclusive Canadian access to programming acquired from several U.S. television and streaming services, and various theatrically-released films. Crave's major programming supplier is Warner Bros. Discovery (HBO / Max and Warner Bros. films). Starz, offered in partnership with Lionsgate. diff --git a/includes/cf-descriptions/crit.md b/includes/cf-descriptions/crit.md new file mode 100644 index 000000000..e310bf61a --- /dev/null +++ b/includes/cf-descriptions/crit.md @@ -0,0 +1,3 @@ +**Criterion Channel**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/The_Criterion_Collection#Streaming_as_The_Criterion_Channel){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/dcu.md b/includes/cf-descriptions/dcu.md new file mode 100644 index 000000000..6caca08b6 --- /dev/null +++ b/includes/cf-descriptions/dcu.md @@ -0,0 +1,7 @@ +**DC Universe (streaming service)**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/DC_Universe_(streaming_service)){:target="_blank" rel="noopener noreferrer"} + +DC Universe was an American subscription video-on-demand (SVOD) and digital comics service operated by DC Entertainment and Warner Bros. Digital Networks, both divisions of WarnerMedia. Launched on September 15, 2018, the service featured a streaming library of animated series and films based on DC Comics properties, new original television series adapted from DC properties, as well as a rotating back catalogue of DC Comics publications, and online community features. In 2020. + +In June 2020, WarnerMedia began to phase out DC Universe in favor of its new flagship streaming service HBO Max, initially by offering a promotional offer via DC Universe for new subscribers. DC Universe's original series and future streaming productions were moved to HBO Max and became Max Originals. diff --git a/includes/cf-descriptions/dd.md b/includes/cf-descriptions/dd.md new file mode 100644 index 000000000..c17791892 --- /dev/null +++ b/includes/cf-descriptions/dd.md @@ -0,0 +1,5 @@ +**DD aka AC3**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_Digital){:target="_blank" rel="noopener noreferrer"} + +Dolby Digital, also known as Dolby AC-3, is a lossy audio compression format. diff --git a/includes/cf-descriptions/ddplus-atmos.md b/includes/cf-descriptions/ddplus-atmos.md new file mode 100644 index 000000000..c1fce3545 --- /dev/null +++ b/includes/cf-descriptions/ddplus-atmos.md @@ -0,0 +1,3 @@ +**DD+ ATMOS**
+ +Atmos via UHD Blu-ray will be lossless, or lossy via streaming services so in this case it will be lossy + Atmos diff --git a/includes/cf-descriptions/ddplus.md b/includes/cf-descriptions/ddplus.md new file mode 100644 index 000000000..b9ef706b9 --- /dev/null +++ b/includes/cf-descriptions/ddplus.md @@ -0,0 +1,5 @@ +**DD+ aka E-AC3**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_Digital_Plus){:target="_blank" rel="noopener noreferrer"} + +Dolby Digital Plus, also known as Enhanced AC-3 (commonly abbreviated as DD+ or E-AC-3, or EC-3), is the successor to Dolby Digital (AC-3). It is a digital audio compression scheme developed by Dolby Labs for the transport and storage of multi-channel digital audio. diff --git a/includes/cf-descriptions/dolby-vision.md b/includes/cf-descriptions/dolby-vision.md new file mode 100644 index 000000000..95a78c49a --- /dev/null +++ b/includes/cf-descriptions/dolby-vision.md @@ -0,0 +1,4 @@ +**Dolby Vision**
+ +Dolby Vision is a dynamic HDR format. +It can offer better visual experiences relative to HDR10. The most significant difference is that it uses dynamic metadata which allows varying brightness levels within HDR content which enables filmmakers to have more precise control over the overall image appearance. HDR10 relies on static metadata which limits the HDR effect to a per-movie or per-episode basis. diff --git a/includes/cf-descriptions/dscp.md b/includes/cf-descriptions/dscp.md new file mode 100644 index 000000000..d4804f669 --- /dev/null +++ b/includes/cf-descriptions/dscp.md @@ -0,0 +1,5 @@ +**Discovery+**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Discovery%2B){:target="_blank" rel="noopener noreferrer"} + +Discovery+ (pronounced "Discovery Plus"; stylized as discovery+) is an American subscription video on-demand over-the-top streaming service owned by Warner Bros. Discovery (WBD). The service focuses on factual programming drawn from the libraries of Discovery's main channel brands, as well as original series (including spin-offs of programs from Discovery's television networks), and other acquired content. diff --git a/includes/cf-descriptions/dsnp.md b/includes/cf-descriptions/dsnp.md new file mode 100644 index 000000000..6bda09267 --- /dev/null +++ b/includes/cf-descriptions/dsnp.md @@ -0,0 +1,5 @@ +**Disney+**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Disney%2B){:target="_blank" rel="noopener noreferrer"} + +Disney+ is an American subscription video on-demand over-the-top streaming media service owned and operated by Disney Streaming, the streaming division of Disney Entertainment, a major business segment of the Walt Disney Company.The service primarily distributes films and television shows produced by Walt Disney Studios and Disney Television Studios, with dedicated content hubs for Disney's flagship brands; Disney, Pixar, Marvel, Star Wars, National Geographic, and Hulu as well as showcasing original and exclusive films and television shows. diff --git a/includes/cf-descriptions/dts-es.md b/includes/cf-descriptions/dts-es.md new file mode 100644 index 000000000..81dc92037 --- /dev/null +++ b/includes/cf-descriptions/dts-es.md @@ -0,0 +1,3 @@ +**DTS-ES**
+ +DTS-ES (DTS Extended Surround) includes two variants, DTS-ES Discrete 6.1 and DTS-ES Matrix 5.1, depending on how the sound was originally mastered and stored. diff --git a/includes/cf-descriptions/dts-hd-hra.md b/includes/cf-descriptions/dts-hd-hra.md new file mode 100644 index 000000000..056c0c459 --- /dev/null +++ b/includes/cf-descriptions/dts-hd-hra.md @@ -0,0 +1,18 @@ +**DTS-HD HRA**
+ +[Technical Whitepaper](https://www.opusproductions.com/pdfs/DTS_HD_WhitePaper.pdf){:target="_blank" rel="noopener noreferrer"} + +| Codec | Page | Paragraph | +| ---------- | ------ | --------- | +| DTS-HD MA | Page 6 | 5.1.1 | +| DTS-HD HRA | Page 7 | 5.1.2 | + +DTS-HD HRA is the lossy version of DTS-HD MA. + +| Codec | DTS-HRA | DTS-MA | +| -------------- | ---------------- | ----------------- | +| Lossy/lossless | Lossy | Lossless | +| Data rate | 1.5 - 6.0 Mbit/s | VBR - 24.5 Mbit/s | +| Channels | Up to 7.1 ch | Up to 7.1 ch | +| Sampling Freq. | 96 kHz | 192 kHz | +| Resolution | - | Up to 24-bit | diff --git a/includes/cf-descriptions/dts-hd-ma.md b/includes/cf-descriptions/dts-hd-ma.md new file mode 100644 index 000000000..40332789b --- /dev/null +++ b/includes/cf-descriptions/dts-hd-ma.md @@ -0,0 +1,5 @@ +**DTS-HD MA**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/DTS-HD_Master_Audio){:target="_blank" rel="noopener noreferrer"} + +DTS-HD Master Audio is a multi-channel lossless audio codec developed by DTS that extends the lossy DTS Coherent Acoustics codec (DTS CA; usually referred to as simply "DTS"). Rather than being an entirely new coding mechanism, DTS-HD MA encodes an audio master in lossy DTS first, then stores a concurrent stream of supplementary data representing whatever the DTS encoder discarded. This gives DTS-HD MA a lossy "core" able to be played back by devices that cannot decode the more complex lossless audio. DTS-HD MA's primary application is audio storage and playback for Blu-ray Disc media. diff --git a/includes/cf-descriptions/dts-x.md b/includes/cf-descriptions/dts-x.md new file mode 100644 index 000000000..aaa83fa46 --- /dev/null +++ b/includes/cf-descriptions/dts-x.md @@ -0,0 +1,5 @@ +**DTS-X**
+ +[DTS:X is an object-based audio codec](https://www.whathifi.com/advice/dtsx-what-it-how-can-you-get-it) which aims to create a multi-dimensional sound that “moves around you like it would in real life”. +You may think that sounds similar to Dolby Atmos, and you’d be right, but where DTS:X's differences lie in the required speaker configuration. While Dolby Atmos requires adding additional overhead channels to your 5.1 or 7.1 setup, DTS:X works with standard surround speaker setups – just like the one you might already have at home. It can support up to 32 speaker locations and an 11.2-channel system. +DTS:X, like other higher-quality DTS formats (e.g. DTS-HD MA), is lossless. diff --git a/includes/cf-descriptions/dts.md b/includes/cf-descriptions/dts.md new file mode 100644 index 000000000..696802cd7 --- /dev/null +++ b/includes/cf-descriptions/dts.md @@ -0,0 +1,3 @@ +**DTS**
+ +Digital Theater Sound (DTS) is a digital audio technology developed by DTS, Inc, which focuses on digital surround sound formats for consumer and commercial applications as well as theatrical purposes. Compared to the Dolby Digital standard, DTS uses four times less compression and digitizes audio sounds at 20 bits instead of 16 bits. This makes DTS-based audio richer in sound and more detailed than Dolby Digital-based ones. diff --git a/includes/cf-descriptions/dv-hdr10.md b/includes/cf-descriptions/dv-hdr10.md new file mode 100644 index 000000000..e96c96deb --- /dev/null +++ b/includes/cf-descriptions/dv-hdr10.md @@ -0,0 +1,14 @@ +*This Custom Format will only match on* `DV HDR10` + +This format provides Dolby Vision *with* HDR10 fallback. +You will find this mainly with: + +- Remuxes +- Bluray encodes +- Hybrid WEB-DL (*Hybrid isn't always mentioned*) + +{! include-markdown "../../includes/cf-descriptions/dolby-vision.md" !} + +{! include-markdown "../../includes/cf-descriptions/hdr10.md" !} + +{! include-markdown "../../includes/cf-descriptions/hdr-formats-info.md" !} diff --git a/includes/cf-descriptions/dv-hdr10plus.md b/includes/cf-descriptions/dv-hdr10plus.md new file mode 100644 index 000000000..c30e822be --- /dev/null +++ b/includes/cf-descriptions/dv-hdr10plus.md @@ -0,0 +1,14 @@ +*This Custom Format will only match on* `DV HDR10+` + +This format provides Dolby Vision *with* HDR10+ fallback (with HDR10+ having native HDR10 fallback). +You will find this mainly with: + +- Hybrid Remuxes (*Hybrid isn't always mentioned*) +- Hybrid Bluray encodes (*Hybrid isn't always mentioned*) +- Hybrid WEB-DL (*Hybrid isn't always mentioned*) + +{! include-markdown "../../includes/cf-descriptions/dolby-vision.md" !} + +{! include-markdown "../../includes/cf-descriptions/hdr10plus.md" !} + +{! include-markdown "../../includes/cf-descriptions/hdr-formats-info.md" !} diff --git a/includes/cf-descriptions/dv-hlg.md b/includes/cf-descriptions/dv-hlg.md new file mode 100644 index 000000000..bea70c822 --- /dev/null +++ b/includes/cf-descriptions/dv-hlg.md @@ -0,0 +1,8 @@ +*This Custom Format will only match on* `DV HLG` + +**DV HLG**
+This is a very rare HDR Format that was created by NHK (JP) and the BBC for cable, satellite, and over-the-air TV broadcasts. + +{! include-markdown "../../includes/cf-descriptions/dolby-vision.md" !} + +{! include-markdown "../../includes/cf-descriptions/hlg.md" !} diff --git a/includes/cf-descriptions/dv-sdr.md b/includes/cf-descriptions/dv-sdr.md new file mode 100644 index 000000000..c63a4f50e --- /dev/null +++ b/includes/cf-descriptions/dv-sdr.md @@ -0,0 +1,5 @@ +*This Custom Format will only match on* `DV SDR` + +**DV SDR**
+ +This is a very rare HDR Format. diff --git a/includes/cf-descriptions/dv.md b/includes/cf-descriptions/dv.md new file mode 100644 index 000000000..83cd0b4a6 --- /dev/null +++ b/includes/cf-descriptions/dv.md @@ -0,0 +1,7 @@ +*This Custom Format will only match on* `DV` **NOT** *on* `DV HDR10` *etc*. + +Depending on the source (WEB-DL, Bluray, or Remux) this format will match the following: + +- With Remuxes, it means that it will have `DV HDR10`. +- With Bluray encodes, it means it will have `DV HDR10`. +- With WEB-DL, it means 99% it will only support Dolby Vision without `HDR10` fallback (Incompatible devices will playback with blown out pinks and greens, if you have this issue always make sure you also add the following [Custom Format](#dv-webdl) with a score of `-10000`) diff --git a/includes/cf-descriptions/flac.md b/includes/cf-descriptions/flac.md new file mode 100644 index 000000000..396f564ea --- /dev/null +++ b/includes/cf-descriptions/flac.md @@ -0,0 +1,3 @@ +**FLAC**
+ +FLAC stands for Free Lossless Audio Codec, an audio format similar to MP3 - but lossless, meaning that the audio compressed with FLAC does not receive any loss in quality. This is similar to how Zip works, except with FLAC you will get much better compression because it is designed specifically for audio. diff --git a/includes/cf-descriptions/fod.md b/includes/cf-descriptions/fod.md new file mode 100644 index 000000000..a8e0877b1 --- /dev/null +++ b/includes/cf-descriptions/fod.md @@ -0,0 +1,4 @@ +**Fuji Television On Demand**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Fuji_Television){:target="_blank" rel="noopener noreferrer"} +[FOD Website](https://fod-sp.fujitv.co.jp){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/french-adn.md b/includes/cf-descriptions/french-adn.md new file mode 100644 index 000000000..e91139582 --- /dev/null +++ b/includes/cf-descriptions/french-adn.md @@ -0,0 +1,3 @@ +**Animation Digital Network**
+ +[From Wikipedia, the free encyclopedia](https://fr.wikipedia.org/wiki/Animation_Digital_Network){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/french-canalplus.md b/includes/cf-descriptions/french-canalplus.md new file mode 100644 index 000000000..92cee30f6 --- /dev/null +++ b/includes/cf-descriptions/french-canalplus.md @@ -0,0 +1,3 @@ +**Canal+**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Canal%2B){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/french-rtbf.md b/includes/cf-descriptions/french-rtbf.md new file mode 100644 index 000000000..430dfc0fc --- /dev/null +++ b/includes/cf-descriptions/french-rtbf.md @@ -0,0 +1,3 @@ +**RTBF**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/RTBF){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/french-salto.md b/includes/cf-descriptions/french-salto.md new file mode 100644 index 000000000..ecbed922f --- /dev/null +++ b/includes/cf-descriptions/french-salto.md @@ -0,0 +1,3 @@ +**SⱯLTO**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Salto_(streaming_service)){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/french-wkn.md b/includes/cf-descriptions/french-wkn.md new file mode 100644 index 000000000..fec14960d --- /dev/null +++ b/includes/cf-descriptions/french-wkn.md @@ -0,0 +1,3 @@ +**Wakanim**
+ +[From Wikipedia, the free encyclopedia](https://fr.wikipedia.org/wiki/Wakanim){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/funi.md b/includes/cf-descriptions/funi.md new file mode 100644 index 000000000..04eb1f2ac --- /dev/null +++ b/includes/cf-descriptions/funi.md @@ -0,0 +1,3 @@ +**Funimation**
+ +[From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/Funimation){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/hbo.md b/includes/cf-descriptions/hbo.md new file mode 100644 index 000000000..871a326d1 --- /dev/null +++ b/includes/cf-descriptions/hbo.md @@ -0,0 +1,5 @@ +**HBO**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/HBO){:target="_blank" rel="noopener noreferrer"} + +Home Box Office (HBO) is an American pay television network, which is the flagship property of namesake parent-subsidiary Home Box Office, Inc., itself a unit owned by Warner Bros. Discovery. The overall Home Box Office business unit is based at Warner Bros. Programming featured on the network consists primarily of theatrically released motion pictures and original television programs as well as made-for-cable movies, documentaries, occasional comedy, and concert specials, and periodic interstitial programs (consisting of short films and making-of documentaries). diff --git a/includes/cf-descriptions/hdr-formats-info.md b/includes/cf-descriptions/hdr-formats-info.md new file mode 100644 index 000000000..3368d0311 --- /dev/null +++ b/includes/cf-descriptions/hdr-formats-info.md @@ -0,0 +1 @@ +💡 Any form of HDR will look significantly better than SDR on supporting equipment. The overall result will ultimately end up varying, though, based on your hardware and how the studio and filmmaker implemented HDR. diff --git a/includes/cf-descriptions/hdr-undefined.md b/includes/cf-descriptions/hdr-undefined.md new file mode 100644 index 000000000..45e3b9d22 --- /dev/null +++ b/includes/cf-descriptions/hdr-undefined.md @@ -0,0 +1,5 @@ +Some release groups don't add HDR to their 4K release naming scheme. + +Currently, only FraMeSToR and HQMUX do not include the 'HDR' tag. In the future, we can add more when it's needed. + +Add this Custom Format with the same score you use for `HDR10`. diff --git a/includes/cf-descriptions/hdr.md b/includes/cf-descriptions/hdr.md new file mode 100644 index 000000000..0d87770e2 --- /dev/null +++ b/includes/cf-descriptions/hdr.md @@ -0,0 +1,3 @@ +*This Custom Format will only match on* `HDR` **NOT** *on* `HDR10`, `HDR10+` *etc* + +This Custom Format is a sort of "catch-all" for the `HDR` scene naming scheme where we don't know, based on name alone, which HDR formats are included - it could be `HDR10`, `HDR10+` or even `PQ`. diff --git a/includes/cf-descriptions/hdr10.md b/includes/cf-descriptions/hdr10.md new file mode 100644 index 000000000..81d50b0d6 --- /dev/null +++ b/includes/cf-descriptions/hdr10.md @@ -0,0 +1,5 @@ +**HDR10**
+ +HDR10 is the most basic HDR format used in consumer media and is supported by all HDR-supported devices. + +HDR10 relies on static metadata which limits its effect to a per-movie or per-episode basis. Because of this, it lacks the information for how the content should be adjusted for your specific display. The interaction between display capabilities, video metadata, and the ultimate output (i.e., the presentation of the video) is controlled by the display, which may result in quality that is ultimately not how was originally intended. diff --git a/includes/cf-descriptions/hdr10plus.md b/includes/cf-descriptions/hdr10plus.md new file mode 100644 index 000000000..a9881a305 --- /dev/null +++ b/includes/cf-descriptions/hdr10plus.md @@ -0,0 +1,3 @@ +**HDR10+**
+ +HDR10+ improves upon HDR10 by making its metadata dynamic, allowing for it to change for each frame of video. This means every frame is adjusted to its own set of colors, brightness, and contrast parameters, making for a much more vibrant and realistic-looking image. Areas of the screen that might have been over-saturated with HDR10 will display their full contrast and detail with HDR10+. diff --git a/includes/cf-descriptions/hidive.md b/includes/cf-descriptions/hidive.md new file mode 100644 index 000000000..d8ebb5a1e --- /dev/null +++ b/includes/cf-descriptions/hidive.md @@ -0,0 +1,3 @@ +**HIDIVE**
+ +[From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/HIDIVE){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/hlg.md b/includes/cf-descriptions/hlg.md new file mode 100644 index 000000000..f5b0107c8 --- /dev/null +++ b/includes/cf-descriptions/hlg.md @@ -0,0 +1,7 @@ +*This Custom Format will only match on* `DV HLG` + +**HLG**
+ +HLG or HLG10 is an HDR format created by NHK (JP) and the BBC that can be used for both video and still images. This format is backward compatible with SDR UHD TV, but not with older SDR displays that do not implement the Rec. 2020 color standards. + +You will find this mainly with cable, satellite, and over-the-air TV broadcast series and movies from the likes of BBC and National Geographic. diff --git a/includes/cf-descriptions/hmax.md b/includes/cf-descriptions/hmax.md new file mode 100644 index 000000000..22fb129b6 --- /dev/null +++ b/includes/cf-descriptions/hmax.md @@ -0,0 +1,5 @@ +**Max (streaming service) aka HBO Max**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/HBO_Max){:target="_blank" rel="noopener noreferrer"} + +Max, formerly and in some markets still HBO Max, is an American subscription video on-demand over-the-top streaming service. It is a proprietary unit of Warner Bros. Discovery Global Streaming & Interactive Entertainment, which is itself a division of Warner Bros. Discovery (WBD). First launched (as HBO Max) in the United States on May 27, 2020, the service offers content from the libraries of Warner Bros., Discovery Channel, HBO, CNN, Cartoon Network, Adult Swim, Animal Planet, Eurosport, and their related brands. diff --git a/includes/cf-descriptions/htsr.md b/includes/cf-descriptions/htsr.md new file mode 100644 index 000000000..710e6b1d6 --- /dev/null +++ b/includes/cf-descriptions/htsr.md @@ -0,0 +1,5 @@ +**Disney+ Hotstar**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Disney%2B_Hotstar){:target="_blank" rel="noopener noreferrer"} + +Disney+ Hotstar is an Indian subscription video-on-demand over-the-top streaming service owned by Disney Star, a subsidiary of the Disney Entertainment business segment of The Walt Disney Company, featuring domestic Indian film, television and sports content for India itself and its worldwide diaspora. It also includes imported content from and serves Southeast Asia as well. diff --git a/includes/cf-descriptions/hulu.md b/includes/cf-descriptions/hulu.md new file mode 100644 index 000000000..ef90a053a --- /dev/null +++ b/includes/cf-descriptions/hulu.md @@ -0,0 +1,5 @@ +**Hulu**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Hulu){:target="_blank" rel="noopener noreferrer"} + +Hulu (/ˈhuːluː/) is an American subscription streaming service owned by The Walt Disney Company. It was launched on October 29, 2007. diff --git a/includes/cf-descriptions/ip.md b/includes/cf-descriptions/ip.md new file mode 100644 index 000000000..c70d45a79 --- /dev/null +++ b/includes/cf-descriptions/ip.md @@ -0,0 +1,5 @@ +**BBC iPlayer aka iP**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/BBC_iPlayer){:target="_blank" rel="noopener noreferrer"} + +BBC iPlayer is a video on demand service from the BBC. iPlayer services delivered to UK-based viewers feature no commercial advertising. diff --git a/includes/cf-descriptions/it.md b/includes/cf-descriptions/it.md new file mode 100644 index 000000000..340f5700e --- /dev/null +++ b/includes/cf-descriptions/it.md @@ -0,0 +1,5 @@ +**iTunes**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/ITunes){:target="_blank" rel="noopener noreferrer"} + +Apple introduced iTunes 6, enabling support for purchasing and viewing video content purchased from the iTunes Store. At launch, the store offered popular shows from the ABC network along with Disney Channel series. In 2008, Apple and select film studios introduced "iTunes Digital Copy", a feature on select DVDs and Blu-ray discs allowing a digital copy in iTunes and associated media players. diff --git a/includes/cf-descriptions/itvx.md b/includes/cf-descriptions/itvx.md new file mode 100644 index 000000000..be16acfcc --- /dev/null +++ b/includes/cf-descriptions/itvx.md @@ -0,0 +1,5 @@ +**ITVX aka ITV**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/ITVX){:target="_blank" rel="noopener noreferrer"} + +ITVX (formerly ITV Hub) is a British ad-supported video-on-demand streaming service operated by ITV. The service offers original content from the broadcaster, as well as some exclusive and licensed programming. diff --git a/includes/cf-descriptions/ma.md b/includes/cf-descriptions/ma.md new file mode 100644 index 000000000..ff011d47b --- /dev/null +++ b/includes/cf-descriptions/ma.md @@ -0,0 +1,5 @@ +**Movies Anywhere**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Movies_Anywhere){:target="_blank" rel="noopener noreferrer"} + +Movies Anywhere (MA) is a cloud-based digital rights locker and over-the-top streaming platform that allows users to stream and download purchased films, including digital copies redeemed from codes found in home video releases as well as digital purchases from participating services. Movies Anywhere is operated by The Walt Disney Company. The platform provides content from Walt Disney Studios, Sony Pictures, Universal Pictures, and Warner Bros. The system utilizes an internal platform known as KeyChest, which synchronizes content licenses from digital distribution platforms linked to a central user account. diff --git a/includes/cf-descriptions/mp3.md b/includes/cf-descriptions/mp3.md new file mode 100644 index 000000000..ed8943ef7 --- /dev/null +++ b/includes/cf-descriptions/mp3.md @@ -0,0 +1,3 @@ +**MP3**
+ +MP3 (MPEG-1 and/or MPEG-2 Audio Layer 3) is a lossy data compression format for audio. diff --git a/includes/cf-descriptions/nf.md b/includes/cf-descriptions/nf.md new file mode 100644 index 000000000..e7bce87e6 --- /dev/null +++ b/includes/cf-descriptions/nf.md @@ -0,0 +1,5 @@ +**Netflix**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Netflix){:target="_blank" rel="noopener noreferrer"} + +Netflix is an American subscription video on-demand over-the-top streaming service. The service primarily distributes original and acquired films and television shows from various genres, and it is available internationally in multiple languages. diff --git a/includes/cf-descriptions/nlz.md b/includes/cf-descriptions/nlz.md new file mode 100644 index 000000000..949aa3dfe --- /dev/null +++ b/includes/cf-descriptions/nlz.md @@ -0,0 +1,3 @@ +**NLZiet**
+ +NLZIET is the online service of Dutch broadcasters that provides non-stop tv, commercial-free. The streaming service brings the best of all channels straight to your preferred device and lets you see your favorite tv content in high quality on all available platforms; anytime and anywhere. diff --git a/includes/cf-descriptions/now.md b/includes/cf-descriptions/now.md new file mode 100644 index 000000000..6e3c1b8a1 --- /dev/null +++ b/includes/cf-descriptions/now.md @@ -0,0 +1,5 @@ +**NOW**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Now_(Sky)){:target="_blank" rel="noopener noreferrer"} + +Now (formerly Now TV and often stylised as NOW) is a subscription over-the-top streaming television service operated by British satellite television provider Sky Group. diff --git a/includes/cf-descriptions/obfuscated.md b/includes/cf-descriptions/obfuscated.md new file mode 100644 index 000000000..7bb35fd05 --- /dev/null +++ b/includes/cf-descriptions/obfuscated.md @@ -0,0 +1,3 @@ +**Obfuscated**
+ +Obfuscated are used on usenet, mostly with non-tier-1 indexers, to do re-posts of common/popular releases. Use this only if you've access to tier 1 usenet indexers. diff --git a/includes/cf-descriptions/opus.md b/includes/cf-descriptions/opus.md new file mode 100644 index 000000000..90b1cd57f --- /dev/null +++ b/includes/cf-descriptions/opus.md @@ -0,0 +1,5 @@ +**OPUS**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Opus_(audio_format)){:target="_blank" rel="noopener noreferrer"} + +Opus is a lossy audio coding format developed by the Xiph.Org Foundation and standardized by the Internet Engineering Task Force, designed to efficiently code speech and general audio in a single format while remaining low-latency enough for real-time interactive communication and low-complexity enough for low-end embedded processors. Opus replaces both Vorbis and Speex for new applications, and several blind listening tests have ranked it higher quality than any other standard audio format at any given bitrate until transparency is reached, including MP3, AAC, and HE-AAC. diff --git a/includes/cf-descriptions/ovid.md b/includes/cf-descriptions/ovid.md new file mode 100644 index 000000000..211012eef --- /dev/null +++ b/includes/cf-descriptions/ovid.md @@ -0,0 +1,3 @@ +**OViD**
+ +[OViD Website](https://search.ovid.tv/other/about){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/pathe.md b/includes/cf-descriptions/pathe.md new file mode 100644 index 000000000..94a439353 --- /dev/null +++ b/includes/cf-descriptions/pathe.md @@ -0,0 +1,5 @@ +**Pathé Thuis**
+ +[From Wikipedia, the free encyclopedia](https://nl.wikipedia.org/wiki/Path%C3%A9_Thuis){:target="_blank" rel="noopener noreferrer"} + +Pathé Thuis is a Dutch streaming service for renting and purchasing films. diff --git a/includes/cf-descriptions/pcm.md b/includes/cf-descriptions/pcm.md new file mode 100644 index 000000000..6b7726e59 --- /dev/null +++ b/includes/cf-descriptions/pcm.md @@ -0,0 +1,3 @@ +**PCM**
+ +PCM is the method of encoding typically used for uncompressed digital audio. diff --git a/includes/cf-descriptions/pcok.md b/includes/cf-descriptions/pcok.md new file mode 100644 index 000000000..fdc4fe5d2 --- /dev/null +++ b/includes/cf-descriptions/pcok.md @@ -0,0 +1,5 @@ +**Peacock TV**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Peacock_(streaming_service)){:target="_blank" rel="noopener noreferrer"} + +Peacock is an American over-the-top video streaming service owned and operated by Peacock TV LLC, a subsidiary of NBCUniversal Media Group. Named after the NBC logo, the service launched on July 15, 2020. The service primarily features series and film content from NBCUniversal studios and other third-party content providers, including television series, films, news, and sports programming. The service is available in a grandfathered free ad-supported version with limited content, while premium tiers include a larger content library and access to additional NBC Sports, Hallmark Channel, and WWE content. diff --git a/includes/cf-descriptions/pmtp.md b/includes/cf-descriptions/pmtp.md new file mode 100644 index 000000000..0c233687d --- /dev/null +++ b/includes/cf-descriptions/pmtp.md @@ -0,0 +1,5 @@ +**Paramount+**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Paramount%2B){:target="_blank" rel="noopener noreferrer"} + +Paramount+ is an American subscription video on-demand over-the-top streaming service owned by Paramount Global. The service's content is drawn primarily from the libraries of CBS Media Ventures, CBS Studios, Paramount Media Networks (formerly Viacom Media Networks and ViacomCBS Domestic Media Networks), and Paramount Pictures, while also including original series and films, live streaming sports coverage, and in the United States, live streaming of local CBS broadcast stations. diff --git a/includes/cf-descriptions/pq.md b/includes/cf-descriptions/pq.md new file mode 100644 index 000000000..8388a0669 --- /dev/null +++ b/includes/cf-descriptions/pq.md @@ -0,0 +1,5 @@ +**PQ10**
+ +PQ (perceptual quantizer) or PQ10 is the most basic HDR format that can be used for both video and still images. It is the same as the HDR10 format without any metadata. + +You will find this mainly with older movies. diff --git a/includes/cf-descriptions/qibi.md b/includes/cf-descriptions/qibi.md new file mode 100644 index 000000000..81e6eb1f7 --- /dev/null +++ b/includes/cf-descriptions/qibi.md @@ -0,0 +1,5 @@ +**Quibi**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Quibi){:target="_blank" rel="noopener noreferrer"} + +Quibi (/ˈkwɪbi/ KWIB-ee) was an American short-form streaming platform, It launched in April 2020, but shut down in December 2020 after falling short of its subscriber projections. diff --git a/includes/cf-descriptions/red.md b/includes/cf-descriptions/red.md new file mode 100644 index 000000000..6a8e6c629 --- /dev/null +++ b/includes/cf-descriptions/red.md @@ -0,0 +1,3 @@ +**Youtube Red**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/YouTube_Premium){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/retags.md b/includes/cf-descriptions/retags.md new file mode 100644 index 000000000..c5acd866c --- /dev/null +++ b/includes/cf-descriptions/retags.md @@ -0,0 +1,3 @@ +**Retags**
+ +Retags are something you often see on public trackers where the tracker or uploader adds their name to the torrent. It is also possible that it could show up on some usenet indexers. diff --git a/includes/cf-descriptions/sdr-no-webdl.md b/includes/cf-descriptions/sdr-no-webdl.md new file mode 100644 index 000000000..449da01b8 --- /dev/null +++ b/includes/cf-descriptions/sdr-no-webdl.md @@ -0,0 +1 @@ +This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate. diff --git a/includes/cf-descriptions/sdr.md b/includes/cf-descriptions/sdr.md new file mode 100644 index 000000000..46846d77b --- /dev/null +++ b/includes/cf-descriptions/sdr.md @@ -0,0 +1 @@ +This will prevent grabbing UHD/4k releases without HDR Formats. diff --git a/includes/cf-descriptions/sho.md b/includes/cf-descriptions/sho.md new file mode 100644 index 000000000..d96f52bdf --- /dev/null +++ b/includes/cf-descriptions/sho.md @@ -0,0 +1,5 @@ +**SHOWTIME**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Showtime_(TV_network)){:target="_blank" rel="noopener noreferrer"} + +Paramount+ with Showtime, also known as Showtime (the former name of its main channel from 1976 to 2024, but still used for certain marketing and channel branding contexts), is an American premium television network and the flagship property of Showtime Networks, a sub-division of the Paramount Media Networks division of Paramount Global. Paramount+ with Showtime's programming includes original television series produced exclusively for the linear network and developed for the co-owned Paramount+ streaming service, theatrically released and independent motion pictures, documentaries, and occasional stand-up comedy specials, made-for-TV movies and softcore adult programming. diff --git a/includes/cf-descriptions/stan.md b/includes/cf-descriptions/stan.md new file mode 100644 index 000000000..2e567269c --- /dev/null +++ b/includes/cf-descriptions/stan.md @@ -0,0 +1,5 @@ +**Stan**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Stan_(service)){:target="_blank" rel="noopener noreferrer"} + +Stan is an Australian over-the-top streaming service. The service offers a broad range of film and television content from both local and foreign productions, particularly from the United States and United Kingdom. Stan also includes a growing library of their own original film and television content. With over 2.6 million subscribers, as of June 2023 Stan is the fourth largest streaming service in Australia, behind Disney+, Amazon Prime Video and Netflix. diff --git a/includes/cf-descriptions/strp.md b/includes/cf-descriptions/strp.md new file mode 100644 index 000000000..716f07c37 --- /dev/null +++ b/includes/cf-descriptions/strp.md @@ -0,0 +1,7 @@ +**Star+**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Star%2B){:target="_blank" rel="noopener noreferrer"} + +Star+ (Star Plus; stylized as ST★R+) is a subscription video on-demand over-the-top streaming service available in almost all Ibero-American states. The service is owned by The Walt Disney Company through the Disney Entertainment division and business segment. + +In December 2023, it was confirmed that Star+ will be merged into Disney+ in the second quarter of 2024 with all of its content, including live sports from ESPN, migrating to Disney+ and its standalone app being discontinued. diff --git a/includes/cf-descriptions/truehd-atmos.md b/includes/cf-descriptions/truehd-atmos.md new file mode 100644 index 000000000..2a23065f9 --- /dev/null +++ b/includes/cf-descriptions/truehd-atmos.md @@ -0,0 +1,5 @@ +**TrueHD Atmos**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_Atmos){:target="_blank" rel="noopener noreferrer"} + +Dolby Atmos is a surround sound technology developed by Dolby Laboratories. It expands on existing surround sound systems by adding height channels, allowing sounds to be interpreted as three-dimensional objects. diff --git a/includes/cf-descriptions/truehd.md b/includes/cf-descriptions/truehd.md new file mode 100644 index 000000000..43d55c6b5 --- /dev/null +++ b/includes/cf-descriptions/truehd.md @@ -0,0 +1,5 @@ +**TrueHD**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Dolby_TrueHD){:target="_blank" rel="noopener noreferrer"} + +Dolby TrueHD is a lossless multi-channel audio codec developed by Dolby Laboratories for home video, used principally in Blu-ray Discs and compatible hardware. diff --git a/includes/cf-descriptions/tver.md b/includes/cf-descriptions/tver.md new file mode 100644 index 000000000..a572c394b --- /dev/null +++ b/includes/cf-descriptions/tver.md @@ -0,0 +1,4 @@ +**TVer**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/TVer_(streaming_service)){:target="_blank" rel="noopener noreferrer"} +[TVer Website](https://tver.jp){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/tving.md b/includes/cf-descriptions/tving.md new file mode 100644 index 000000000..9a801a84b --- /dev/null +++ b/includes/cf-descriptions/tving.md @@ -0,0 +1,5 @@ +**TVING**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/TVING){:target="_blank" rel="noopener noreferrer"} + +TVING (Korean: 티빙) is a South Korean subscription video on-demand over-the-top streaming service operated by TVING Corporation, It is a platform that streams dramas, entertainment shows, animations, exclusive television films, specials and documentaries. diff --git a/includes/cf-descriptions/u-next.md b/includes/cf-descriptions/u-next.md new file mode 100644 index 000000000..05c6a7e23 --- /dev/null +++ b/includes/cf-descriptions/u-next.md @@ -0,0 +1,4 @@ +**U-NEXT**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/U-Next){:target="_blank" rel="noopener noreferrer"} +[U-NEXT Website](https://video.unext.jp){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf-descriptions/vdl.md b/includes/cf-descriptions/vdl.md new file mode 100644 index 000000000..00b539194 --- /dev/null +++ b/includes/cf-descriptions/vdl.md @@ -0,0 +1,5 @@ +**Videoland**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Videoland_(Netherlands)){:target="_blank" rel="noopener noreferrer"} + +Videoland is a Dutch OTT online service provider owned by RTL Nederland. Originally it was a retail chain of video rental stores. Its main competitor is Netflix. diff --git a/includes/cf-descriptions/viu.md b/includes/cf-descriptions/viu.md new file mode 100644 index 000000000..eed63563f --- /dev/null +++ b/includes/cf-descriptions/viu.md @@ -0,0 +1,5 @@ +**VIU**
+ +[From Wikipedia, the free encyclopedia](https://en.wikipedia.org/wiki/Viu_(streaming_service)){:target="_blank" rel="noopener noreferrer"} + +Viu (pronounced as view) is a Hong Kong-based over-the-top (OTT) video streaming provider, Viu delivers content in different genres from Asia's top content providers with local language subtitles, as well as original production series under the Viu Original initiative (similar to original programming from other services like Disney+, Amazon Prime Video and Netflix). diff --git a/includes/cf-descriptions/vrv.md b/includes/cf-descriptions/vrv.md new file mode 100644 index 000000000..67c1848e6 --- /dev/null +++ b/includes/cf-descriptions/vrv.md @@ -0,0 +1,3 @@ +**VRV**
+ +[From Wikipedia, the free encyclopedia](https://www.wikiwand.com/en/VRV_(streaming_service)){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/cf/audio-info.md b/includes/cf/audio-info.md index b040eb020..ca99a5b42 100644 --- a/includes/cf/audio-info.md +++ b/includes/cf/audio-info.md @@ -1,5 +1,26 @@ -!!! info "Add the audio custom formats only if" +??? info "I've a AppleTV - [Click to show/hide]" - - You have a audio setup that supports **ALL** HD Audio (TrueHD, DTS-X, DTS-HD, etc). *if you have a setup that only supports a few Audio formats or doesn't support certain audio formats (or you're using only your TV speakers) it's recommended not to add any audio custom formats, else you will limit your self to much what you're able to grab. Audio transcoding has a low impact on your server, if your server can't handle audio transcoding you might consider to choose another quality profile*. - - You have a media player (hardware devices) that can passthrough HD audio. - - You don't have a AppleTV (Being it can't passthrough untouched audio). + ![!Audio Formats Flowchart](/Radarr/images/plex-audio-atv.png) + + - Passthrough: The preferred method if you have an audio setup (AVR/Soundbar). This mode will send the audio signals without any alteration or processing. + - Direct Play: The client supports the container, video stream, and audio stream natively. The Plex server simply sends the media file as-is to the client. This uses very little CPU power. + - Transcode: The client does not support the video stream and/or the audio stream. The Plex server re-encodes the video, audio, or both into a compatible format. Transcoding video uses a lot of CPU power, but transcoding audio uses little to moderate CPU power. + - Decodes: Decompresses the audio before sending it to your AVR/Soundbar. + + *partial used source: [Infuse FAQ](https://support.firecore.com/hc/en-us/articles/217735707-Audio-Options-tvOS#h_01HE1Z5XNJZK5YTF1SVTPS0MTR){:target="_blank" rel="noopener noreferrer"}* + +??? info "Am I losing any quality by using LPCM? - [Click to show/hide]" + + - No. Since LPCM is a lossless format, using it will result in no loss of quality. What your ears hear will be exactly the same. The only difference is your receiver will recognize the audio stream as PCM instead of Dolby/DTS. + - LPCM will discard object and spatial metadata. (TrueHD Atmos, DTS-X) + + *source: [Infuse FAQ](https://support.firecore.com/hc/en-us/articles/217735707-Audio-Options-tvOS#h_01HE1Z5XNJZK5YTF1SVTPS0MTR){:target="_blank" rel="noopener noreferrer"}* + +??? info "Should I block certain audio formats because something in my setup doesn't support it? - [Click to show/hide]" + + If you have chosen a profile that includes Audio Formats, it's somewhat pointless to lower the scores or block certain audio formats since 95% of the Remuxes and UHD Encodes provide HD audio formats such as TrueHD Atmos, TrueHD, and DTS-X. + + So you have 2 options. + + 1. Choose another quality profile that doesn't include audio formats such as `HD Bluray + WEB` or `2160p WEB-DL`. + 1. Accept the limitations of your audio setup (AVR/Soundbar) and/or your hardware media player device. diff --git a/includes/cf/audio-limitations-atv.md b/includes/cf/audio-limitations-atv.md new file mode 100644 index 000000000..487732006 --- /dev/null +++ b/includes/cf/audio-limitations-atv.md @@ -0,0 +1 @@ +!!! bug "AppleTV doesn't passthrough HD-audio, If you use infuse it's still limited!
please check `I've a AppleTV`" diff --git a/includes/cf/dv-info-green-purple.md b/includes/cf/dv-info-green-purple.md new file mode 100644 index 000000000..ddc90cce2 --- /dev/null +++ b/includes/cf/dv-info-green-purple.md @@ -0,0 +1,17 @@ +??? info "Why am I getting purple or green colors? - [Click to show/hide]" + + Why am I getting purple or green colors? + + There are several possible reasons why your TV would show purple or green colors when playing Dolby Vision content. + + 1. **Unsupported Hardware**: Your TV or hardware media player device (Roku, AppleTV, etc) doesn't support Dolby Vision or your hardware media player device doesn't support all the Dolby Vision Profiles. As a result, the device might struggle to produce accurate colors, leading to a purple or green tint. + + 1. **Incorrect Display Settings**: Dolby Vision content often requires specific settings to be enabled on your TV or display device in order to deliver the intended visual experience. If these settings are not configured properly, it can result in the device showing distorted colors (including purple or green hues). + + 1. **HDMI Compatibility Issues**: Sometimes, HDMI cables or ports may not be fully compatible with Dolby Vision. If the media player device is not recognizing the Dolby Vision signal properly, it may fail to process the content correctly, resulting in abnormal color rendering. + + To resolve the purple or green color issues when playing Dolby Vision content, you can try the following troubleshooting steps: + + 1. Ensure your TV or hardware media player device is Dolby Vision compatible and up-to-date with the latest firmware. + 1. Verify that your TV or display device is set up correctly and has the necessary Dolby Vision settings enabled. + 1. Check the HDMI cables and ensure they are capable of transmitting Dolby Vision signals. diff --git a/includes/cf/dv-info-profiles.md b/includes/cf/dv-info-profiles.md new file mode 100644 index 000000000..b9121a20e --- /dev/null +++ b/includes/cf/dv-info-profiles.md @@ -0,0 +1,21 @@ +??? info "Dolby Vision Profiles - [Click to show/hide]" + + Dolby Vision Profiles + + - **Profile 5** (*1*) - This is what comes with WEB-DL Dolby Vision releases without HDR10 fallback.
(*Incompatible devices will playback with blown out pinks and greens*) + - **Profile 7** (*2*) - This is what comes with UHD Bluray Remuxes and UHD BluRay releases.
*These files will play on an Nvidia Shield Pro (2019), but on most other players will revert to the HDR10 fallback.* + - **Profile 8** (*3*) - This is what comes with (Hybrid) WEB-DL (HULU), Hybrid UHD Remux, and UHD BluRay releases (all of which have HDR10 fallback).
*This works with several mainstream media players.*
+ --- + {! include-markdown "../../includes/cf/dv-limitations-atv.md" !} + + - (*1*) *PLEX for AppleTV and Plex with Infuse will only play profile 5 correctly if CMv2.9 is used* + - (*2*) *Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.* + - (*3*) *On PLEX for AppleTV it won't deliver real Dolby Vision with Profile 8, and will only play the HDR10 fallback if CM2.9 is used, otherwise you will end up with a black screen*
***“although your TV will incorrectly say that it is playing DV”***.
*With infuse it will convert it on the fly to Profile 5, and deliver real Dolby Vision if CMv2.9 is used, otherwise you will end up with a black screen*
***“Make sure you set the Extended Dolby Vision settings to Limited (prefer accuracy), Convert P8 to P5 (when possible), and play other P8 as HDR (output will switch to either DoVi or HDR depending on the video)”***
+ +??? info "Dolby Vision Versions - CMv2.9 and CMv4.0 - [Click to show/hide]" + + !!! bug "It is too technical to explain in detail, so I'll keep it short with tested facts:
PLEX for AppleTV and Plex with Infuse only support CMv2.9." + + There are two versions of Dolby Vision, namely CMv2.9 and CMv4.0. CMv4.0 uses an improved algorithm and a superior tone curve that allows for better mapping and more controls during the Dolby Vision trim pass process. + + More info about the different Dolby Vision Versions: [Dolby Vision Versions - CMv2.9 vs. CMv4.0](https://professionalsupport.dolby.com/s/article/When-should-I-use-CM-v2-9-or-CM-v4-0-and-can-I-convert-between-them?language=en_US) diff --git a/includes/cf/dv-info.md b/includes/cf/dv-info.md deleted file mode 100644 index 244751638..000000000 --- a/includes/cf/dv-info.md +++ /dev/null @@ -1,9 +0,0 @@ -!!! info "Dolby Vision is available in several profiles" - - - **Profile 5** (*1*) - This is what comes with WEB-DL Dolby Vision release without HDR10 fallback.
(*Incompatible devices will playback with blown out pinks and greens*) - - **Profile 7** (*2*) - This is what comes with UHD Bluray Remuxes and UHD BluRay releases.
*These files will play on an Nvidia Shield Pro (2019), but on most other players will revert to the HDR10 fallback.* - - **Profile 8** (*3*) - This is what comes with (Hybrid) WEB-DL releases (HULU), Hybrid UHD Remux and UHD BluRay releases all of which have HDR10 fallback.
*This works with several mainstream media players.*
- ------ - - (*1*) *On PLEX for AppleTV, It has been confirmed that with the latest build of Plex, Profile 5 MKV files now play correctly!*
*On an AppleTV 4K 1st gen and up, files are direct streamed (not transcoded) to an MP4 container and play using the native AVPlayer instead of Plex’s MPV.*
- - (*2*) *Neither Infuse nor PLEX for AppleTV will deliver real Dolby Vision with Profile 7.* - - (*3*) *On PLEX for AppleTV it won't deliver real Dolby Vision with Profile 8, And will only play the HDR10 fallback.*
***“although your TV will incorrectly say that it is playing DV”***.
*With infuse it will convert it on the fly to Profile 5 and deliver real Dolby Vision.*
***“Make sure you set the Extended Dolby Vision settings to Limited (prefer accuracy) - Convert P8 to P5 (when possible), and play other P8 as HDR (output will switch to either DoVi or HDR depending on the video)”***
diff --git a/includes/cf/dv-limitations-atv.md b/includes/cf/dv-limitations-atv.md new file mode 100644 index 000000000..673b6bd36 --- /dev/null +++ b/includes/cf/dv-limitations-atv.md @@ -0,0 +1 @@ +!!! bug "Plex for Apple TV and Plex with Infuse is only capable of playing Dolby Vision profiles 5 and 8 correctly if CMv2.9 is being used.
This is something that cannot be determined beforehand.
So whether you are using an Apple TV, with or without Infuse, it will always be hit or miss whether the content is compatible.
Additionally, it is uncertain whether the Dolby Vision layer will play, fall back to HDR10, or encounter a black screen." diff --git a/includes/cf/radarr-all-hdr-formats-dv-web-hdr10plus-boost.md b/includes/cf/radarr-all-hdr-formats-dv-web-hdr10plus-boost.md deleted file mode 100644 index 9617460b3..000000000 --- a/includes/cf/radarr-all-hdr-formats-dv-web-hdr10plus-boost.md +++ /dev/null @@ -1,23 +0,0 @@ -??? abstract "All HDR Formats + DV (WEBDL) + HDR10+ Boost - [Click to show/hide]" - - {! include-markdown "../../includes/cf/dv-info.md" !} - - ![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png) - - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------: | ------------------------------------------------- | - | [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} | - | [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_scores']['default'] }} | {{ radarr['cf']['dv']['trash_id'] }} | - | [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} | - | [{{ radarr['cf']['dv-sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-sdr) | {{ radarr['cf']['dv-sdr']['trash_scores']['default'] }} | {{ radarr['cf']['dv-sdr']['trash_id'] }} | - | [{{ radarr['cf']['hdr10plus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus) | {{ radarr['cf']['hdr10plus']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10plus']['trash_id'] }} | - | [{{ radarr['cf']['hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10) | {{ radarr['cf']['hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10']['trash_id'] }} | - | [{{ radarr['cf']['hdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr) | {{ radarr['cf']['hdr']['trash_scores']['default'] }} | {{ radarr['cf']['hdr']['trash_id'] }} | - | [{{ radarr['cf']['hdr-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr-undefined) | {{ radarr['cf']['hdr-undefined']['trash_scores']['default'] }} | {{ radarr['cf']['hdr-undefined']['trash_id'] }} | - | [{{ radarr['cf']['pq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pq) | {{ radarr['cf']['pq']['trash_scores']['default'] }} | {{ radarr['cf']['pq']['trash_id'] }} | - | [{{ radarr['cf']['hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hlg) | {{ radarr['cf']['hlg']['trash_scores']['default'] }} | {{ radarr['cf']['hlg']['trash_id'] }} | - | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | {{ radarr['cf']['dv-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['dv-webdl']['trash_id'] }} | - | [{{ radarr['cf']['hdr10plus-boost']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus-boost) | {{ radarr['cf']['hdr10plus-boost']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10plus-boost']['trash_id'] }} | - - !!! tip - If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then it's best to add **ALL** the HDR Formats listed above (including **ALL** the DV ones (with and without HDR in it)), It is important to also add the [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) Custom Format with a score of {{ radarr['cf']['dv-webdl']['trash_scores']['default'] }} diff --git a/includes/cf/radarr-all-hdr-formats-dv-web.md b/includes/cf/radarr-all-hdr-formats-dv-web.md deleted file mode 100644 index 02bb6b15e..000000000 --- a/includes/cf/radarr-all-hdr-formats-dv-web.md +++ /dev/null @@ -1,22 +0,0 @@ -??? abstract "All HDR Formats + DV (WEBDL) - [Click to show/hide]" - - {! include-markdown "../../includes/cf/dv-info.md" !} - - ![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png) - - | Custom Format | Score | Trash ID | - | --------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------: | ----------------------------------------------- | - | [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} | - | [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_scores']['default'] }} | {{ radarr['cf']['dv']['trash_id'] }} | - | [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} | - | [{{ radarr['cf']['dv-sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-sdr) | {{ radarr['cf']['dv-sdr']['trash_scores']['default'] }} | {{ radarr['cf']['dv-sdr']['trash_id'] }} | - | [{{ radarr['cf']['hdr10plus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus) | {{ radarr['cf']['hdr10plus']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10plus']['trash_id'] }} | - | [{{ radarr['cf']['hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10) | {{ radarr['cf']['hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10']['trash_id'] }} | - | [{{ radarr['cf']['hdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr) | {{ radarr['cf']['hdr']['trash_scores']['default'] }} | {{ radarr['cf']['hdr']['trash_id'] }} | - | [{{ radarr['cf']['hdr-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr-undefined) | {{ radarr['cf']['hdr-undefined']['trash_scores']['default'] }} | {{ radarr['cf']['hdr-undefined']['trash_id'] }} | - | [{{ radarr['cf']['pq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pq) | {{ radarr['cf']['pq']['trash_scores']['default'] }} | {{ radarr['cf']['pq']['trash_id'] }} | - | [{{ radarr['cf']['hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hlg) | {{ radarr['cf']['hlg']['trash_scores']['default'] }} | {{ radarr['cf']['hlg']['trash_id'] }} | - | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | {{ radarr['cf']['dv-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['dv-webdl']['trash_id'] }} | - - !!! tip - If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then it's best to add **ALL** the HDR Formats listed above (including **ALL** the DV ones (with and without HDR in it)), It is important to also add the [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) Custom Format with a score of {{ radarr['cf']['dv-webdl']['trash_scores']['default'] }} diff --git a/includes/cf/radarr-all-hdr-formats.md b/includes/cf/radarr-all-hdr-formats.md index 0d01b6989..333094acd 100644 --- a/includes/cf/radarr-all-hdr-formats.md +++ b/includes/cf/radarr-all-hdr-formats.md @@ -1,11 +1,23 @@ ??? abstract "All HDR Formats - [Click to show/hide]" - {! include-markdown "../../includes/cf/dv-info.md" !} + **Why would I choose All HDR formats?** - ![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png) + - You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.). + + {! include-markdown "../../includes/cf/dv-limitations-atv.md" !} + + - You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles. + - You must add **ALL** the HDR formats - don't leave any of them out! + + {! include-markdown "../../includes/cf/dv-info-green-purple.md" !} + + {! include-markdown "../../includes/cf/dv-info-profiles.md" !} + + {! include-markdown "../../includes/cf/which-hdr-formats-should-i-choose.md" !} | Custom Format | Score | Trash ID | | --------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------: | ----------------------------------------------- | + | [{{ radarr['cf']['dv-hdr10plus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10plus) | {{ radarr['cf']['dv-hdr10plus']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10plus']['trash_id'] }} | | [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} | | [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_scores']['default'] }} | {{ radarr['cf']['dv']['trash_id'] }} | | [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} | @@ -17,5 +29,32 @@ | [{{ radarr['cf']['pq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pq) | {{ radarr['cf']['pq']['trash_scores']['default'] }} | {{ radarr['cf']['pq']['trash_id'] }} | | [{{ radarr['cf']['hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hlg) | {{ radarr['cf']['hlg']['trash_scores']['default'] }} | {{ radarr['cf']['hlg']['trash_id'] }} | - !!! tip - If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then it's best to add **ALL** the HDR Formats listed above (including **ALL** the DV ones (with and without HDR in it)), It is important to also add the [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) Custom Format with a score of {{ radarr['cf']['dv-webdl']['trash_scores']['default'] }} + ??? abstract "Add Custom Format `DV (WEBDL)` with a score of `-10000` - [Click to show/hide]" + + **Why would I add this Custom Format?** + + - Not all devices in your chain support Dolby Vision. + - You share your media library with other family members that don't have Dolby Vision compatible devices. + - According the flowchart I should add this Custom Format + +

![Flowchart](/Radarr/images/flowchart-hdr-dv-webdl.png){ width="20%" height="20%" } + + | Custom Format | Score | Trash ID | + | ----------------------------------------------------------------------------------------------- | :-------------------------------------------------------: | ------------------------------------------ | + | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | {{ radarr['cf']['dv-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['dv-webdl']['trash_id'] }} | + + ??? abstract "Add the Custom Formats `DV HDR10+ Boost` and `HDR10+ Boost` - [Click to show/hide]" + + **Why would I add this Custom Format?** + + - You have a (Samsung) TV that supports HDR10+. + - According the flowchart I should add this Custom Format + +

![Flowchart](/Radarr/images/flowchart-hdr10plus-boost.png){ width="20%" height="20%" } + + !!! warning "If you use this Custom Format then 99% of the time you also need to add the following Custom Format `DV (WEBDL)` with a score of `-10000`" + + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------------: | ---------------------------------------------------- | + | [{{ radarr['cf']['hdr10plus-boost']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus-boost) | {{ radarr['cf']['hdr10plus-boost']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10plus-boost']['trash_id'] }} | + | [{{ radarr['cf']['dv-hdr10plus-boost']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10plus-boost) | {{ radarr['cf']['dv-hdr10plus-boost']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10plus-boost']['trash_id'] }} | diff --git a/includes/cf/radarr-anime.md b/includes/cf/radarr-anime.md index 7360fe998..5f7c925e6 100644 --- a/includes/cf/radarr-anime.md +++ b/includes/cf/radarr-anime.md @@ -33,6 +33,6 @@ | [{{ radarr['cf']['10bit']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#10bit) | 0 | {{ radarr['cf']['10bit']['trash_id'] }} | | [{{ radarr['cf']['anime-dual-audio']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#anime-dual-audio) | 0 | {{ radarr['cf']['anime-dual-audio']['trash_id'] }} | | [{{ radarr['cf']['dubs-only']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dubs-only) | {{ radarr['cf']['dubs-only']['trash_scores']['default'] }} | {{ radarr['cf']['dubs-only']['trash_id'] }} | - | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | -10000 | {{ radarr['cf']['french-vostfr']['trash_id'] }} | + | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | {{ radarr['cf']['french-vostfr']['trash_scores']['anime-radarr'] }} | {{ radarr['cf']['french-vostfr']['trash_id'] }} | !!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide" diff --git a/includes/cf/radarr-audio.md b/includes/cf/radarr-audio.md index 962bdac03..fc03f1c0c 100644 --- a/includes/cf/radarr-audio.md +++ b/includes/cf/radarr-audio.md @@ -1,8 +1,18 @@ ??? abstract "Audio - [Click to show/hide]" + **Why should I choose All Audio formats?** + + - You have a hardware media player device and an audio setup that supports **ALL** HD Audio (TrueHD, DTS-X, DTS-HD, etc). + + {! include-markdown "../../includes/cf/audio-limitations-atv.md" !} + + - You've chosen a profile that includes Audio Formats. You should use all the Audio formats with Remuxes/UHD Encodes. + - You should add **ALL** the Audio formats - don't leave any of them out! + - Audio transcoding has a low impact on your server. If your server can't handle audio transcoding, consider choosing another quality profile. + {! include-markdown "../../includes/cf/audio-info.md" !} - ![!Audio Flowchart](/Radarr/images/flowchart-audio.png) + {! include-markdown "../../includes/cf/which-audio-formats-should-i-choose.md" !} | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------: | ------------------------------------------------- | diff --git a/includes/cf/radarr-dv-tip-dv-webdl.md b/includes/cf/radarr-dv-tip-dv-webdl.md new file mode 100644 index 000000000..b21ab150e --- /dev/null +++ b/includes/cf/radarr-dv-tip-dv-webdl.md @@ -0,0 +1,2 @@ +!!! tip + If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then it's best to add
**ALL** the HDR Formats listed above (including **ALL** the DV ones (with and without HDR in it)).
It is important to also add the [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) Custom Format with a score of {{ radarr['cf']['dv-webdl']['trash_scores']['default'] }} diff --git a/includes/cf/radarr-hdr-formats.md b/includes/cf/radarr-hdr-formats.md deleted file mode 100644 index 0d01b6989..000000000 --- a/includes/cf/radarr-hdr-formats.md +++ /dev/null @@ -1,21 +0,0 @@ -??? abstract "All HDR Formats - [Click to show/hide]" - - {! include-markdown "../../includes/cf/dv-info.md" !} - - ![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png) - - | Custom Format | Score | Trash ID | - | --------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------: | ----------------------------------------------- | - | [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} | - | [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_scores']['default'] }} | {{ radarr['cf']['dv']['trash_id'] }} | - | [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} | - | [{{ radarr['cf']['dv-sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-sdr) | {{ radarr['cf']['dv-sdr']['trash_scores']['default'] }} | {{ radarr['cf']['dv-sdr']['trash_id'] }} | - | [{{ radarr['cf']['hdr10plus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus) | {{ radarr['cf']['hdr10plus']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10plus']['trash_id'] }} | - | [{{ radarr['cf']['hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10) | {{ radarr['cf']['hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10']['trash_id'] }} | - | [{{ radarr['cf']['hdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr) | {{ radarr['cf']['hdr']['trash_scores']['default'] }} | {{ radarr['cf']['hdr']['trash_id'] }} | - | [{{ radarr['cf']['hdr-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr-undefined) | {{ radarr['cf']['hdr-undefined']['trash_scores']['default'] }} | {{ radarr['cf']['hdr-undefined']['trash_id'] }} | - | [{{ radarr['cf']['pq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pq) | {{ radarr['cf']['pq']['trash_scores']['default'] }} | {{ radarr['cf']['pq']['trash_id'] }} | - | [{{ radarr['cf']['hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hlg) | {{ radarr['cf']['hlg']['trash_scores']['default'] }} | {{ radarr['cf']['hlg']['trash_id'] }} | - - !!! tip - If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then it's best to add **ALL** the HDR Formats listed above (including **ALL** the DV ones (with and without HDR in it)), It is important to also add the [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) Custom Format with a score of {{ radarr['cf']['dv-webdl']['trash_scores']['default'] }} diff --git a/includes/cf/radarr-optional-uhd.md b/includes/cf/radarr-optional-uhd.md index 0c029bed9..4eb0ac9a9 100644 --- a/includes/cf/radarr-optional-uhd.md +++ b/includes/cf/radarr-optional-uhd.md @@ -1,10 +1,14 @@ ??? abstract "Optional UHD - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------- | :--------------------------------------------------: | ------------------------------------- | - | [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_scores']['default'] }} | {{ radarr['cf']['sdr']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | ----------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------: | ---------------------------------------------- | + | [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_scores']['default'] }} | {{ radarr['cf']['sdr']['trash_id'] }} | + | [{{ radarr['cf']['sdr-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr-no-webdl) :warning: | {{ radarr['cf']['sdr-no-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['sdr-no-webdl']['trash_id'] }} | ------ Breakdown and Why - - **{{ radarr['cf']['sdr']['name'] }}:** This will help to prevent to grab UHD/4k releases without HDR Formats. + - **{{ radarr['cf']['sdr']['name'] }}:** This will prevent grabbing UHD/4k releases without HDR Formats. + - **{{ radarr['cf']['sdr-no-webdl']['name'] }}:** This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate. + + !!! Danger "Don't use this together with [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr), Only ever include one of them :warning:" diff --git a/includes/cf/radarr-optional.md b/includes/cf/radarr-optional.md index c9d191227..4fe84cba7 100644 --- a/includes/cf/radarr-optional.md +++ b/includes/cf/radarr-optional.md @@ -2,7 +2,6 @@ | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------: | ------------------------------------------------- | | [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_scores']['default'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} | - | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | :interrobang: | {{ radarr['cf']['dv-webdl']['trash_id'] }} | | [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} | | [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_scores']['default'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} | | [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_scores']['default'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} | @@ -14,27 +13,13 @@ Breakdown and Why - - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] 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. - - **{{ radarr['cf']['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. - - Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors if you want to play it on a not Dolby Vision compatible setup. - - Remuxes and Bluray have a fallback to HDR10. - - !!! tip - `[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 `{{ radarr['cf']['dv-webdl']['trash_scores']['default'] }}`. - - - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay. - - **{{ radarr['cf']['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['cf']['obfuscated']['name'] }}:** [*Optional*] (use these only if you dislike renamed releases) - - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] (use these only if you dislike retagged releases) - - **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] (use these only if you dislike scene releases) + - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release and add their own language track (e.g. AAC 2.0 Portuguese) as the first track. Afterward, FFprobe would determine that the media file is Portuguese. It's a common rule that you only add the best audio as the main track. + Also they often even rename the release name into Portuguese. + - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are okay. + - **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. + - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. + - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release. + - **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] Use this only if you want to avoid SCENE releases. - **{{ radarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. **But it will allow x265 releases if they have HDR and/or DV** diff --git a/includes/cf/radarr-streaming-services.md b/includes/cf/radarr-streaming-services.md index 2f14dec83..858e0d181 100644 --- a/includes/cf/radarr-streaming-services.md +++ b/includes/cf/radarr-streaming-services.md @@ -1,23 +1,20 @@ -??? abstract "Streaming Services - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | ----------------------------------------------------------------------------------------- | :----------------------------------------------------: | --------------------------------------- | - | [{{ radarr['cf']['amzn']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#amzn) | 0 | {{ radarr['cf']['amzn']['trash_id'] }} | - | [{{ radarr['cf']['atvp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atvp) | 0 | {{ radarr['cf']['atvp']['trash_id'] }} | - | [{{ radarr['cf']['bcore']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bcore) | {{ radarr['cf']['bcore']['trash_scores']['default'] }} | {{ radarr['cf']['bcore']['trash_id'] }} | - | [{{ radarr['cf']['crav']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#crav) | 0 | {{ radarr['cf']['crav']['trash_id'] }} | - | [{{ radarr['cf']['crit']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#crit) | {{ radarr['cf']['crit']['trash_scores']['default'] }} | {{ radarr['cf']['crit']['trash_id'] }} | - | [{{ radarr['cf']['dsnp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dsnp) | 0 | {{ radarr['cf']['dsnp']['trash_id'] }} | - | [{{ radarr['cf']['hbo']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hbo) | 0 | {{ radarr['cf']['hbo']['trash_id'] }} | - | [{{ radarr['cf']['hmax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hmax) | 0 | {{ radarr['cf']['hmax']['trash_id'] }} | - | [{{ radarr['cf']['max']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#max) | 0 | {{ radarr['cf']['max']['trash_id'] }} | - | [{{ radarr['cf']['hulu']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hulu) | 0 | {{ radarr['cf']['hulu']['trash_id'] }} | - | [{{ radarr['cf']['ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ma) | {{ radarr['cf']['ma']['trash_scores']['default'] }} | {{ radarr['cf']['ma']['trash_id'] }} | - | [{{ radarr['cf']['nf']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#nf) | 0 | {{ radarr['cf']['nf']['trash_id'] }} | - | [{{ radarr['cf']['pathe']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pathe) | 0 | {{ radarr['cf']['pathe']['trash_id'] }} | - | [{{ radarr['cf']['pcok']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcok) | 0 | {{ radarr['cf']['pcok']['trash_id'] }} | - | [{{ radarr['cf']['pmtp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pmtp) | 0 | {{ radarr['cf']['pmtp']['trash_id'] }} | - | [{{ radarr['cf']['stan']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#stan) | 0 | {{ radarr['cf']['stan']['trash_id'] }} | - | [{{ radarr['cf']['ovid']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ovid) | 0 | {{ radarr['cf']['ovid']['trash_id'] }} | +??? abstract "General Streaming Services - [Click to show/hide]" + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------- | :----------------------------------------------------: | ---------------------------------------- | + | [{{ radarr['cf']['amzn']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#amzn) | 0 | {{ radarr['cf']['amzn']['trash_id'] }} | + | [{{ radarr['cf']['atvp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atvp) | 0 | {{ radarr['cf']['atvp']['trash_id'] }} | + | [{{ radarr['cf']['bcore']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bcore) | {{ radarr['cf']['bcore']['trash_scores']['default'] }} | {{ radarr['cf']['bcore']['trash_id'] }} | + | [{{ radarr['cf']['crit']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#crit) | {{ radarr['cf']['crit']['trash_scores']['default'] }} | {{ radarr['cf']['crit']['trash_id'] }} | + | [{{ radarr['cf']['dsnp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dsnp) | 0 | {{ radarr['cf']['dsnp']['trash_id'] }} | + | [{{ radarr['cf']['hbo']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hbo) | 0 | {{ radarr['cf']['hbo']['trash_id'] }} | + | [{{ radarr['cf']['hmax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hmax) | 0 | {{ radarr['cf']['hmax']['trash_id'] }} | + | [{{ radarr['cf']['hulu']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hulu) | 0 | {{ radarr['cf']['hulu']['trash_id'] }} | + | [{{ radarr['cf']['max']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#max) | 0 | {{ radarr['cf']['max']['trash_id'] }} | + | [{{ radarr['cf']['ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ma) | {{ radarr['cf']['ma']['trash_scores']['default'] }} | {{ radarr['cf']['ma']['trash_id'] }} | + | [{{ radarr['cf']['nf']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#nf) | 0 | {{ radarr['cf']['nf']['trash_id'] }} | + | [{{ radarr['cf']['pmtp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pmtp) | 0 | {{ radarr['cf']['pmtp']['trash_id'] }} | + | [{{ radarr['cf']['pcok']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcok) | 0 | {{ radarr['cf']['pcok']['trash_id'] }} | + | [{{ radarr['cf']['stan']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#stan) | 0 | {{ radarr['cf']['stan']['trash_id'] }} | ------ Breakdown and Why diff --git a/includes/cf/radarr-unwanted-uhd.md b/includes/cf/radarr-unwanted-uhd.md index b44ff05d0..74f2cd675 100644 --- a/includes/cf/radarr-unwanted-uhd.md +++ b/includes/cf/radarr-unwanted-uhd.md @@ -1,11 +1,13 @@ ??? abstract "Unwanted - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------: | ------------------------------------------ | - | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | - | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} | - | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} | - | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['default'] }} | {{ radarr['cf']['3d']['trash_id'] }} | - | [{{ radarr['cf']['upscaled']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#upscaled) | {{ radarr['cf']['upscaled']['trash_scores']['default'] }} | {{ radarr['cf']['upscaled']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | -------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------: | -------------------------------------------------- | + | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | + | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} | + | [{{ radarr['cf']['lq-release-title']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq-release-title) | {{ radarr['cf']['lq-release-title']['trash_scores']['default'] }} | {{ radarr['cf']['lq-release-title']['trash_id'] }} | + | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} | + | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['default'] }} | {{ radarr['cf']['3d']['trash_id'] }} | + | [{{ radarr['cf']['upscaled']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#upscaled) | {{ radarr['cf']['upscaled']['trash_scores']['default'] }} | {{ radarr['cf']['upscaled']['trash_id'] }} | + | [{{ radarr['cf']['extras']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#extras) | {{ radarr['cf']['extras']['trash_scores']['default'] }} | {{ radarr['cf']['extras']['trash_id'] }} | ------ @@ -13,9 +15,11 @@ - **{{ radarr['cf']['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['cf']['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['cf']['lq-release-title']['name'] }}:** A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name. - **{{ radarr['cf']['x265-hd']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. !!! 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 grabbing upscaled releases. + - **{{ radarr['cf']['extras']['name'] }}:** Blocks releases that only contain extras diff --git a/includes/cf/radarr-unwanted.md b/includes/cf/radarr-unwanted.md index f608ed4a6..a92d152d3 100644 --- a/includes/cf/radarr-unwanted.md +++ b/includes/cf/radarr-unwanted.md @@ -1,10 +1,12 @@ ??? abstract "Unwanted - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------- | :------------------------------------------------------: | ----------------------------------------- | - | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | - | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} | - | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} | - | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['default'] }} | {{ radarr['cf']['3d']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | --------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------: | -------------------------------------------------- | + | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | + | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} | + | [{{ radarr['cf']['lq-release-title']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq-release-title) | {{ radarr['cf']['lq-release-title']['trash_scores']['default'] }} | {{ radarr['cf']['lq-release-title']['trash_id'] }} | + | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} | + | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['default'] }} | {{ radarr['cf']['3d']['trash_id'] }} | + | [{{ radarr['cf']['extras']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#extras) | {{ radarr['cf']['extras']['trash_scores']['default'] }} | {{ radarr['cf']['extras']['trash_id'] }} | ------ @@ -12,8 +14,10 @@ - **{{ radarr['cf']['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['cf']['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['cf']['lq-release-title']['name'] }}:** A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name. - **{{ radarr['cf']['x265-hd']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. !!! 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']['extras']['name'] }}:** Blocks releases that only contain extras diff --git a/includes/cf/sonarr-all-hdr-formats-dv-web-hdr10plus-boost.md b/includes/cf/sonarr-all-hdr-formats-dv-web-hdr10plus-boost.md deleted file mode 100644 index 073557030..000000000 --- a/includes/cf/sonarr-all-hdr-formats-dv-web-hdr10plus-boost.md +++ /dev/null @@ -1,24 +0,0 @@ -??? abstract "All HDR Formats + DV (WEBDL) + HDR10+ Boost - [Click to show/hide]" - - {! include-markdown "../../includes/cf/dv-info.md" !} - - ![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png) - - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------: | ------------------------------------------------- | - | [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} | - | [{{ sonarr['cf']['dv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv) | {{ sonarr['cf']['dv']['trash_scores']['default'] }} | {{ sonarr['cf']['dv']['trash_id'] }} | - | [{{ sonarr['cf']['dv-hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hlg) | {{ sonarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hlg']['trash_id'] }} | - | [{{ sonarr['cf']['dv-sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-sdr) | {{ sonarr['cf']['dv-sdr']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-sdr']['trash_id'] }} | - | [{{ sonarr['cf']['hdr10plus']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr10plus) | {{ sonarr['cf']['hdr10plus']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr10plus']['trash_id'] }} | - | [{{ sonarr['cf']['hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr10) | {{ sonarr['cf']['hdr10']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr10']['trash_id'] }} | - | [{{ sonarr['cf']['hdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr) | {{ sonarr['cf']['hdr']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr']['trash_id'] }} | - | [{{ sonarr['cf']['hdr-undefined']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr-undefined) | {{ sonarr['cf']['hdr-undefined']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr-undefined']['trash_id'] }} | - | [{{ sonarr['cf']['pq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pq) | {{ sonarr['cf']['pq']['trash_scores']['default'] }} | {{ sonarr['cf']['pq']['trash_id'] }} | - | [{{ sonarr['cf']['hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hlg) | {{ sonarr['cf']['hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['hlg']['trash_id'] }} | - | [{{ sonarr['cf']['dv-webdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-webdl) | {{ sonarr['cf']['dv-webdl']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-webdl']['trash_id'] }} | - | [{{ sonarr['cf']['hdr10plus-boost']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr10plus-boost) | {{ sonarr['cf']['hdr10plus-boost']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr10plus-boost']['trash_id'] }} | - - - !!! tip - If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then it's best to add **ALL** the HDR Formats listed above (including **ALL** the DV ones (with and without HDR in it)), It is important to also add the [{{ sonarr['cf']['dv-webdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-webdl) Custom Format with a score of {{ sonarr['cf']['dv-webdl']['trash_scores']['default'] }} diff --git a/includes/cf/sonarr-all-hdr-formats-dv-web.md b/includes/cf/sonarr-all-hdr-formats-dv-web.md deleted file mode 100644 index 063ad6ece..000000000 --- a/includes/cf/sonarr-all-hdr-formats-dv-web.md +++ /dev/null @@ -1,22 +0,0 @@ -??? abstract "All HDR Formats + DV (WEBDL) - [Click to show/hide]" - - {! include-markdown "../../includes/cf/dv-info.md" !} - - ![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png) - - | Custom Format | Score | Trash ID | - | --------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------: | ----------------------------------------------- | - | [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} | - | [{{ sonarr['cf']['dv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv) | {{ sonarr['cf']['dv']['trash_scores']['default'] }} | {{ sonarr['cf']['dv']['trash_id'] }} | - | [{{ sonarr['cf']['dv-hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hlg) | {{ sonarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hlg']['trash_id'] }} | - | [{{ sonarr['cf']['dv-sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-sdr) | {{ sonarr['cf']['dv-sdr']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-sdr']['trash_id'] }} | - | [{{ sonarr['cf']['hdr10plus']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr10plus) | {{ sonarr['cf']['hdr10plus']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr10plus']['trash_id'] }} | - | [{{ sonarr['cf']['hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr10) | {{ sonarr['cf']['hdr10']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr10']['trash_id'] }} | - | [{{ sonarr['cf']['hdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr) | {{ sonarr['cf']['hdr']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr']['trash_id'] }} | - | [{{ sonarr['cf']['hdr-undefined']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr-undefined) | {{ sonarr['cf']['hdr-undefined']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr-undefined']['trash_id'] }} | - | [{{ sonarr['cf']['pq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pq) | {{ sonarr['cf']['pq']['trash_scores']['default'] }} | {{ sonarr['cf']['pq']['trash_id'] }} | - | [{{ sonarr['cf']['hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hlg) | {{ sonarr['cf']['hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['hlg']['trash_id'] }} | - | [{{ sonarr['cf']['dv-webdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-webdl) | {{ sonarr['cf']['dv-webdl']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-webdl']['trash_id'] }} | - - !!! tip - If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then it's best to add **ALL** the HDR Formats listed above (including **ALL** the DV ones (with and without HDR in it)), It is important to also add the [{{ sonarr['cf']['dv-webdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-webdl) Custom Format with a score of {{ sonarr['cf']['dv-webdl']['trash_scores']['default'] }} diff --git a/includes/cf/sonarr-all-hdr-formats.md b/includes/cf/sonarr-all-hdr-formats.md index c63262d29..5cb9a004c 100644 --- a/includes/cf/sonarr-all-hdr-formats.md +++ b/includes/cf/sonarr-all-hdr-formats.md @@ -1,11 +1,23 @@ ??? abstract "All HDR Formats - [Click to show/hide]" - {! include-markdown "../../includes/cf/dv-info.md" !} + **Why would I choose All HDR formats ?** - ![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png) + - You have a 4K/2160p TV and a hardware media player device (such as Roku, AppleTV, Shield, SmartTV App, etc.) that supports several HDR formats (such as Dolby Vision, HDR10, HDR10+, etc.). + + {! include-markdown "../../includes/cf/dv-limitations-atv.md" !} + + - You've chosen a profile that includes 4K/2160p releases. You must use all the HDR formats with 4k/2160p profiles. + - You must add **ALL** the HDR formats - don't leave any of them out! + + {! include-markdown "../../includes/cf/dv-info-green-purple.md" !} + + {! include-markdown "../../includes/cf/dv-info-profiles.md" !} + + {! include-markdown "../../includes/cf/which-hdr-formats-should-i-choose.md" !} | Custom Format | Score | Trash ID | | --------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------: | ----------------------------------------------- | + | [{{ sonarr['cf']['dv-hdr10plus']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10plus) | {{ sonarr['cf']['dv-hdr10plus']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hdr10plus']['trash_id'] }} | | [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} | | [{{ sonarr['cf']['dv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv) | {{ sonarr['cf']['dv']['trash_scores']['default'] }} | {{ sonarr['cf']['dv']['trash_id'] }} | | [{{ sonarr['cf']['dv-hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hlg) | {{ sonarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hlg']['trash_id'] }} | @@ -17,5 +29,32 @@ | [{{ sonarr['cf']['pq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pq) | {{ sonarr['cf']['pq']['trash_scores']['default'] }} | {{ sonarr['cf']['pq']['trash_id'] }} | | [{{ sonarr['cf']['hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hlg) | {{ sonarr['cf']['hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['hlg']['trash_id'] }} | - !!! tip - If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then it's best to add **ALL** the HDR Formats listed above (including **ALL** the DV ones (with and without HDR in it)), It is important to also add the [{{ sonarr['cf']['dv-webdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-webdl) Custom Format with a score of {{ sonarr['cf']['dv-webdl']['trash_scores']['default'] }} + ??? abstract "Add Custom Format `DV (WEBDL)` with a score of `-10000` - [Click to show/hide]" + + **Why would I add this Custom Format?** + + - Not all devices in your chain support Dolby Vision. + - You share your media library with other family members that don't have Dolby Vision compatible devices. + - According the flowchart I should add this Custom Format + +

![Flowchart](/Radarr/images/flowchart-hdr-dv-webdl.png){ width="20%" height="20%" } + + | Custom Format | Score | Trash ID | + | ----------------------------------------------------------------------------------------------- | :-------------------------------------------------------: | ------------------------------------------ | + | [{{ sonarr['cf']['dv-webdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-webdl) | {{ sonarr['cf']['dv-webdl']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-webdl']['trash_id'] }} | + + ??? abstract "Add the Custom Formats `DV HDR10+ Boost` and `HDR10+ Boost` - [Click to show/hide]" + + **Why would I add this Custom Format?** + + - You have a (Samsung) TV that supports HDR10+. + - According the flowchart I should add this Custom Format + +

![Flowchart](/Radarr/images/flowchart-hdr10plus-boost.png){ width="20%" height="20%" } + + !!! warning "If you use this Custom Format then 99% of the time you also need to add the following Custom Format `DV (WEBDL)` with a score of `-10000`" + + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------------: | ---------------------------------------------------- | + | [{{ sonarr['cf']['hdr10plus-boost']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr10plus-boost) | {{ sonarr['cf']['hdr10plus-boost']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr10plus-boost']['trash_id'] }} | + | [{{ sonarr['cf']['dv-hdr10plus-boost']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10plus-boost) | {{ sonarr['cf']['dv-hdr10plus-boost']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hdr10plus-boost']['trash_id'] }} | diff --git a/includes/cf/sonarr-anime.md b/includes/cf/sonarr-anime.md index 9d1614947..e0db1132f 100644 --- a/includes/cf/sonarr-anime.md +++ b/includes/cf/sonarr-anime.md @@ -22,7 +22,7 @@ | [{{ sonarr['cf']['anime-web-tier-06-fansubs']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-web-tier-06-fansubs) | {{ sonarr['cf']['anime-web-tier-06-fansubs']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-web-tier-06-fansubs']['trash_id'] }} | | [{{ sonarr['cf']['anime-raws']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-raws) | {{ sonarr['cf']['anime-raws']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-raws']['trash_id'] }} | | [{{ sonarr['cf']['anime-lq-groups']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-lq-groups) | {{ sonarr['cf']['anime-lq-groups']['trash_scores']['default'] }} | {{ sonarr['cf']['anime-lq-groups']['trash_id'] }} | - | [{{ sonarr['cf']['av1']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#av1) | -10000 | {{ sonarr['cf']['av1']['trash_id'] }} | + | [{{ sonarr['cf']['av1']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#av1) | {{ sonarr['cf']['av1']['trash_scores']['anime-sonarr'] }} | {{ sonarr['cf']['av1']['trash_id'] }} | | [{{ sonarr['cf']['uncensored']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uncensored) | 0 | {{ sonarr['cf']['uncensored']['trash_id'] }} | | [{{ sonarr['cf']['v0']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#v0) | {{ sonarr['cf']['v0']['trash_scores']['default'] }} | {{ sonarr['cf']['v0']['trash_id'] }} | | [{{ sonarr['cf']['v1']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#v1) | {{ sonarr['cf']['v1']['trash_scores']['default'] }} | {{ sonarr['cf']['v1']['trash_id'] }} | @@ -32,6 +32,6 @@ | [{{ sonarr['cf']['10bit']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#10bit) | 0 | {{ sonarr['cf']['10bit']['trash_id'] }} | | [{{ sonarr['cf']['anime-dual-audio']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#anime-dual-audio) | 0 | {{ sonarr['cf']['anime-dual-audio']['trash_id'] }} | | [{{ sonarr['cf']['dubs-only']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dubs-only) | {{ sonarr['cf']['dubs-only']['trash_scores']['default'] }} | {{ sonarr['cf']['dubs-only']['trash_id'] }} | - | [{{ sonarr['cf']['french-vostfr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vostfr) | -10000 | {{ sonarr['cf']['french-vostfr']['trash_id'] }} | + | [{{ sonarr['cf']['french-vostfr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vostfr) | {{ sonarr['cf']['french-vostfr']['trash_scores']['anime-sonarr'] }} | {{ sonarr['cf']['french-vostfr']['trash_id'] }} | !!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main guide" diff --git a/includes/cf/sonarr-dv-tip-dv-webdl.md b/includes/cf/sonarr-dv-tip-dv-webdl.md new file mode 100644 index 000000000..b21ab150e --- /dev/null +++ b/includes/cf/sonarr-dv-tip-dv-webdl.md @@ -0,0 +1,2 @@ +!!! tip + If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then it's best to add
**ALL** the HDR Formats listed above (including **ALL** the DV ones (with and without HDR in it)).
It is important to also add the [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) Custom Format with a score of {{ radarr['cf']['dv-webdl']['trash_scores']['default'] }} diff --git a/includes/cf/sonarr-hdr-formats.md b/includes/cf/sonarr-hdr-formats.md deleted file mode 100644 index b0daea71d..000000000 --- a/includes/cf/sonarr-hdr-formats.md +++ /dev/null @@ -1,21 +0,0 @@ -??? abstract "HDR Formats - [Click to show/hide]" - - {! include-markdown "../../includes/cf/dv-info.md" !} - - ![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png) - - | Custom Format | Score | Trash ID | - | --------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------: | ----------------------------------------------- | - | [{{ sonarr['cf']['dv-hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hdr10) | {{ sonarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hdr10']['trash_id'] }} | - | [{{ sonarr['cf']['dv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv) | {{ sonarr['cf']['dv']['trash_scores']['default'] }} | {{ sonarr['cf']['dv']['trash_id'] }} | - | [{{ sonarr['cf']['dv-hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-hlg) | {{ sonarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-hlg']['trash_id'] }} | - | [{{ sonarr['cf']['dv-sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-sdr) | {{ sonarr['cf']['dv-sdr']['trash_scores']['default'] }} | {{ sonarr['cf']['dv-sdr']['trash_id'] }} | - | [{{ sonarr['cf']['hdr10plus']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr10plus) | {{ sonarr['cf']['hdr10plus']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr10plus']['trash_id'] }} | - | [{{ sonarr['cf']['hdr10']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr10) | {{ sonarr['cf']['hdr10']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr10']['trash_id'] }} | - | [{{ sonarr['cf']['hdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr) | {{ sonarr['cf']['hdr']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr']['trash_id'] }} | - | [{{ sonarr['cf']['hdr-undefined']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hdr-undefined) | {{ sonarr['cf']['hdr-undefined']['trash_scores']['default'] }} | {{ sonarr['cf']['hdr-undefined']['trash_id'] }} | - | [{{ sonarr['cf']['pq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pq) | {{ sonarr['cf']['pq']['trash_scores']['default'] }} | {{ sonarr['cf']['pq']['trash_id'] }} | - | [{{ sonarr['cf']['hlg']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hlg) | {{ sonarr['cf']['hlg']['trash_scores']['default'] }} | {{ sonarr['cf']['hlg']['trash_id'] }} | - - !!! tip - If you (or family members you share your collection with) have a setup that doesn't support Dolby Vision then it's best to add **ALL** the HDR Formats listed above (including **ALL** the DV ones (with and without HDR in it)), It is important to also add the [{{ sonarr['cf']['dv-webdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dv-webdl) Custom Format with a score of {{ sonarr['cf']['dv-webdl']['trash_scores']['default'] }} diff --git a/includes/cf/sonarr-optional-uhd.md b/includes/cf/sonarr-optional-uhd.md index 14a20b96c..fc3d47bfa 100644 --- a/includes/cf/sonarr-optional-uhd.md +++ b/includes/cf/sonarr-optional-uhd.md @@ -1,10 +1,14 @@ ??? abstract "Optional (UHD) - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------- | :--------------------------------------------------: | ------------------------------------- | - | [{{ sonarr['cf']['sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr) | {{ sonarr['cf']['sdr']['trash_scores']['default'] }} | {{ sonarr['cf']['sdr']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | ----------------------------------------------------------------------------------------------------------------- | :-----------------------------------------------------------: | ---------------------------------------------- | + | [{{ sonarr['cf']['sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr) | {{ sonarr['cf']['sdr']['trash_scores']['default'] }} | {{ sonarr['cf']['sdr']['trash_id'] }} | + | [{{ sonarr['cf']['sdr-no-webdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr-no-webdl) :warning: | {{ sonarr['cf']['sdr-no-webdl']['trash_scores']['default'] }} | {{ sonarr['cf']['sdr-no-webdl']['trash_id'] }} | ------ Breakdown and Why - - **{{ sonarr['cf']['sdr']['name'] }}:** This will help to prevent to grab UHD/4k releases without HDR Formats. + - **{{ sonarr['cf']['sdr']['name'] }}:** This will prevent grabbing UHD/4k releases without HDR Formats. + - **{{ sonarr['cf']['sdr-no-webdl']['name'] }}:** This will prevent grabbing UHD/4k Remux and Bluray encode releases without HDR Formats. - i.e., SDR WEB releases will still be allowed since 4K SDR WEB releases can often look better than the 1080p version due to the improved bitrate. + + !!! Danger "Don't use this together with [{{ sonarr['cf']['sdr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sdr), Only ever include one of them :warning:" diff --git a/includes/cf/sonarr-optional.md b/includes/cf/sonarr-optional.md new file mode 100644 index 000000000..8cec62849 --- /dev/null +++ b/includes/cf/sonarr-optional.md @@ -0,0 +1,29 @@ +??? abstract "Optional - [Click to show/hide]" + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------: | ------------------------------------------------- | + | [{{ sonarr['cf']['bad-dual-groups']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#bad-dual-groups) | {{ sonarr['cf']['bad-dual-groups']['trash_scores']['default'] }} | {{ sonarr['cf']['bad-dual-groups']['trash_id'] }} | + | [{{ sonarr['cf']['no-rlsgroup']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#no-rlsgroup) | {{ sonarr['cf']['no-rlsgroup']['trash_scores']['default'] }} | {{ sonarr['cf']['no-rlsgroup']['trash_id'] }} | + | [{{ sonarr['cf']['obfuscated']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#obfuscated) | {{ sonarr['cf']['obfuscated']['trash_scores']['default'] }} | {{ sonarr['cf']['obfuscated']['trash_id'] }} | + | [{{ sonarr['cf']['retags']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#retags) | {{ sonarr['cf']['retags']['trash_scores']['default'] }} | {{ sonarr['cf']['retags']['trash_id'] }} | + | [{{ sonarr['cf']['scene']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#scene) | {{ sonarr['cf']['scene']['trash_scores']['default'] }} | {{ sonarr['cf']['scene']['trash_id'] }} | + | [{{ sonarr['cf']['x265-no-hdrdv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv) :warning: | {{ sonarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }} | {{ sonarr['cf']['x265-no-hdrdv']['trash_id'] }} | + + ------ + + Breakdown and Why + + - **{{ sonarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release and add their own language track (e.g. AAC 2.0 Portuguese) as the first track. Afterward, FFprobe would determine that the media file is Portuguese. It's a common rule that you only add the best audio as the main track. + Also they often even rename the release name into Portuguese. + - **{{ sonarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. + - **{{ sonarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. + - **{{ sonarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you wish to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release (e.g. TGx downsampling an NTb release from 5.1 audio to 2.0 audio, yet maintaining the NTb naming). + - **{{ sonarr['cf']['scene']['name'] }}:** [*Optional*] Use this only if you want to avoid SCENE releases. + - **{{ sonarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. + + **This will allow x265 releases if they have HDR and/or DV** + + *Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.* + + In your quality profile use the following score for this Custom Format: `{{ sonarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }}` + + !!! Danger "Don't use this combined with [{{ sonarr['cf']['x265-hd']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-hd), Only ever apply one of them. :warning:" diff --git a/includes/cf/sonarr-streaming-services-anime.md b/includes/cf/sonarr-streaming-services-anime.md index f97606d96..2428b91d0 100644 --- a/includes/cf/sonarr-streaming-services-anime.md +++ b/includes/cf/sonarr-streaming-services-anime.md @@ -1,13 +1,14 @@ ??? abstract "Anime Streaming Services - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | ----------------------------------------------------------------------------------------------- | :---------------------------------------: | -------------------------------------------- | - | [{{ sonarr['cf']['cr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cr) | {{ sonarr['cf']['cr']['trash_scores']['default'] }} | {{ sonarr['cf']['cr']['trash_id'] }} | - | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | 5 | {{ sonarr['cf']['dsnp']['trash_id'] }} | - | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | 4 | {{ sonarr['cf']['nf']['trash_id'] }} | - | [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | 3 | {{ sonarr['cf']['amzn']['trash_id'] }} | - | [{{ sonarr['cf']['vrv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vrv) | {{ sonarr['cf']['vrv']['trash_scores']['default'] }} | {{ sonarr['cf']['vrv']['trash_id'] }} | - | [{{ sonarr['cf']['funi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#funi) | {{ sonarr['cf']['funi']['trash_scores']['default'] }} | {{ sonarr['cf']['funi']['trash_id'] }} | - | [{{ sonarr['cf']['french-adn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#adn) | 1 | {{ sonarr['cf']['french-adn']['trash_id'] }} | - | [{{ sonarr['cf']['bglobal']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#b-global) | 0 | {{ sonarr['cf']['bglobal']['trash_id'] }} | - | [{{ sonarr['cf']['bilibili']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#bilibili) | 0 | {{ sonarr['cf']['bilibili']['trash_id'] }} | - | [{{ sonarr['cf']['hidive']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hidive) | 0 | {{ sonarr['cf']['hidive']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | ----------------------------------------------------------------------------------------------- | :--------------------------------------------------------------: | -------------------------------------------- | + | [{{ sonarr['cf']['cr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cr) | {{ sonarr['cf']['cr']['trash_scores']['default'] }} | {{ sonarr['cf']['cr']['trash_id'] }} | + | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_scores']['anime-sonarr'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} | + | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_scores']['anime-sonarr'] }} | {{ sonarr['cf']['nf']['trash_id'] }} | + | [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | {{ sonarr['cf']['amzn']['trash_scores']['anime-sonarr'] }} | {{ sonarr['cf']['amzn']['trash_id'] }} | + | [{{ sonarr['cf']['vrv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vrv) | {{ sonarr['cf']['vrv']['trash_scores']['default'] }} | {{ sonarr['cf']['vrv']['trash_id'] }} | + | [{{ sonarr['cf']['funi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#funi) | {{ sonarr['cf']['funi']['trash_scores']['default'] }} | {{ sonarr['cf']['funi']['trash_id'] }} | + | [{{ sonarr['cf']['abema']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#abema) | {{ sonarr['cf']['abema']['trash_scores']['default'] }} | {{ sonarr['cf']['abema']['trash_id'] }} | + | [{{ sonarr['cf']['french-adn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#adn) | {{ sonarr['cf']['french-adn']['trash_scores']['anime-sonarr'] }} | {{ sonarr['cf']['french-adn']['trash_id'] }} | + | [{{ sonarr['cf']['bglobal']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#b-global) | 0 | {{ sonarr['cf']['bglobal']['trash_id'] }} | + | [{{ sonarr['cf']['bilibili']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#bilibili) | 0 | {{ sonarr['cf']['bilibili']['trash_id'] }} | + | [{{ sonarr['cf']['hidive']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hidive) | 0 | {{ sonarr['cf']['hidive']['trash_id'] }} | diff --git a/includes/cf/sonarr-streaming-services.md b/includes/cf/sonarr-streaming-services.md index 95f12b5eb..c790dc565 100644 --- a/includes/cf/sonarr-streaming-services.md +++ b/includes/cf/sonarr-streaming-services.md @@ -1,24 +1,18 @@ -??? abstract "Streaming Services - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | --------------------------------------------------------------------------------------- | :---------------------------------------------------: | -------------------------------------- | - | [{{ sonarr['cf']['atvp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atvp) | {{ sonarr['cf']['atvp']['trash_scores']['default'] }} | {{ sonarr['cf']['atvp']['trash_id'] }} | - | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_scores']['default'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} | - | [{{ sonarr['cf']['max']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#max) | {{ sonarr['cf']['max']['trash_scores']['default'] }} | {{ sonarr['cf']['max']['trash_id'] }} | - | [{{ sonarr['cf']['hmax']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hmax) | {{ sonarr['cf']['hmax']['trash_scores']['default'] }} | {{ sonarr['cf']['hmax']['trash_id'] }} | - | [{{ sonarr['cf']['qibi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#qibi) | {{ sonarr['cf']['qibi']['trash_scores']['default'] }} | {{ sonarr['cf']['qibi']['trash_id'] }} | - | [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | {{ sonarr['cf']['amzn']['trash_scores']['default'] }} | {{ sonarr['cf']['amzn']['trash_id'] }} | - | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_scores']['default'] }} | {{ sonarr['cf']['nf']['trash_id'] }} | - | [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_scores']['default'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} | - | [{{ sonarr['cf']['pmtp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pmtp) | {{ sonarr['cf']['pmtp']['trash_scores']['default'] }} | {{ sonarr['cf']['pmtp']['trash_id'] }} | - | [{{ sonarr['cf']['stan']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#stan) | {{ sonarr['cf']['stan']['trash_scores']['default'] }} | {{ sonarr['cf']['stan']['trash_id'] }} | - | [{{ sonarr['cf']['cc']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cc) | {{ sonarr['cf']['cc']['trash_scores']['default'] }} | {{ sonarr['cf']['cc']['trash_id'] }} | - | [{{ sonarr['cf']['crav']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#crav) | {{ sonarr['cf']['crav']['trash_scores']['default'] }} | {{ sonarr['cf']['crav']['trash_id'] }} | - | [{{ sonarr['cf']['dcu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dcu) | {{ sonarr['cf']['dcu']['trash_scores']['default'] }} | {{ sonarr['cf']['dcu']['trash_id'] }} | - | [{{ sonarr['cf']['hbo']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hbo) | {{ sonarr['cf']['hbo']['trash_scores']['default'] }} | {{ sonarr['cf']['hbo']['trash_id'] }} | - | [{{ sonarr['cf']['hulu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hulu) | {{ sonarr['cf']['hulu']['trash_scores']['default'] }} | {{ sonarr['cf']['hulu']['trash_id'] }} | - | [{{ sonarr['cf']['it']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#it) | {{ sonarr['cf']['it']['trash_scores']['default'] }} | {{ sonarr['cf']['it']['trash_id'] }} | - | [{{ sonarr['cf']['nlz']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nlz) | {{ sonarr['cf']['nlz']['trash_scores']['default'] }} | {{ sonarr['cf']['nlz']['trash_id'] }} | - | [{{ sonarr['cf']['red']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_scores']['default'] }} | {{ sonarr['cf']['red']['trash_id'] }} | - | [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_scores']['default'] }} | {{ sonarr['cf']['sho']['trash_id'] }} | - | [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_scores']['default'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} | - | [{{ sonarr['cf']['ovid']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#ovid) | {{ sonarr['cf']['ovid']['trash_scores']['default'] }} | {{ sonarr['cf']['ovid']['trash_id'] }} | +??? abstract "General Streaming Services - [Click to show/hide]" + | Custom Format | Score | Trash ID | + |---------------------------------------------------------------------------------------------|:-------------------------------------------------------:|------------------------------------------| + | [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | {{ sonarr['cf']['amzn']['trash_scores']['default'] }} | {{ sonarr['cf']['amzn']['trash_id'] }} | + | [{{ sonarr['cf']['atvp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atvp) | {{ sonarr['cf']['atvp']['trash_scores']['default'] }} | {{ sonarr['cf']['atvp']['trash_id'] }} | + | [{{ sonarr['cf']['cc']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cc) | {{ sonarr['cf']['cc']['trash_scores']['default'] }} | {{ sonarr['cf']['cc']['trash_id'] }} | + | [{{ sonarr['cf']['dcu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dcu) | {{ sonarr['cf']['dcu']['trash_scores']['default'] }} | {{ sonarr['cf']['dcu']['trash_id'] }} | + | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_scores']['default'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} | + | [{{ sonarr['cf']['hmax']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hmax) | {{ sonarr['cf']['hmax']['trash_scores']['default'] }} | {{ sonarr['cf']['hmax']['trash_id'] }} | + | [{{ sonarr['cf']['hbo']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hbo) | {{ sonarr['cf']['hbo']['trash_scores']['default'] }} | {{ sonarr['cf']['hbo']['trash_id'] }} | + | [{{ sonarr['cf']['hulu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hulu) | {{ sonarr['cf']['hulu']['trash_scores']['default'] }} | {{ sonarr['cf']['hulu']['trash_id'] }} | + | [{{ sonarr['cf']['it']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#it) | {{ sonarr['cf']['it']['trash_scores']['default'] }} | {{ sonarr['cf']['it']['trash_id'] }} | + | [{{ sonarr['cf']['max']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#max) | {{ sonarr['cf']['max']['trash_scores']['default'] }} | {{ sonarr['cf']['max']['trash_id'] }} | + | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_scores']['default'] }} | {{ sonarr['cf']['nf']['trash_id'] }} | + | [{{ sonarr['cf']['pmtp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pmtp) | {{ sonarr['cf']['pmtp']['trash_scores']['default'] }} | {{ sonarr['cf']['pmtp']['trash_id'] }} | + | [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_scores']['default'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} | + | [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_scores']['default'] }} | {{ sonarr['cf']['sho']['trash_id'] }} | + | [{{ sonarr['cf']['stan']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#stan) | {{ sonarr['cf']['stan']['trash_scores']['default'] }} | {{ sonarr['cf']['stan']['trash_id'] }} | diff --git a/includes/cf/sonarr-uhd-streaming-services.md b/includes/cf/sonarr-uhd-streaming-services.md index 534e179dd..eb6be99ba 100644 --- a/includes/cf/sonarr-uhd-streaming-services.md +++ b/includes/cf/sonarr-uhd-streaming-services.md @@ -1,27 +1,21 @@ -??? abstract "Streaming Services (UHD) - [Click to show/hide]" +??? abstract "General Streaming Services (UHD) - [Click to show/hide]" | Custom Format | Score | Trash ID | | ------------------------------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------------: | ----------------------------------------------------- | - | [{{ sonarr['cf']['atvp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atvp) | {{ sonarr['cf']['atvp']['trash_scores']['default'] }} | {{ sonarr['cf']['atvp']['trash_id'] }} | - | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_scores']['default'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} | - | [{{ sonarr['cf']['max']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#max) | {{ sonarr['cf']['max']['trash_scores']['default'] }} | {{ sonarr['cf']['max']['trash_id'] }} | - | [{{ sonarr['cf']['hmax']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hmax) | {{ sonarr['cf']['hmax']['trash_scores']['default'] }} | {{ sonarr['cf']['hmax']['trash_id'] }} | - | [{{ sonarr['cf']['qibi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#qibi) | {{ sonarr['cf']['qibi']['trash_scores']['default'] }} | {{ sonarr['cf']['qibi']['trash_id'] }} | | [{{ sonarr['cf']['amzn']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#amzn) | {{ sonarr['cf']['amzn']['trash_scores']['default'] }} | {{ sonarr['cf']['amzn']['trash_id'] }} | - | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_scores']['default'] }} | {{ sonarr['cf']['nf']['trash_id'] }} | - | [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_scores']['default'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} | - | [{{ sonarr['cf']['pmtp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pmtp) | {{ sonarr['cf']['pmtp']['trash_scores']['default'] }} | {{ sonarr['cf']['pmtp']['trash_id'] }} | - | [{{ sonarr['cf']['stan']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#stan) | {{ sonarr['cf']['stan']['trash_scores']['default'] }} | {{ sonarr['cf']['stan']['trash_id'] }} | + | [{{ sonarr['cf']['atvp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#atvp) | {{ sonarr['cf']['atvp']['trash_scores']['default'] }} | {{ sonarr['cf']['atvp']['trash_id'] }} | | [{{ sonarr['cf']['cc']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#cc) | {{ sonarr['cf']['cc']['trash_scores']['default'] }} | {{ sonarr['cf']['cc']['trash_id'] }} | - | [{{ sonarr['cf']['crav']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#crav) | {{ sonarr['cf']['crav']['trash_scores']['default'] }} | {{ sonarr['cf']['crav']['trash_id'] }} | | [{{ sonarr['cf']['dcu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dcu) | {{ sonarr['cf']['dcu']['trash_scores']['default'] }} | {{ sonarr['cf']['dcu']['trash_id'] }} | + | [{{ sonarr['cf']['dsnp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#dsnp) | {{ sonarr['cf']['dsnp']['trash_scores']['default'] }} | {{ sonarr['cf']['dsnp']['trash_id'] }} | + | [{{ sonarr['cf']['hmax']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hmax) | {{ sonarr['cf']['hmax']['trash_scores']['default'] }} | {{ sonarr['cf']['hmax']['trash_id'] }} | | [{{ sonarr['cf']['hbo']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hbo) | {{ sonarr['cf']['hbo']['trash_scores']['default'] }} | {{ sonarr['cf']['hbo']['trash_id'] }} | | [{{ sonarr['cf']['hulu']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#hulu) | {{ sonarr['cf']['hulu']['trash_scores']['default'] }} | {{ sonarr['cf']['hulu']['trash_id'] }} | | [{{ sonarr['cf']['it']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#it) | {{ sonarr['cf']['it']['trash_scores']['default'] }} | {{ sonarr['cf']['it']['trash_id'] }} | - | [{{ sonarr['cf']['nlz']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nlz) | {{ sonarr['cf']['nlz']['trash_scores']['default'] }} | {{ sonarr['cf']['nlz']['trash_id'] }} | - | [{{ sonarr['cf']['red']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#red) | {{ sonarr['cf']['red']['trash_scores']['default'] }} | {{ sonarr['cf']['red']['trash_id'] }} | + | [{{ sonarr['cf']['max']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#max) | {{ sonarr['cf']['max']['trash_scores']['default'] }} | {{ sonarr['cf']['max']['trash_id'] }} | + | [{{ sonarr['cf']['nf']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#nf) | {{ sonarr['cf']['nf']['trash_scores']['default'] }} | {{ sonarr['cf']['nf']['trash_id'] }} | + | [{{ sonarr['cf']['pmtp']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pmtp) | {{ sonarr['cf']['pmtp']['trash_scores']['default'] }} | {{ sonarr['cf']['pmtp']['trash_id'] }} | + | [{{ sonarr['cf']['pcok']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#pcok) | {{ sonarr['cf']['pcok']['trash_scores']['default'] }} | {{ sonarr['cf']['pcok']['trash_id'] }} | | [{{ sonarr['cf']['sho']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#sho) | {{ sonarr['cf']['sho']['trash_scores']['default'] }} | {{ sonarr['cf']['sho']['trash_id'] }} | - | [{{ sonarr['cf']['vdl']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vdl) | {{ sonarr['cf']['vdl']['trash_scores']['default'] }} | {{ sonarr['cf']['vdl']['trash_id'] }} | - | [{{ sonarr['cf']['ovid']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#ovid) | {{ sonarr['cf']['ovid']['trash_scores']['default'] }} | {{ sonarr['cf']['ovid']['trash_id'] }} | + | [{{ sonarr['cf']['stan']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#stan) | {{ sonarr['cf']['stan']['trash_scores']['default'] }} | {{ sonarr['cf']['stan']['trash_id'] }} | | :warning: [{{ sonarr['cf']['uhd-streaming-boost']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-boost) | {{ sonarr['cf']['uhd-streaming-boost']['trash_scores']['default'] }} | {{ sonarr['cf']['uhd-streaming-boost']['trash_id'] }} | | :warning: [{{ sonarr['cf']['uhd-streaming-cut']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#uhd-streaming-cut) | {{ sonarr['cf']['uhd-streaming-cut']['trash_scores']['default'] }} | {{ sonarr['cf']['uhd-streaming-cut']['trash_id'] }} | diff --git a/includes/cf/sonarr-unwanted-uhd.md b/includes/cf/sonarr-unwanted-uhd.md index 9517b418c..9672595ba 100644 --- a/includes/cf/sonarr-unwanted-uhd.md +++ b/includes/cf/sonarr-unwanted-uhd.md @@ -1,9 +1,11 @@ ??? abstract "Unwanted (UHD) - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | --------------------------------------------------------------------------------------------- | :------------------------------------------------------: | ----------------------------------------- | - | [{{ sonarr['cf']['br-disk']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#br-disk) | {{ sonarr['cf']['br-disk']['trash_scores']['default'] }} | {{ sonarr['cf']['br-disk']['trash_id'] }} | - | [{{ sonarr['cf']['lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq) | {{ sonarr['cf']['lq']['trash_scores']['default'] }} | {{ sonarr['cf']['lq']['trash_id'] }} | - | [{{ sonarr['cf']['extras']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#extras) | {{ sonarr['cf']['extras']['trash_scores']['default'] }} | {{ sonarr['cf']['extras']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | --------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------: | -------------------------------------------------- | + | [{{ sonarr['cf']['br-disk']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#br-disk) | {{ sonarr['cf']['br-disk']['trash_scores']['default'] }} | {{ sonarr['cf']['br-disk']['trash_id'] }} | + | [{{ sonarr['cf']['lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq) | {{ sonarr['cf']['lq']['trash_scores']['default'] }} | {{ sonarr['cf']['lq']['trash_id'] }} | + | [{{ sonarr['cf']['lq-release-title']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq-release-title) | {{ sonarr['cf']['lq-release-title']['trash_scores']['default'] }} | {{ sonarr['cf']['lq-release-title']['trash_id'] }} | + | [{{ sonarr['cf']['upscaled']['name'] }}](/Sonarr/Sonarr-collection-of-custom-formats/#upscaled) | {{ sonarr['cf']['upscaled']['trash_scores']['default'] }} | {{ sonarr['cf']['upscaled']['trash_id'] }} | + | [{{ sonarr['cf']['extras']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#extras) | {{ sonarr['cf']['extras']['trash_scores']['default'] }} | {{ sonarr['cf']['extras']['trash_id'] }} | ------ @@ -11,4 +13,6 @@ - **{{ sonarr['cf']['br-disk']['name'] }} :** This is a custom format to help Sonarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality. - **{{ sonarr['cf']['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. + - **{{ sonarr['cf']['lq-release-title']['name'] }}:** A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name. + - **{{ sonarr['cf']['upscaled']['name'] }}:** This custom format is used to prevent Sonarr from grabbing upscaled releases. - **{{ sonarr['cf']['extras']['name'] }}:** This blocks/ignores extras diff --git a/includes/cf/sonarr-unwanted.md b/includes/cf/sonarr-unwanted.md index 0ecd73b2c..618e2b04b 100644 --- a/includes/cf/sonarr-unwanted.md +++ b/includes/cf/sonarr-unwanted.md @@ -1,10 +1,11 @@ ??? abstract "Unwanted - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------- | :------------------------------------------------------: | ----------------------------------------- | - | [{{ sonarr['cf']['br-disk']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#br-disk) | {{ sonarr['cf']['br-disk']['trash_scores']['default'] }} | {{ sonarr['cf']['br-disk']['trash_id'] }} | - | [{{ sonarr['cf']['lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq) | {{ sonarr['cf']['lq']['trash_scores']['default'] }} | {{ sonarr['cf']['lq']['trash_id'] }} | - | [{{ sonarr['cf']['x265-hd']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-hd) :warning: | {{ sonarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ sonarr['cf']['x265-hd']['trash_id'] }} | - | [{{ sonarr['cf']['extras']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#extras) | {{ sonarr['cf']['extras']['trash_scores']['default'] }} | {{ sonarr['cf']['extras']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | --------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------: | -------------------------------------------------- | + | [{{ sonarr['cf']['br-disk']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#br-disk) | {{ sonarr['cf']['br-disk']['trash_scores']['default'] }} | {{ sonarr['cf']['br-disk']['trash_id'] }} | + | [{{ sonarr['cf']['lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq) | {{ sonarr['cf']['lq']['trash_scores']['default'] }} | {{ sonarr['cf']['lq']['trash_id'] }} | + | [{{ sonarr['cf']['lq-release-title']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq-release-title) | {{ sonarr['cf']['lq-release-title']['trash_scores']['default'] }} | {{ sonarr['cf']['lq-release-title']['trash_id'] }} | + | [{{ sonarr['cf']['x265-hd']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-hd) :warning: | {{ sonarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ sonarr['cf']['x265-hd']['trash_id'] }} | + | [{{ sonarr['cf']['extras']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#extras) | {{ sonarr['cf']['extras']['trash_scores']['default'] }} | {{ sonarr['cf']['extras']['trash_id'] }} | ------ @@ -12,6 +13,7 @@ - **{{ sonarr['cf']['br-disk']['name'] }} :** This is a custom format to help Sonarr recognize & ignore BR-DISK (ISO's and Blu-ray folder structure) in addition to the standard BR-DISK quality. - **{{ sonarr['cf']['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. + - **{{ sonarr['cf']['lq-release-title']['name'] }}:** A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name. - **{{ sonarr['cf']['x265-hd']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. !!! Danger "Don't use this together with [{{ sonarr['cf']['x265-no-hdrdv']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#x265-no-hdrdv), Only ever include one of them :warning:" diff --git a/includes/cf/which-audio-formats-should-i-choose.md b/includes/cf/which-audio-formats-should-i-choose.md new file mode 100644 index 000000000..21973f8c9 --- /dev/null +++ b/includes/cf/which-audio-formats-should-i-choose.md @@ -0,0 +1,3 @@ +??? question "Which Audio Format should I choose? - [Click to show/hide]" + + ![!Audio Formats Flowchart](/Radarr/images/flowchart-audio.png) diff --git a/includes/cf/which-hdr-formats-should-i-choose.md b/includes/cf/which-hdr-formats-should-i-choose.md new file mode 100644 index 000000000..0d1ecf4b5 --- /dev/null +++ b/includes/cf/which-hdr-formats-should-i-choose.md @@ -0,0 +1,3 @@ +??? question "Which HDR Format should I choose? - [Click to show/hide]" + + ![!HDR Formats Flowchart](/Radarr/images/flowchart-hdr-formats.png) diff --git a/includes/docker/docker-compose.yml b/includes/docker/docker-compose.yml index 0e1b97145..d9617352e 100644 --- a/includes/docker/docker-compose.yml +++ b/includes/docker/docker-compose.yml @@ -2,7 +2,7 @@ version: "3.2" services: radarr: container_name: radarr - image: cr.hotio.dev/hotio/radarr:latest + image: ghcr.io/hotio/radarr:latest restart: unless-stopped logging: driver: json-file @@ -18,7 +18,7 @@ services: - /data:/data sonarr: container_name: sonarr - image: cr.hotio.dev/hotio/sonarr:latest + image: ghcr.io/hotio/sonarr:latest restart: unless-stopped logging: driver: json-file @@ -34,7 +34,7 @@ services: - /data:/data bazarr: container_name: bazarr - image: cr.hotio.dev/hotio/bazarr:latest + image: ghcr.io/hotio/bazarr:latest restart: unless-stopped logging: driver: json-file @@ -50,7 +50,7 @@ services: - /data/media:/data/media sabnzbd: container_name: sabnzbd - image: cr.hotio.dev/hotio/sabnzbd:latest + image: ghcr.io/hotio/sabnzbd:latest restart: unless-stopped logging: driver: json-file diff --git a/includes/docker/x265.md b/includes/docker/x265.md index 07602d29d..f06621d33 100644 --- a/includes/docker/x265.md +++ b/includes/docker/x265.md @@ -1,5 +1,5 @@ !!! quote - x265 is good for 4k stuff or 1080p if they used the the remuxes as source. + x265 is good for 4k stuff or 1080p if they used the remuxes as source. If the media isn't source quality/remux, then there will be a loss of quality every time. Also, once you go x265, typically that file is done. It can't be changed to something else without a huge loss of quality. diff --git a/includes/french-guide/radarr-french-audio-version-en.md b/includes/french-guide/radarr-french-audio-version-en.md index 305a36173..7b64174c6 100644 --- a/includes/french-guide/radarr-french-audio-version-en.md +++ b/includes/french-guide/radarr-french-audio-version-en.md @@ -6,6 +6,7 @@ | VOF | Version Originale Française | Original French Version | | VFI | Version Francophone Internationale | International French Version | | VFQ | Version Francophone Québécoise | Canadian French Version | + | VOQ | Version Original Québécoise (ex: Bon Cop, Bad Cop) | Quebec Original Version (ex: Bon Cop, Bad Cop) | | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | | VFB | Version Francophone Belge | Belgian French Version | | VF[1-9] or FR[1-9] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | @@ -15,7 +16,11 @@ - *[2] It should be noted that SUBFRENCH is included in this Custom Format. However, SUB often means that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix the two, leading to some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.* !!! tip "Indexers renaming in Prowlarr" - Some Indexers in Prowlarr can rename `MULTi` releases to `MULTi.TRUEFRENCH` or `MULTi.FRENCH`. It is not recommend to use such a feature along with those Custom Formats as it can lead to false positives from the VFF, VFQ and VQ Custom Formats. + Some Indexers in **Prowlarr** can rename `MULTi` releases to `MULTi.TRUEFRENCH` or `MULTi.FRENCH`. It is not recommend to use such a feature along with those Custom Formats as it can lead to false positives from the VFF, VFQ and VQ Custom Formats. + + !!! tip "MULTi definition per indexers" + Some Indexers in **Radarr** will let you choose which audio is normally included inside a `MULTi` release as an option. You should choose only `Original` and `French` if you decide to use it. + This option should only be used for French indexers where you are sure that `MULTi` does include both `Original` and `French` audio. Doing so in more "international" indexers can create to false positive with the French Audio CFs. ??? abstract "French Audio Versions - [Click to show/hide]" | Custom Format | Trash ID | @@ -25,6 +30,7 @@ | [{{ radarr['cf']['french-vfi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfi) | {{ radarr['cf']['french-vfi']['trash_id'] }} | | [{{ radarr['cf']['french-vf2']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vf2) | {{ radarr['cf']['french-vf2']['trash_id'] }} | | [{{ radarr['cf']['french-vfq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfq) | {{ radarr['cf']['french-vfq']['trash_id'] }} | + | [{{ radarr['cf']['french-voq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#voq) | {{ radarr['cf']['french-voq']['trash_id'] }} | | [{{ radarr['cf']['french-vq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vq) | {{ radarr['cf']['french-vq']['trash_id'] }} | | [{{ radarr['cf']['french-vfb']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfb) | {{ radarr['cf']['french-vfb']['trash_id'] }} | | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | {{ radarr['cf']['french-vostfr']['trash_id'] }} | diff --git a/includes/french-guide/radarr-french-audio-version-fr.md b/includes/french-guide/radarr-french-audio-version-fr.md index e3239cb3f..cba79e7e4 100644 --- a/includes/french-guide/radarr-french-audio-version-fr.md +++ b/includes/french-guide/radarr-french-audio-version-fr.md @@ -6,6 +6,7 @@ | VOF | Version Originale Française | Original French Version | | VFI | Version Francophone Internationale | International French Version | | VFQ | Version Francophone Québécoise | Canadian French Version | + | VOQ | Version Original Québécoise (ex: Bon Cop, Bad Cop) | Quebec Original Version (ex: Bon Cop, Bad Cop) | | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | | VFB | Version Francophone Belge | Belgian French Version | | VF[1-9] or FR[1-9] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | @@ -15,7 +16,11 @@ - *[2] Il est à noter que le SUBFRENCH est inclus dans ce Format Personnalisé. Néanmoins, SUB signifie souvent que le sous-titre a été intégré à l'image (hardcoded). Les sorties françaises ont tendance à mélanger les deux, ce qui fait que certains VOSTFR sont étiquetés comme SUBFRENCH et SUBFRENCH comme VOSTFR.* !!! tip "Indexers renaming in Prowlarr" - Certains indexeurs dans Prowlarr peuvent renommer les versions `MULTi` en `MULTi.TRUEFRENCH` ou `MULTi.FRENCH`. L'utilisation de cette fonction n'est pas recommandé, car elle peut entraîner des faux positifs avec les formats personnalisés VFF, VFQ et VQ. + Certains indexeurs dans **Prowlarr** peuvent renommer les versions `MULTi` en `MULTi.TRUEFRENCH` ou `MULTi.FRENCH`. L'utilisation de cette fonction n'est pas recommandé, car elle peut entraîner des faux positifs avec les formats personnalisés VFF, VFQ et VQ. + + !!! tip "MULTi definition per indexers" + Certains indexers dans **Radarr** vous permettront de choisir l'audio qui est normalement inclus dans une version `MULTi` en tant qu'option. Vous devriez choisir seulement `Original` et `French` si vous décidez de l'utiliser. + Cette option ne devrait être utilisée que pour les indexers français où vous êtes sûr du fait que `MULTi` inclut à la fois l'audio `Original` et l'audio `Français`. L'utiliser avec des indexers plus "internationaux" peut créer un faux positif avec la recognaissance des CFs des versions françaises. ??? abstract "Versions françaises - [Cliquer pour afficher/masquer]" | Formats Personnalisés | Trash ID | @@ -25,6 +30,7 @@ | [{{ radarr['cf']['french-vfi']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfi) | {{ radarr['cf']['french-vfi']['trash_id'] }} | | [{{ radarr['cf']['french-vf2']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vf2) | {{ radarr['cf']['french-vf2']['trash_id'] }} | | [{{ radarr['cf']['french-vfq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfq) | {{ radarr['cf']['french-vfq']['trash_id'] }} | + | [{{ radarr['cf']['french-voq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#voq) | {{ radarr['cf']['french-voq']['trash_id'] }} | | [{{ radarr['cf']['french-vq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vq) | {{ radarr['cf']['french-vq']['trash_id'] }} | | [{{ radarr['cf']['french-vfb']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vfb) | {{ radarr['cf']['french-vfb']['trash_id'] }} | | [{{ radarr['cf']['french-vostfr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#vostfr) | {{ radarr['cf']['french-vostfr']['trash_id'] }} | diff --git a/includes/french-guide/sonarr-french-audio-version-en.md b/includes/french-guide/sonarr-french-audio-version-en.md index 473b4fd0b..4e8fa458b 100644 --- a/includes/french-guide/sonarr-french-audio-version-en.md +++ b/includes/french-guide/sonarr-french-audio-version-en.md @@ -6,6 +6,7 @@ | VOF | Version Originale Française | Original French Version | | VFI | Version Francophone Internationale | International French Version | | VFQ | Version Francophone Québécoise | Canadian French Version | + | VOQ | Version Original Québécoise (ex: Bon Cop, Bad Cop) | Quebec Original Version (ex: Bon Cop, Bad Cop) | | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | | VFB | Version Francophone Belge | Belgian French Version | | VF[1-9] or FR[1-9] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | @@ -15,7 +16,7 @@ - *[2] It should be noted that SUBFRENCH is included in this Custom Format. However, SUB often means that the subtitle was embedded inside the picture (hardcoded). French releases tend to mix the two, leading to some VOSTFR being labelled as SUBFRENCH and SUBFRENCH as VOSTFR.* !!! tip "Indexers renaming in Prowlarr" - Some Indexers in Prowlarr can rename `MULTi` releases to `MULTi.TRUEFRENCH` or `MULTi.FRENCH`. It is not recommend to use such a feature along with those Custom Formats as it can lead to false positives from the VFF, VFQ and VQ Custom Formats. + Some Indexers in **Prowlarr** can rename `MULTi` releases to `MULTi.TRUEFRENCH` or `MULTi.FRENCH`. It is not recommend to use such a feature along with those Custom Formats as it can lead to false positives from the VFF, VFQ and VQ Custom Formats. ??? abstract "French Audio Versions - [Click to show/hide]" | Custom Format | Trash ID | @@ -25,6 +26,7 @@ | [{{ sonarr['cf']['french-vfi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfi) | {{ sonarr['cf']['french-vfi']['trash_id'] }} | | [{{ sonarr['cf']['french-vf2']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vf2) | {{ sonarr['cf']['french-vf2']['trash_id'] }} | | [{{ sonarr['cf']['french-vfq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfq) | {{ sonarr['cf']['french-vfq']['trash_id'] }} | + | [{{ sonarr['cf']['french-voq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#voq) | {{ sonarr['cf']['french-voq']['trash_id'] }} | | [{{ sonarr['cf']['french-vq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vq) | {{ sonarr['cf']['french-vq']['trash_id'] }} | | [{{ sonarr['cf']['french-vfb']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfb) | {{ sonarr['cf']['french-vfb']['trash_id'] }} | | [{{ sonarr['cf']['french-vostfr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vostfr) | {{ sonarr['cf']['french-vostfr']['trash_id'] }} | diff --git a/includes/french-guide/sonarr-french-audio-version-fr.md b/includes/french-guide/sonarr-french-audio-version-fr.md index 0379bd93b..a2dc6b841 100644 --- a/includes/french-guide/sonarr-french-audio-version-fr.md +++ b/includes/french-guide/sonarr-french-audio-version-fr.md @@ -6,6 +6,7 @@ | VOF | Version Originale Française | Original French Version | | VFI | Version Francophone Internationale | International French Version | | VFQ | Version Francophone Québécoise | Canadian French Version | + | VOQ | Version Original Québécoise (ex: Bon Cop, Bad Cop) | Quebec Original Version (ex: Bon Cop, Bad Cop) | | VQ | Version Québécoise (accent Québécois important, ex: Les Simpsons le film) | Quebec Version (strong Quebec accent, ex: The Simpsons movie) | | VFB | Version Francophone Belge | Belgian French Version | | VF[1-9] or FR[1-9] | Indique le nombre de doublage présent (normalement VF2 soit VFF et VFQ) | Indicates the number of dubs present (normally VF2 being VFF and VFQ) | @@ -15,7 +16,7 @@ - *[2] Il est à noter que le SUBFRENCH est inclus dans ce Format Personnalisé. Néanmoins, SUB signifie souvent que le sous-titre a été intégré à l'image (hardcoded). Les sorties françaises ont tendance à mélanger les deux, ce qui fait que certains VOSTFR sont étiquetés comme SUBFRENCH et SUBFRENCH comme VOSTFR.* !!! tip "Indexers renaming in Prowlarr" - Certains indexeurs dans Prowlarr peuvent renommer les versions `MULTi` en `MULTi.TRUEFRENCH` ou `MULTi.FRENCH`. L'utilisation de cette fonction n'est pas recommandé, car elle peut entraîner des faux positifs avec les formats personnalisés VFF, VFQ et VQ. + Certains indexeurs dans **Prowlarr** peuvent renommer les versions `MULTi` en `MULTi.TRUEFRENCH` ou `MULTi.FRENCH`. L'utilisation de cette fonction n'est pas recommandé, car elle peut entraîner des faux positifs avec les formats personnalisés VFF, VFQ et VQ. ??? abstract "Versions françaises - [Cliquer pour afficher/masquer]" | Formats Personnalisés | Trash ID | @@ -25,6 +26,7 @@ | [{{ sonarr['cf']['french-vfi']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfi) | {{ sonarr['cf']['french-vfi']['trash_id'] }} | | [{{ sonarr['cf']['french-vf2']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vf2) | {{ sonarr['cf']['french-vf2']['trash_id'] }} | | [{{ sonarr['cf']['french-vfq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfq) | {{ sonarr['cf']['french-vfq']['trash_id'] }} | + | [{{ sonarr['cf']['french-voq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#voq) | {{ sonarr['cf']['french-voq']['trash_id'] }} | | [{{ sonarr['cf']['french-vq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vq) | {{ sonarr['cf']['french-vq']['trash_id'] }} | | [{{ sonarr['cf']['french-vfb']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vfb) | {{ sonarr['cf']['french-vfb']['trash_id'] }} | | [{{ sonarr['cf']['french-vostfr']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#vostfr) | {{ sonarr['cf']['french-vostfr']['trash_id'] }} | diff --git a/includes/hardlinks/breakdown-folder-structure-docker.md b/includes/hardlinks/breakdown-folder-structure-docker.md index 5b1505d72..e194b8130 100644 --- a/includes/hardlinks/breakdown-folder-structure-docker.md +++ b/includes/hardlinks/breakdown-folder-structure-docker.md @@ -6,7 +6,7 @@ qBittorrent, Deluge, ruTorrent The reason why we use `/data/torrents` for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/torrents/{tv|movies|music}`. -{! include-markdown "docker-tree-torrents.md" !} +{! include-markdown "./docker-tree-torrents.md" !} `Container Path:` => `/data/torrents/` @@ -18,7 +18,7 @@ NZBGet or SABnzbd The reason why we use `/data/usenet` for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/usenet/complete/{tv|movies|music}`. -{! include-markdown "docker-tree-usenet.md" !} +{! include-markdown "./docker-tree-usenet.md" !} `Container Path:` => `/data/usenet/` @@ -30,7 +30,7 @@ Sonarr, Radarr, Readarr and Lidarr Sonarr, Radarr, Readarr and Lidarr gets access to everything using `/data` because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete. -{! include-markdown "docker-tree-full.md" !} +{! include-markdown "./docker-tree-full.md" !} `Container Path:` => `/data` @@ -42,7 +42,7 @@ Plex, Emby, JellyFin and Bazarr Plex, Emby, JellyFin and Bazarr only needs access to your media library using `/data/media`, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders. -{! include-markdown "docker-tree-media.md" !} +{! include-markdown "./docker-tree-media.md" !} `Container Path:` => `/data/media` diff --git a/includes/hardlinks/breakdown-folder-structure-synology.md b/includes/hardlinks/breakdown-folder-structure-synology.md index 1d1200771..6ce97beaf 100644 --- a/includes/hardlinks/breakdown-folder-structure-synology.md +++ b/includes/hardlinks/breakdown-folder-structure-synology.md @@ -6,7 +6,7 @@ qBittorrent, Deluge, ruTorrent The reason why we use `/data/torrents` for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/torrents/{tv|movies|music}`. -{! include-markdown "docker-tree-torrents.md" !} +{! include-markdown "./docker-tree-torrents.md" !} `Container Path:` => `/data/torrents/` @@ -18,7 +18,7 @@ NZBGet or SABnzbd The reason why we use `/data/usenet` for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/usenet/complete/{tv|movies|music}`. -{! include-markdown "docker-tree-usenet.md" !} +{! include-markdown "./docker-tree-usenet.md" !} `Container Path:` => `/data/usenet/` @@ -30,7 +30,7 @@ Sonarr, Radarr, Readarr and Lidarr Sonarr, Radarr, Readarr and Lidarr gets access to everything using `/data` because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete. -{! include-markdown "docker-tree-full.md" !} +{! include-markdown "./docker-tree-full.md" !} `Container Path:` => `/data` @@ -42,7 +42,7 @@ Plex, Emby, JellyFin and Bazarr Plex, Emby, JellyFin and Bazarr only needs access to your media library using `/data/media`, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders. -{! include-markdown "docker-tree-media.md" !} +{! include-markdown "./docker-tree-media.md" !} `Container Path:` => `/data/media` diff --git a/includes/hardlinks/breakdown-folder-structure.md b/includes/hardlinks/breakdown-folder-structure.md index e9f5e9a11..505baed3d 100644 --- a/includes/hardlinks/breakdown-folder-structure.md +++ b/includes/hardlinks/breakdown-folder-structure.md @@ -6,7 +6,7 @@ qBittorrent, Deluge, ruTorrent The reason why we use `/data/torrents` for the torrent client is because it only needs access to the torrent files. In the torrent software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/torrents/{tv|movies|music}`. -{! include-markdown "docker-tree-torrents.md" !} +{! include-markdown "./docker-tree-torrents.md" !} #### Usenet clients @@ -14,7 +14,7 @@ NZBGet or SABnzbd The reason why we use `/data/usenet` for the usenet client is because it only needs access to the usenet files. In the usenet software settings, you’ll need to reconfigure paths and you can sort into sub-folders like `/data/usenet/complete/{tv|movies|music}`. -{! include-markdown "docker-tree-usenet.md" !} +{! include-markdown "./docker-tree-usenet.md" !} #### The Starr Apps @@ -22,7 +22,7 @@ Sonarr, Radarr, Readarr and Lidarr Sonarr, Radarr, Readarr and Lidarr gets access to everything using `/data` because the download folder(s) and media folder will look like and be one file system. Hardlinks will work and moves will be atomic, instead of copy + delete. -{! include-markdown "docker-tree-full.md" !} +{! include-markdown "./docker-tree-full.md" !} #### Media Server @@ -30,7 +30,7 @@ Plex, Emby, JellyFin and Bazarr Plex, Emby, JellyFin and Bazarr only needs access to your media library using `/data/media`, which can have any number of sub folders like Movies, Kids Movies, TV, Documentary TV and/or Music as sub folders. -{! include-markdown "docker-tree-media.md" !} +{! include-markdown "./docker-tree-media.md" !} ------ diff --git a/includes/hardlinks/folder-structure.md b/includes/hardlinks/folder-structure.md index f895ff9d3..30c6a474b 100644 --- a/includes/hardlinks/folder-structure.md +++ b/includes/hardlinks/folder-structure.md @@ -16,4 +16,4 @@ The `data` folder has sub-folders for `torrents` and `usenet` and each of these *In this examples I'm using lower case on all folder on purpose, being Linux is case sensitive.* -{! include-markdown "docker-tree-full.md" !} +{! include-markdown "./docker-tree-full.md" !} diff --git a/includes/merge-quality/sonarrv4-current-logic.md b/includes/merge-quality/sonarrv4-current-logic.md index de3fddc0f..d880277f6 100644 --- a/includes/merge-quality/sonarrv4-current-logic.md +++ b/includes/merge-quality/sonarrv4-current-logic.md @@ -21,4 +21,4 @@ !!! warning "" REPACKS and PROPERs are v2 of Qualities and thus rank above a non-repack of the same quality. - `Settings` => `Media Management` => `File Management` => `Proper & Repacks` Change to `Do Not Prefer` and use the [Repack/Proper Custom Format](/Sonarr/Sonarr-collection-of-custom-formats/#repackproper){:target="_blank" rel="noopener noreferrer"} + `Settings` => `Media Management` => `File Management` => `Proper & Repacks` Change to `Do Not Prefer` and use the [Repack/Proper Custom Format](/Sonarr/sonarr-collection-of-custom-formats/#repackproper){:target="_blank" rel="noopener noreferrer"} diff --git a/includes/sonarrv3-eol.md b/includes/sonarrv3-eol.md new file mode 100644 index 000000000..9c9582394 --- /dev/null +++ b/includes/sonarrv3-eol.md @@ -0,0 +1 @@ +!!! warning "**Sonarr v3 - End Of Life**

As of December 30th 2023, Sonarr v4 has been officially released.
Sonarr v3 is therefore in End of Life status.
As v4 has now been released, there will be no further updates to the Sonarr v3 guide.
We recommend that all users upgrade to Sonarr v4.
This Sonarr v3 guide will be removed in a future guides update.


:bangbang: **Before updating to Sonarr v4** :bangbang:
it is recommended that you delete any existing Release Profiles

" diff --git a/includes/sonarrv4-disclaimer.md b/includes/sonarrv4-disclaimer.md deleted file mode 100644 index c73824abd..000000000 --- a/includes/sonarrv4-disclaimer.md +++ /dev/null @@ -1 +0,0 @@ -!!! Danger "**DISCLAIMER**

The current Sonarr v4 branch is for dev and testing purposes internally only.
It is not supported nor officially released and still considered pre-alpha.
It is not advised to run pre-alpha software in a production environment.
Any issues encountered including glitches or data loss are not supported and you're on your own.

:warning: - What ever issue you find related to Sonarr **DO NOT** report it in Sonarr Discord. - :warning:

Any questions related to the guide can be asked in TRaSH-Guides Discord.

`perhaps` this disclaimer will be removed `soon(tm)`" diff --git a/includes/sqp/1-4k-cf-scoring-sqp1.md b/includes/sqp/1-4k-cf-scoring-sqp1.md index 270473703..0024d9612 100644 --- a/includes/sqp/1-4k-cf-scoring-sqp1.md +++ b/includes/sqp/1-4k-cf-scoring-sqp1.md @@ -20,11 +20,25 @@ !!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main public guide" - !!! danger "The CF with `0` you can choose to add with a score of `0` or just don't add them.
The reason why we score them this low is to prevent transcoding as much as possible.
The reason why `DTS` has a score of `0` is to make sure, that you don't limit yourself too much." + !!! danger "The CF with `0` you can choose to add with a score of `0` or just don't add them.
The reason why we score them this low is to prevent transcoding as much as possible.
The reason why `DTS` and `DTS-ES` have a score of `0` is to make sure that you don't limit yourself too much." ??? abstract "All HDR Formats + DV (WEBDL) - [Click to show/hide]" + + **Why would I choose All HDR formats + add `DV (WEBDL)` with a score of `-10000`?** + + - Because you want maximum compatibility across all devices. + - You must add **ALL** the HDR formats - don't leave any of them out! + - You must add DV-WEBDL with a score if `-10000`! + + {! include-markdown "../../includes/cf/dv-limitations-atv.md" !} + + {! include-markdown "../../includes/cf/dv-info-green-purple.md" !} + + {! include-markdown "../../includes/cf/dv-info-profiles.md" !} + | Custom Format | Score | Trash ID | | --------------------------------------------------------------------------------------------------------- | :------------------------------------------------------------: | ----------------------------------------------- | + | [{{ radarr['cf']['dv-hdr10plus']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10plus) | {{ radarr['cf']['dv-hdr10plus']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10plus']['trash_id'] }} | | [{{ radarr['cf']['dv-hdr10']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10) | {{ radarr['cf']['dv-hdr10']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10']['trash_id'] }} | | [{{ radarr['cf']['dv']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv) | {{ radarr['cf']['dv']['trash_scores']['default'] }} | {{ radarr['cf']['dv']['trash_id'] }} | | [{{ radarr['cf']['dv-hlg']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hlg) | {{ radarr['cf']['dv-hlg']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hlg']['trash_id'] }} | @@ -56,15 +70,18 @@ !!! danger "Adding `IMAX`/`IMAX Enhanced` will replace the BHDStudio release in most cases :warning:" ??? abstract "HQ Release Groups - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------------------------------------ | :----------------------------------------------------------------------------------------: | --------------------------------------------------- | - | [{{ radarr['cf']['bhdstudio']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/bhdstudio.json) | {{ radarr['cf']['bhdstudio']['trash_scores']['default'] }} | {{ radarr['cf']['bhdstudio']['trash_id'] }} | - | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_scores']['default'] }} | {{ radarr['cf']['web-tier-01']['trash_id'] }} | - | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_scores']['default'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} | - | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_scores']['default'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | - | [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: {{ radarr['cf']['hd-bluray-tier-01']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} | - | [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | :warning: {{ radarr['cf']['hd-bluray-tier-02']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} | - | [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: {{ radarr['cf']['hd-bluray-tier-03']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} | + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------------------------------------------------ | :-----------------------------------------------------------------------------------------: | ---------------------------------------------------- | + | [{{ radarr['cf']['bhdstudio']['name'] }}](https://raw.githubusercontent.com/TRaSH-/Guides/master/docs/json/radarr/cf/bhdstudio.json) | {{ radarr['cf']['bhdstudio']['trash_scores']['default'] }} | {{ radarr['cf']['bhdstudio']['trash_id'] }} | + | [{{ radarr['cf']['web-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-01) | {{ radarr['cf']['web-tier-01']['trash_scores']['default'] }} | {{ radarr['cf']['web-tier-01']['trash_id'] }} | + | [{{ radarr['cf']['web-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-02) | {{ radarr['cf']['web-tier-02']['trash_scores']['default'] }} | {{ radarr['cf']['web-tier-02']['trash_id'] }} | + | [{{ radarr['cf']['web-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#web-tier-03) | {{ radarr['cf']['web-tier-03']['trash_scores']['default'] }} | {{ radarr['cf']['web-tier-03']['trash_id'] }} | + | [{{ radarr['cf']['hd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-01) | :warning: {{ radarr['cf']['hd-bluray-tier-01']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['hd-bluray-tier-01']['trash_id'] }} | + | [{{ radarr['cf']['hd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-02) | :warning: {{ radarr['cf']['hd-bluray-tier-02']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['hd-bluray-tier-02']['trash_id'] }} | + | [{{ radarr['cf']['hd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hd-bluray-tier-03) | :warning: {{ radarr['cf']['hd-bluray-tier-03']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['hd-bluray-tier-03']['trash_id'] }} | + | [{{ radarr['cf']['uhd-bluray-tier-01']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-01) | :warning: {{ radarr['cf']['uhd-bluray-tier-01']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['uhd-bluray-tier-01']['trash_id'] }} | + | [{{ radarr['cf']['uhd-bluray-tier-02']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-02) | :warning: {{ radarr['cf']['uhd-bluray-tier-02']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['uhd-bluray-tier-02']['trash_id'] }} | + | [{{ radarr['cf']['uhd-bluray-tier-03']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#uhd-bluray-tier-03) | :warning: {{ radarr['cf']['uhd-bluray-tier-03']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['uhd-bluray-tier-03']['trash_id'] }} | !!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main public guide" @@ -77,39 +94,39 @@ {! include-markdown "../../includes/cf/radarr-misc.md" !} -{! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} +{! include-markdown "../../includes/sqp/radarr-unwanted-uhd-sqp1.md" !} ??? abstract "Optional - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------: | ------------------------------------------------- | - | [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_scores']['default'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} | - | [{{ radarr['cf']['hdr10plus-boost']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus-boost) | {{ radarr['cf']['hdr10plus-boost']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10plus-boost']['trash_id'] }} | - | [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} | - | [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_scores']['default'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} | - | [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_scores']['default'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} | - | [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_scores']['default'] }} | {{ radarr['cf']['retags']['trash_id'] }} | - | [{{ radarr['cf']['scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#scene) | {{ radarr['cf']['scene']['trash_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} | - | [{{ radarr['cf']['av1']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#av1) | :warning: {{ radarr['cf']['av1']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['av1']['trash_id'] }} | - | [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_scores']['default'] }} | {{ radarr['cf']['sdr']['trash_id'] }} | - - !!! tip "I recommend to use the the following Custom Formats" + + !!! tip "I recommend using the following Custom Formats" - `x265 (no HDR/DV)` over the `x265 (HD)`, Read the Why below and don't forget to read the warning,
:warning: Only ever include one of them :warning: - - `SDR` This will help to prevent to grab UHD/4k releases without HDR Formats - - `AV1` This will help to prevent to grab AV1 releases + - `AV1` This will prevent grabbing AV1 releases. + + !!! danger "Adding any of the `HDR10+ Boosts` could result in less streaming optimized releases :warning:" + + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------: | ------------------------------------------------- | + | [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_scores']['default'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} | + | [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} | + | [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_scores']['default'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} | + | [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_scores']['default'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} | + | [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_scores']['default'] }} | {{ radarr['cf']['retags']['trash_id'] }} | + | [{{ radarr['cf']['scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#scene) | {{ radarr['cf']['scene']['trash_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} | + | [{{ radarr['cf']['hdr10plus-boost']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus-boost) | {{ radarr['cf']['hdr10plus-boost']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10plus-boost']['trash_id'] }} | + | [{{ radarr['cf']['dv-hdr10plus-boost']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-hdr10plus-boost) | {{ radarr['cf']['dv-hdr10plus-boost']['trash_scores']['default'] }} | {{ radarr['cf']['dv-hdr10plus-boost']['trash_id'] }} | ------ Breakdown and Why - - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] 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. - - **{{ radarr['cf']['hdr10plus-boost']['name'] }}:** [*Optional*] (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+) - - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay. - - **{{ radarr['cf']['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['cf']['obfuscated']['name'] }}:** [*Optional*] (use these only if you dislike renamed releases) - - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] (use these only if you dislike retagged releases) - - **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] (use these only if you dislike scene releases) + - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release and add their own language track (e.g. AAC 2.0 Portuguese) as the first track. Afterward, FFprobe would determine that the media file is Portuguese. It's a common rule that you only add the best audio as the main track. + Also they often even rename the release name into Portuguese. + - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are okay. + - **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. + - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. + - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release. + - **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] Use this only if you want to avoid SCENE releases. - **{{ radarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. **But it will allow x265 releases if they have HDR and/or DV** @@ -120,9 +137,11 @@ !!! 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']['av1']['name'] }}:** This will help to prevent to grab AV1 releases. + - **{{ radarr['cf']['hdr10plus-boost']['name'] }}:** [*Optional*] (use this one only if you have a (Samsung) TV that supports HDR10+ and don't mind the chance to get less streaming optimized releases) + - **{{ radarr['cf']['dv-hdr10plus-boost']['name'] }}:** [*Optional*] (use this one only if you don't mind the chance to get less streaming optimized releases) + +{! include-markdown "../../includes/cf/radarr-optional-uhd.md" !} {! include-markdown "../../includes/sqp/hd-radarr-resolution.md" !} -{! include-markdown "../../includes/cf/radarr-streaming-services.md" !} +{! include-markdown "../../includes/sqp/1-4k-streaming-services.md" !} diff --git a/includes/sqp/1-4k-streaming-services.md b/includes/sqp/1-4k-streaming-services.md new file mode 100644 index 000000000..dd6b8b11e --- /dev/null +++ b/includes/sqp/1-4k-streaming-services.md @@ -0,0 +1,25 @@ +??? abstract "Streaming Services - [Click to show/hide]" + | Custom Format | Score | Trash ID | + | ----------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------: | --------------------------------------- | + | [{{ radarr['cf']['amzn']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#amzn) | 0 | {{ radarr['cf']['amzn']['trash_id'] }} | + | [{{ radarr['cf']['atvp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atvp) | 0 | {{ radarr['cf']['atvp']['trash_id'] }} | + | [{{ radarr['cf']['bcore']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bcore) | :warning: {{ radarr['cf']['bcore']['trash_scores']['sqp-1-2160p'] }} :warning: | {{ radarr['cf']['bcore']['trash_id'] }} | + | [{{ radarr['cf']['crit']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#crit) | {{ radarr['cf']['crit']['trash_scores']['default'] }} | {{ radarr['cf']['crit']['trash_id'] }} | + | [{{ radarr['cf']['dsnp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dsnp) | 0 | {{ radarr['cf']['dsnp']['trash_id'] }} | + | [{{ radarr['cf']['hbo']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hbo) | 0 | {{ radarr['cf']['hbo']['trash_id'] }} | + | [{{ radarr['cf']['hmax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hmax) | 0 | {{ radarr['cf']['hmax']['trash_id'] }} | + | [{{ radarr['cf']['hulu']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hulu) | 0 | {{ radarr['cf']['hulu']['trash_id'] }} | + | [{{ radarr['cf']['max']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#max) | 0 | {{ radarr['cf']['max']['trash_id'] }} | + | [{{ radarr['cf']['ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ma) | {{ radarr['cf']['ma']['trash_scores']['default'] }} | {{ radarr['cf']['ma']['trash_id'] }} | + | [{{ radarr['cf']['nf']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#nf) | 0 | {{ radarr['cf']['nf']['trash_id'] }} | + | [{{ radarr['cf']['pmtp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pmtp) | 0 | {{ radarr['cf']['pmtp']['trash_id'] }} | + | [{{ radarr['cf']['pcok']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcok) | 0 | {{ radarr['cf']['pcok']['trash_id'] }} | + | [{{ radarr['cf']['stan']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#stan) | 0 | {{ radarr['cf']['stan']['trash_id'] }} | + + !!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main public guide" + + ------ + Breakdown and Why + + - The reason why these Custom Formats have a score of `0` is because they are mainly used for the naming scheme and other variables should decide for movies if a certain release if preferred. + - `CRiT` and `MA` are the only ones with a positive score because of their better source material, or higher bitrate and quality compared to other streaming services. `BCore` has a negative score as these releases have a very high bitrate so can cause transcoding. diff --git a/includes/sqp/1-cf-scoring.md b/includes/sqp/1-cf-scoring.md index ff6f74279..3d7bb924e 100644 --- a/includes/sqp/1-cf-scoring.md +++ b/includes/sqp/1-cf-scoring.md @@ -20,7 +20,7 @@ !!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main public guide" - !!! danger "The CF with `0` you can choose to add with a score of `0` or just don't add them.
The reason why we score them this low is to prevent transcoding as much as possible.
The reason why `DTS` has a score of `0` is to make sure, that you don't limit yourself too much." + !!! danger "The CF with `0` you can choose to add with a score of `0` or just don't add them.
The reason why we score them this low is to prevent transcoding as much as possible.
The reason why `DTS` and `DTS-ES` have a score of `0` is to make sure that you don't limit yourself too much." ??? abstract "Movie Versions - [Click to show/hide]" | Custom Format | Score | Trash ID | @@ -53,10 +53,10 @@ {! include-markdown "../../includes/cf/radarr-misc.md" !} -{! include-markdown "../../includes/cf/radarr-unwanted.md" !} +{! include-markdown "../../includes/sqp/radarr-unwanted-sqp1.md" !} {! include-markdown "../../includes/sqp/hd-radarr-optional.md" !} {! include-markdown "../../includes/sqp/hd-radarr-resolution.md" !} -{! include-markdown "../../includes/cf/radarr-streaming-services.md" !} +{! include-markdown "../../includes/sqp/1-streaming-services.md" !} diff --git a/includes/sqp/1-streaming-services.md b/includes/sqp/1-streaming-services.md new file mode 100644 index 000000000..d25423ecc --- /dev/null +++ b/includes/sqp/1-streaming-services.md @@ -0,0 +1,25 @@ +??? abstract "Streaming Services - [Click to show/hide]" + | Custom Format | Score | Trash ID | + | ----------------------------------------------------------------------------------------- | :----------------------------------------------------------------------------: | --------------------------------------- | + | [{{ radarr['cf']['amzn']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#amzn) | 0 | {{ radarr['cf']['amzn']['trash_id'] }} | + | [{{ radarr['cf']['atvp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#atvp) | 0 | {{ radarr['cf']['atvp']['trash_id'] }} | + | [{{ radarr['cf']['bcore']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bcore) | :warning: {{ radarr['cf']['bcore']['trash_scores']['sqp-1-1080p'] }} :warning: | {{ radarr['cf']['bcore']['trash_id'] }} | + | [{{ radarr['cf']['crit']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#crit) | {{ radarr['cf']['crit']['trash_scores']['default'] }} | {{ radarr['cf']['crit']['trash_id'] }} | + | [{{ radarr['cf']['dsnp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dsnp) | 0 | {{ radarr['cf']['dsnp']['trash_id'] }} | + | [{{ radarr['cf']['hbo']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hbo) | 0 | {{ radarr['cf']['hbo']['trash_id'] }} | + | [{{ radarr['cf']['hmax']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hmax) | 0 | {{ radarr['cf']['hmax']['trash_id'] }} | + | [{{ radarr['cf']['hulu']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hulu) | 0 | {{ radarr['cf']['hulu']['trash_id'] }} | + | [{{ radarr['cf']['max']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#max) | 0 | {{ radarr['cf']['max']['trash_id'] }} | + | [{{ radarr['cf']['ma']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#ma) | {{ radarr['cf']['ma']['trash_scores']['default'] }} | {{ radarr['cf']['ma']['trash_id'] }} | + | [{{ radarr['cf']['nf']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#nf) | 0 | {{ radarr['cf']['nf']['trash_id'] }} | + | [{{ radarr['cf']['pmtp']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pmtp) | 0 | {{ radarr['cf']['pmtp']['trash_id'] }} | + | [{{ radarr['cf']['pcok']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#pcok) | 0 | {{ radarr['cf']['pcok']['trash_id'] }} | + | [{{ radarr['cf']['stan']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#stan) | 0 | {{ radarr['cf']['stan']['trash_id'] }} | + + !!! warning "Scores marked with a :warning: warning :warning: are different to those used in the main public guide" + + ------ + Breakdown and Why + + - The reason why these Custom Formats have a score of `0` is because they are mainly used for the naming scheme and other variables should decide for movies if a certain release if preferred. + - `CRiT` and `MA` are the only ones with a positive score because of their better source material, or higher bitrate and quality compared to other streaming services. `BCore` has a negative score as these releases have a very high bitrate so can cause transcoding. diff --git a/includes/sqp/1-workflow.md b/includes/sqp/1-workflow.md index 5ac27dd53..3f2b82fdf 100644 --- a/includes/sqp/1-workflow.md +++ b/includes/sqp/1-workflow.md @@ -6,7 +6,7 @@ - When a 1080p WEBDL is released it will be downloaded. (streaming services) - When a 1080p BHDStudio is released it will download the BHDStudio release. - - If no BHDStudio can be found (not existing or limited sources) it will download a 1080p Bluray encode (less or not streaming optimized). + - If no 1080p BHDStudio or 1080p WEBDL can be found (not existing or limited sources) it will download a 1080p Bluray encode (less or not streaming optimized). ------ diff --git a/includes/sqp/2-cf-scoring.md b/includes/sqp/2-cf-scoring.md index 9ff035a8f..379d6b8b8 100644 --- a/includes/sqp/2-cf-scoring.md +++ b/includes/sqp/2-cf-scoring.md @@ -2,7 +2,7 @@ {! include-markdown "../../includes/cf/radarr-audio.md" !} -{! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} {! include-markdown "../../includes/cf/radarr-movie-versions-imaxe.md" !} @@ -25,7 +25,9 @@ {! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} -{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !} +{! include-markdown "../../includes/sqp/sqp-uhd-radarr-optional.md" !} + +{! include-markdown "../../includes/cf/radarr-optional-uhd.md" !} {! include-markdown "../../includes/sqp/uhd-radarr-resolution.md" !} diff --git a/includes/sqp/2-why.md b/includes/sqp/2-why.md index ba4afdaf7..8d8dc2a96 100644 --- a/includes/sqp/2-why.md +++ b/includes/sqp/2-why.md @@ -2,9 +2,7 @@ ??? question "Why choose this quality profile? - [Click to show/hide]" - - You got a decent audio setup. (that supports all HD audio formats) - - You got a setup that completely supports DoVi from start to end. - - You do want the highest quality as possible to watch but want to save space for archiving without losing video and audio quality. - - HDR/DoVi (Depending what's offered and often both) - - HD Audio (Atmos, TrueHD etc...) - - You don't want to wait for the HQ Encodes to be released, to watch it. + - You have a decent audio setup that supports all HD audio formats (Atmos, TrueHD, etc). + - You have a TV that supports enhanced HDR formats, (DV and/or HDR10+). + - You want the highest possible quality to watch but want to also save space for archiving without giving up video and audio quality. + - You don't want to wait longer for the HQ Encodes to be released. diff --git a/includes/sqp/2-workflow.md b/includes/sqp/2-workflow.md index bfb874280..23d3cedcb 100644 --- a/includes/sqp/2-workflow.md +++ b/includes/sqp/2-workflow.md @@ -2,9 +2,9 @@ ??? abstract "Workflow Logic - [Click to show/hide]" - **Depending what's released first and available the following Workflow Logic will be used:** + **Depending on what's released first and available the following Workflow Logic will be used:** - - When the 4k WEBDL is released it will download the 4k WEB-DL. (streaming services) + - When the 4k WEB-DL is released it will download the 4k WEB-DL. (streaming services) - When the 4k Remux is released it will upgrade to the 4k Remux. - When the HQ Encode is released it will upgrade to the HQ Encode. - When the IMAX-E is released it will upgrade to the IMAX-E. (*optional, see below*) @@ -13,9 +13,9 @@ *Possible Variables* - **When no 4k exist it will grab the following:** + **When no 4k release exists, it will grab the following:** - 1080p WEBDL with DV/HDR (*optional also 1080p WEBDL without DV/HDR*) - 1080p Remux - !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`." + !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When an IMAX Enhanced exists, it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will **ONLY** be chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to an `HDR`." diff --git a/includes/sqp/3-cf-scoring.md b/includes/sqp/3-cf-scoring.md index 781e183a2..a42e6785e 100644 --- a/includes/sqp/3-cf-scoring.md +++ b/includes/sqp/3-cf-scoring.md @@ -2,7 +2,7 @@ {! include-markdown "../../includes/cf/radarr-audio.md" !} -{! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} {! include-markdown "../../includes/cf/radarr-movie-versions-imaxe.md" !} @@ -12,7 +12,9 @@ {! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} -{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !} +{! include-markdown "../../includes/sqp/sqp-uhd-radarr-optional.md" !} + +{! include-markdown "../../includes/cf/radarr-optional-uhd.md" !} {! include-markdown "../../includes/sqp/uhd-radarr-resolution.md" !} diff --git a/includes/sqp/3-workflow.md b/includes/sqp/3-workflow.md index 9c6110934..c34a04459 100644 --- a/includes/sqp/3-workflow.md +++ b/includes/sqp/3-workflow.md @@ -2,9 +2,9 @@ ??? abstract "Workflow Logic - [Click to show/hide]" - **Depending what's released first and available the following Workflow Logic will be used:** + **Depending on what's released first and available the following Workflow Logic will be used:** - - When the 4k WEBDL is released it will download the 4k WEB-DL. (streaming services) + - When the 4k WEB-DL is released it will download the 4k WEB-DL. (streaming services) - When the 4k Remux is released it will upgrade to the 4k Remux. - When the IMAX-E is released it will upgrade to the IMAX-E. (*optional, see below*) @@ -12,9 +12,9 @@ *Possible Variables* - **When no 4k exist it will grab the following:** + **When no 4k release exists, it will grab the following:** - - 1080p WEBDL with DV/HDR (*optional also 1080p WEBDL without DV/HDR*) + - 1080p WEB-DL with DV/HDR (*optional also 1080p WEBDL without DV/HDR*) - 1080p Remux - !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`." + !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When an IMAX Enhanced exists it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will **ONLY** be chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`." diff --git a/includes/sqp/4-cf-scoring.md b/includes/sqp/4-cf-scoring.md index 781e183a2..a42e6785e 100644 --- a/includes/sqp/4-cf-scoring.md +++ b/includes/sqp/4-cf-scoring.md @@ -2,7 +2,7 @@ {! include-markdown "../../includes/cf/radarr-audio.md" !} -{! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} {! include-markdown "../../includes/cf/radarr-movie-versions-imaxe.md" !} @@ -12,7 +12,9 @@ {! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} -{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !} +{! include-markdown "../../includes/sqp/sqp-uhd-radarr-optional.md" !} + +{! include-markdown "../../includes/cf/radarr-optional-uhd.md" !} {! include-markdown "../../includes/sqp/uhd-radarr-resolution.md" !} diff --git a/includes/sqp/4-why.md b/includes/sqp/4-why.md index 74109418b..ff632973e 100644 --- a/includes/sqp/4-why.md +++ b/includes/sqp/4-why.md @@ -2,9 +2,9 @@ ??? question "Why choose this quality profile? - [Click to show/hide]" - - You got a setup that completely supports DoVi from start to end. - - HDR/DoVi (Depending what's offered and often both) + - You have a setup that completely supports DoVi from start to end. + - HDR/DoVi (Depending on what's offered and often both) - If available HD Audio (Atmos, TrueHD etc...) - - You're okay with WEBDL, with the option to upgrade to IMAX Enhanced. + - You're okay with WEB-DL, with the option to upgrade to IMAX Enhanced. - You don't need the huge Remuxes or UHD Bluray Encodes but still want HDR Formats. - - You want a smaller files for your kids movies (Disney/Pixar etc) + - You want smaller files for your kid's movies (Disney/Pixar etc) diff --git a/includes/sqp/4-workflow.md b/includes/sqp/4-workflow.md index 80d6f156a..61e96c25e 100644 --- a/includes/sqp/4-workflow.md +++ b/includes/sqp/4-workflow.md @@ -2,18 +2,18 @@ ??? abstract "Workflow Logic - [Click to show/hide]" - **Depending what's released first and available the following Workflow Logic will be used:** + **Depending on what's released first and available the following Workflow Logic will be used:** - - When the 4k WEBDL is released it will download the 4k WEB-DL. (streaming services) + - When the 4k WEB-DL is released it will download the 4k WEB-DL. (streaming services) - When the IMAX-E is released it will upgrade to the IMAX-E. (*optional, see below*) ------ *Possible Variables* - **When no 4k exist it will grab the following:** + **When no 4k release exists, it will grab the following:** - 1080p WEBDL with DV/HDR (*optional also 1080p WEBDL without DV/HDR*) - 1080p Remux - !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`." + !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When an IMAX Enhanced exists, it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will **ONLY** be chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to an `HDR`." diff --git a/includes/sqp/5-cf-scoring.md b/includes/sqp/5-cf-scoring.md index f28ee4752..7c6081fe8 100644 --- a/includes/sqp/5-cf-scoring.md +++ b/includes/sqp/5-cf-scoring.md @@ -2,7 +2,7 @@ {! include-markdown "../../includes/cf/radarr-audio.md" !} -{! include-markdown "../../includes/cf/radarr-hdr-formats.md" !} +{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !} {! include-markdown "../../includes/cf/radarr-movie-versions-imaxe.md" !} @@ -25,7 +25,9 @@ {! include-markdown "../../includes/cf/radarr-unwanted-uhd.md" !} -{! include-markdown "../../includes/sqp/uhd-radarr-optional.md" !} +{! include-markdown "../../includes/sqp/sqp-uhd-radarr-optional.md" !} + +{! include-markdown "../../includes/cf/radarr-optional-uhd.md" !} {! include-markdown "../../includes/sqp/uhd-radarr-resolution.md" !} diff --git a/includes/sqp/5-workflow.md b/includes/sqp/5-workflow.md index 46eef38e5..2d3fdcc01 100644 --- a/includes/sqp/5-workflow.md +++ b/includes/sqp/5-workflow.md @@ -2,9 +2,9 @@ ??? abstract "Workflow Logic - [Click to show/hide]" - **Depending what's released first and available the following Workflow Logic will be used:** + **Depending on what's released first and available the following Workflow Logic will be used:** - - When the 4k WEBDL is released it will download the 4k WEB-DL. (streaming services) + - When the 4k WEB-DL is released it will download the 4k WEB-DL. (streaming services) - When the HQ Encode is released it will upgrade to the HQ Encode. - When the IMAX-E is released it will upgrade to the IMAX-E. (*optional, see below*) @@ -14,9 +14,9 @@ *Possible Variables* - **When no 4k exist it will grab the following:** + **When no 4k release exists, it will grab the following:** - 1080p WEBDL with DV/HDR (*optional also 1080p WEBDL without DV/HDR*) - 1080p Remux - !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When a IMAX Enhanced exist it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will be **ONLY** chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to a `HDR`." + !!! info "[*Optional*] IMAX Enhanced (IMAX-E)
- When an IMAX Enhanced exists, it will upgrade/downgrade to IMAX Enhanced.
- IMAX Enhanced will **ONLY** be chosen if it has the same **AUDIO** and **HDR Metadata**
- It won't downgrade from a `TrueHD Atmos` to a `DD+ Atmos` or from a `DV` to an `HDR`." diff --git a/includes/sqp/radarr-unwanted-sqp1.md b/includes/sqp/radarr-unwanted-sqp1.md new file mode 100644 index 000000000..34b92d29c --- /dev/null +++ b/includes/sqp/radarr-unwanted-sqp1.md @@ -0,0 +1,25 @@ +??? abstract "Unwanted - [Click to show/hide]" + | Custom Format | Score | Trash ID | + | --------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------: | -------------------------------------------------- | + | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | + | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} | + | [{{ radarr['cf']['lq-release-title']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq-release-title) | {{ radarr['cf']['lq-release-title']['trash_scores']['default'] }} | {{ radarr['cf']['lq-release-title']['trash_id'] }} | + | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} | + | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['default'] }} | {{ radarr['cf']['3d']['trash_id'] }} | + | [{{ radarr['cf']['extras']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#extras) | {{ radarr['cf']['extras']['trash_scores']['default'] }} | {{ radarr['cf']['extras']['trash_id'] }} | + | [{{ radarr['cf']['10bit']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#10bit) | {{ radarr['cf']['10bit']['trash_scores']['sqp-1-1080p'] }} | {{ radarr['cf']['10bit']['trash_id'] }} | + + ------ + + Breakdown and Why + + - **{{ radarr['cf']['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['cf']['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['cf']['lq-release-title']['name'] }}:** A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name. + - **{{ radarr['cf']['x265-hd']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. + + !!! 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']['extras']['name'] }}:** Blocks releases that only contain extras + - **{{ radarr['cf']['10bit']['name'] }}:** Blocks releases that use Hi10P diff --git a/includes/sqp/radarr-unwanted-uhd-sqp1.md b/includes/sqp/radarr-unwanted-uhd-sqp1.md new file mode 100644 index 000000000..4359cad95 --- /dev/null +++ b/includes/sqp/radarr-unwanted-uhd-sqp1.md @@ -0,0 +1,27 @@ +??? abstract "Unwanted - [Click to show/hide]" + | Custom Format | Score | Trash ID | + | -------------------------------------------------------------------------------------------------------------- | :---------------------------------------------------------------: | -------------------------------------------------- | + | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | + | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} | + | [{{ radarr['cf']['lq-release-title']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq-release-title) | {{ radarr['cf']['lq-release-title']['trash_scores']['default'] }} | {{ radarr['cf']['lq-release-title']['trash_id'] }} | + | [{{ radarr['cf']['x265-hd']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#x265-hd) :warning: | {{ radarr['cf']['x265-hd']['trash_scores']['default'] }} | {{ radarr['cf']['x265-hd']['trash_id'] }} | + | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['default'] }} | {{ radarr['cf']['3d']['trash_id'] }} | + | [{{ radarr['cf']['upscaled']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#upscaled) | {{ radarr['cf']['upscaled']['trash_scores']['default'] }} | {{ radarr['cf']['upscaled']['trash_id'] }} | + | [{{ radarr['cf']['extras']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#extras) | {{ radarr['cf']['extras']['trash_scores']['default'] }} | {{ radarr['cf']['extras']['trash_id'] }} | + | [{{ radarr['cf']['10bit']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#10bit) | {{ radarr['cf']['10bit']['trash_scores']['sqp-1-2160p'] }} | {{ radarr['cf']['10bit']['trash_id'] }} | + + ------ + + Breakdown and Why + + - **{{ radarr['cf']['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['cf']['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['cf']['lq-release-title']['name'] }}:** A collection of terms seen in the titles of Low Quality releases that are not captured by using a release group name. + - **{{ radarr['cf']['x265-hd']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. + + !!! 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 grabbing upscaled releases. + - **{{ radarr['cf']['extras']['name'] }}:** Blocks releases that only contain extras + - **{{ radarr['cf']['10bit']['name'] }}:** Blocks releases that use Hi10P diff --git a/includes/sqp/radarr-unwanted-uhd.md b/includes/sqp/radarr-unwanted-uhd.md deleted file mode 100644 index ef3c97d7b..000000000 --- a/includes/sqp/radarr-unwanted-uhd.md +++ /dev/null @@ -1,16 +0,0 @@ -??? abstract "Unwanted - [Click to show/hide]" - | Custom Format | Score | Trash ID | - | ----------------------------------------------------------------------------------------------- | :-------------------------------------------------------: | ------------------------------------------ | - | [{{ radarr['cf']['br-disk']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#br-disk) | {{ radarr['cf']['br-disk']['trash_scores']['default'] }} | {{ radarr['cf']['br-disk']['trash_id'] }} | - | [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['default'] }} | {{ radarr['cf']['lq']['trash_id'] }} | - | [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['default'] }} | {{ radarr['cf']['3d']['trash_id'] }} | - | [{{ radarr['cf']['upscaled']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#upscaled) | {{ radarr['cf']['upscaled']['trash_scores']['default'] }} | {{ radarr['cf']['upscaled']['trash_id'] }} | - - ------ - - Breakdown and Why - - - **{{ radarr['cf']['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['cf']['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['cf']['3d']['name'] }}:** Is 3D still a thing for home use ? - - **{{ radarr['cf']['upscaled']['name'] }}:** A custom format to prevent Radarr from grabbing upscaled releases. diff --git a/includes/sqp/sqp-uhd-radarr-optional.md b/includes/sqp/sqp-uhd-radarr-optional.md new file mode 100644 index 000000000..d4f7b5989 --- /dev/null +++ b/includes/sqp/sqp-uhd-radarr-optional.md @@ -0,0 +1,34 @@ +??? abstract "Optional - [Click to show/hide]" + + !!! tip "**I recommend to use the `x265 (no HDR/DV)` over the `x265 (HD)`, Read the Why below and don't forget to read the warning, :warning: Only ever include one of them :warning:**" + + | Custom Format | Score | Trash ID | + | ------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------: | ------------------------------------------------- | + | [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_scores']['default'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} | + | [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} | + | [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_scores']['default'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} | + | [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_scores']['default'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} | + | [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_scores']['default'] }} | {{ radarr['cf']['retags']['trash_id'] }} | + | [{{ radarr['cf']['scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#scene) | {{ radarr['cf']['scene']['trash_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} | + + ------ + + Breakdown and Why + + - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] These groups take the original release and add their own language track (e.g. AAC 2.0 Portuguese) as the first track. Afterward, FFprobe would determine that the media file is Portuguese. It's a common rule that you only add the best audio as the main track. + Also they often even rename the release name into Portuguese. + - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for low-quality Blu-ray releases, but their WEB-DLs are okay. + - **{{ radarr['cf']['no-rlsgroup']['name'] }}:** [*Optional*] Some indexers strip out the release group which could result in LQ groups being scored incorrectly. For example, a lot of EVO releases end up with a stripped group name. These releases would appear as "upgrades" and could end up getting a decent score after other CFs are scored. + - **{{ radarr['cf']['obfuscated']['name'] }}:** [*Optional*] Use these only if you wish to avoid renamed releases. + - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] Use this if you want to avoid retagged releases. Retagged releases often are not consistent with the quality of the original group's release. + - **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] Use this only if you want to avoid SCENE releases. + - **{{ radarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. + + **But it will allow x265 releases if they have HDR and/or DV** + + *Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.* + + In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }}` + + !!! 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:" diff --git a/includes/sqp/uhd-radarr-optional.md b/includes/sqp/uhd-radarr-optional.md deleted file mode 100644 index 092010864..000000000 --- a/includes/sqp/uhd-radarr-optional.md +++ /dev/null @@ -1,57 +0,0 @@ -??? abstract "Optional - [Click to show/hide]" - - !!! tip "**I recommend to use the `x265 (no HDR/DV)` over the `x265 (HD)`, Read the Why below and don't forget to read the warning, :warning: Only ever include one of them :warning:**" - !!! tip "**I recommend to use the `SDR`,
This will help to prevent to grab UHD/4k releases without HDR Formats**" - - | Custom Format | Score | Trash ID | - | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------- | ------------------------------------------------- | - | [{{ radarr['cf']['bad-dual-groups']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#bad-dual-groups) | {{ radarr['cf']['bad-dual-groups']['trash_scores']['default'] }} | {{ radarr['cf']['bad-dual-groups']['trash_id'] }} | - | [{{ radarr['cf']['dv-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-webdl) | :interrobang: | {{ radarr['cf']['dv-webdl']['trash_id'] }} | - | [{{ radarr['cf']['hdr10plus-boost']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#hdr10plus-boost) | {{ radarr['cf']['hdr10plus-boost']['trash_scores']['default'] }} | {{ radarr['cf']['hdr10plus-boost']['trash_id'] }} | - | [{{ radarr['cf']['evo-no-webdl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#evo-no-webdl) | {{ radarr['cf']['evo-no-webdl']['trash_scores']['default'] }} | {{ radarr['cf']['evo-no-webdl']['trash_id'] }} | - | [{{ radarr['cf']['no-rlsgroup']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#no-rlsgroup) | {{ radarr['cf']['no-rlsgroup']['trash_scores']['default'] }} | {{ radarr['cf']['no-rlsgroup']['trash_id'] }} | - | [{{ radarr['cf']['obfuscated']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#obfuscated) | {{ radarr['cf']['obfuscated']['trash_scores']['default'] }} | {{ radarr['cf']['obfuscated']['trash_id'] }} | - | [{{ radarr['cf']['retags']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#retags) | {{ radarr['cf']['retags']['trash_scores']['default'] }} | {{ radarr['cf']['retags']['trash_id'] }} | - | [{{ radarr['cf']['scene']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#scene) | {{ radarr['cf']['scene']['trash_scores']['default'] }} | {{ 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_scores']['default'] }} | {{ radarr['cf']['x265-no-hdrdv']['trash_id'] }} | - | [{{ radarr['cf']['sdr']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#sdr) | {{ radarr['cf']['sdr']['trash_scores']['default'] }} | {{ radarr['cf']['sdr']['trash_id'] }} | - | [{{ radarr['cf']['dv-fel']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#dv-fel) | {{ radarr['cf']['dv-fel']['trash_scores']['default'] }} | {{ radarr['cf']['dv-fel']['trash_id'] }} | - - ------ - - Breakdown and Why - - - **{{ radarr['cf']['bad-dual-groups']['name'] }}:** [*Optional*] 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. - - **{{ radarr['cf']['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. - - Most WEBDL from Streaming Services don't have the fallback to HDR10, What can results in playback issues like weird colors if you want to play it on a not Dolby Vision compatible setup. - - Remuxes and Bluray have a fallback to HDR10. - - !!! tip - `[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 `{{ radarr['cf']['dv-webdl']['trash_scores']['default'] }}`. - - - **{{ radarr['cf']['hdr10plus-boost']['name'] }}:** [*Optional*] (use this one only if you have a (Samsung) TV that supports HDR10+ and you don't have a Setup that supports DV or you prefer HDR10+) - - **{{ radarr['cf']['evo-no-webdl']['name'] }}:** This group is often banned for the low quality Blu-ray releases, but their WEB-DL are okay. - - **{{ radarr['cf']['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['cf']['obfuscated']['name'] }}:** [*Optional*] (use these only if you dislike renamed releases) - - **{{ radarr['cf']['retags']['name'] }}:** [*Optional*] (use these only if you dislike retagged releases) - - **{{ radarr['cf']['scene']['name'] }}:** [*Optional*] (use these only if you dislike scene releases) - - **{{ radarr['cf']['x265-no-hdrdv']['name'] }}:** This blocks 720/1080p (HD) releases that are encoded in x265. - More info [HERE](/Misc/x265-4k/){:target="_blank" rel="noopener noreferrer"}. - - **But it will allow x265 releases if they have HDR and/or DV** - - *Being that some NF releases won't be released as 4k, but you want to have DV/HDR releases.* - - In your quality profile use the following score for this Custom Format: `{{ radarr['cf']['x265-no-hdrdv']['trash_scores']['default'] }}` - - !!! 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 Dolby Vision Releases using the original full quality Dolby Vision layer from the disc release to replace the old WEBDL HYBRID release. diff --git a/mkdocs.yml b/mkdocs.yml index 4ae4c4b5c..6727b9e06 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,6 +6,15 @@ site_url: https://trash-guides.info/ repo_url: https://github.com/TRaSH-Guides/Guides repo_name: TRaSH-Guides +# ignores absolute warnings we have +# warns on missing/broken links +validation: + omitted_files: warn + not_found: warn + absolute_links: ignore +# fails to build on warnings +strict: true + copyright: Copyright © 2022 TRaSH extra: @@ -29,8 +38,8 @@ markdown_extensions: - pymdownx.critic - pymdownx.details - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg - pymdownx.extra - pymdownx.highlight: guess_lang: true @@ -39,6 +48,9 @@ markdown_extensions: - pymdownx.snippets - pymdownx.tabbed - pymdownx.tilde + - pymdownx.superfences + - pymdownx.tabbed: + alternate_style: true - toc: permalink: "" # toc_depth: 5 @@ -53,7 +65,8 @@ plugins: - git-revision-date-localized: type: datetime locale: en - # fallback_to_build_date: false + fallback_to_build_date: true + enable_creation_date: true - awesome-pages - glightbox: touchNavigation: true @@ -72,7 +85,7 @@ plugins: j2_variable_end_string: "]]" - redirects: redirect_maps: - updates.txt: updates.txt + #updates.txt: updates.txt discord.md: https://discord.gg/4K2kdvwzFh syno-script.md: https://github.com/TRaSH-/Guides-Synology-Templates/blob/main/script/trash_syno_installer.sh # Radarr redirects