@ -1,11 +1,11 @@
|
||||
# Themes
|
||||
# Themes and UI Replacements
|
||||
|
||||
A list of known working qBittorrent themes.
|
||||
A list of known working qBittorrent themes and UI replacements.
|
||||
|
||||
| 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 |
|
||||
| Theme | Type | Style | Compatibility |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------- | -------------- | ---------- | --------------- |
|
||||
| [Nightwalker Theme (CallMeBruce fork)](https://github.com/CallMeBruce/nightwalker){:target="\_blank" rel="noopener noreferrer"} | Theme | Dark | v5.0.2 |
|
||||
| [VueTorrent](https://github.com/VueTorrent/VueTorrent){:target="\_blank" rel="noopener noreferrer"} | UI Replacement | Dark/Light | v5.0.3 |
|
||||
| [World of Quinoa](https://github.com/gl0ryus/woq){:target="\_blank" rel="noopener noreferrer"} | Theme | Dark | v4.3.9, v4.4.5 |
|
||||
|
||||
--8<-- "includes/support.md"
|
@ -0,0 +1,88 @@
|
||||
# How to Order Quality Sources
|
||||
|
||||
The current logic for comparing downloads is **Quality Trumps All**, where the qualities are set from lowest (*bottom*) to highest (*top*) by default.
|
||||
|
||||
In some cases, it might be preferred to have the option to create a Quality Profile to downgrade your existing library/releases.
|
||||
|
||||
Examples:
|
||||
|
||||
- Downgrade a `Remux-2160p` to a `Bluray-2160p`, `WEB-2160p`, `Remux-1080p`, `Bluray-1080p`, `WEB-1080p` or even to a 720p variant etc.
|
||||
- Downgrade a `Bluray-1080p` to a `WEB-1080p` or even to a 720p variant etc.
|
||||
- etc.
|
||||
|
||||
To accomplish this, you must change the order of the Quality Sources in your Quality Profile.
|
||||
|
||||
!!! warning "Qualities higher in the list are more preferred even if not checked. Qualities within the same group are equal. Only checked qualities are wanted."
|
||||
|
||||
## Current Logic
|
||||
|
||||
Here, you will see the current logic to understand how the possible downloads are compared.
|
||||
|
||||
{! include-markdown "../../../includes/merge-quality/radarr-current-logic.md" !}
|
||||
|
||||
{! include-markdown "../../../includes/merge-quality/sonarr-current-logic.md" !}
|
||||
|
||||
## Change the Order of the Quality Sources
|
||||
|
||||
We will use Radarr for these examples, but it works the same way as Sonarr.
|
||||
|
||||
To change the order of the Quality Sources, go to `Settings` => `Profiles`.
|
||||
|
||||
### Default Order
|
||||
|
||||
In the following screenshot, you will see a default order of your Quality Sources where the highest Quality would be a `Remux-2160p` and the lowest quality a `WEB-720p`. As always, the upgrade order would be from bottom to top. (*direction of the arrow*)
|
||||
|
||||
![!Default Order Qualities](images/order-qualities-default.png)
|
||||
|
||||
- Remux-2160p
|
||||
- Bluray-2160p
|
||||
- WEB-2160p
|
||||
- Remux-1080p
|
||||
- Bluray-1080p
|
||||
- WEB-1080p
|
||||
- Bluray-720p
|
||||
- WEB-720p
|
||||
|
||||
### Downgrade Order
|
||||
|
||||
Now, we will show a Quality Profile using the so-called reverse order of the Quality Sources, which we can use to downgrade from high Quality to lower Quality.
|
||||
|
||||
All we need to do is to change the order of the Quality Sources in your Quality Profile.
|
||||
|
||||
In the following screenshot, you will see a downgrade order of your Quality Sources where the highest Quality would be a `WEB-720p` and the lowest quality a `Remux-2160p`. As always, the upgrade order would be from bottom to top. (*direction of the arrow*)
|
||||
|
||||
![!Downgrade Order Qualities](images/order-qualities-downgrade.png)
|
||||
|
||||
- WEB-720p
|
||||
- Bluray-720p
|
||||
- WEB-1080p
|
||||
- Bluray-1080p
|
||||
- Remux-1080p
|
||||
- WEB-2160p
|
||||
- Bluray-2160p
|
||||
- Remux-2160p
|
||||
|
||||
Don't forget to change the `Upgrade Until` to your preferred download Quality Source.
|
||||
|
||||
## Tips and Common Issues
|
||||
|
||||
### Order matters even if not checked
|
||||
|
||||
!!! warning "Qualities higher in the list are more preferred even if not checked. Qualities within the same group are equal. Only checked qualities are wanted."
|
||||
|
||||
The order listed in the profile matters even if the Quality is not checked. For example, if you have a 2160p version but want the 720p version, Radarr will reject all 720p results because 1080p and 2160p are listed as higher than 720p even though 1080p was not checked.
|
||||
|
||||
![!Order Qualities Matters](images/order-qualities-matters.png)
|
||||
|
||||
### Move your preferred Quality to the top
|
||||
|
||||
Qualities at the top of the list will appear first in manual searches, so it's recommended that the selected Quality be moved to the top of the list.
|
||||
|
||||
![!Move your preferred Quality to the top](images/order-qualities-top.png)
|
||||
|
||||
---
|
||||
|
||||
[Source: Wiki Servarr - Radarr](https://wiki.servarr.com/radarr/settings#quality-profiles){:target="\_blank" rel="noopener noreferrer"}.
|
||||
[Source: Wiki Servarr - Sonarr](https://wiki.servarr.com/sonarr/settings#quality-profiles){:target="\_blank" rel="noopener noreferrer"}.
|
||||
|
||||
--8<-- "includes/support.md"
|
After Width: | Height: | Size: 28 KiB |
After Width: | Height: | Size: 58 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 33 KiB |
After Width: | Height: | Size: 319 KiB |
After Width: | Height: | Size: 437 KiB |
After Width: | Height: | Size: 44 KiB |
@ -0,0 +1,268 @@
|
||||
# How to setup Quality Profiles (German)
|
||||
|
||||
*aka How to setup Custom Formats to get German Audio if available*<br><br>
|
||||
|
||||
!!! note "This guide is created and maintained by [Lokilicious](https://github.com/Lokilicious) and [PCJones](https://github.com/PCJones)"
|
||||
|
||||
There isn't a *best* way to set up Custom Formats to get German (or German+English dual) audio. It depends on your setup (hardware devices) and personal preferences.
|
||||
|
||||
Some prefer high-quality audio (HD Audio), and others prefer high-quality video. Many prefer both.
|
||||
|
||||
In this Guide, we try to give a recommendation that suits most users.
|
||||
|
||||
---
|
||||
|
||||
## Basics
|
||||
|
||||
It is quite important that you follow and understand what is expected by TRaSH's guide:
|
||||
|
||||
- Adding Custom Formats, as explained in [How to import Custom Formats](/Radarr/Radarr-import-custom-formats/){:target="_blank" rel="noopener noreferrer"}.
|
||||
- Setting up a quality Profile to make use of the Custom Formats, as explained in [How to setup Quality Profiles | Basics section](/Radarr/radarr-setup-quality-profiles/#basics){:target="_blank" rel="noopener noreferrer"}.
|
||||
|
||||
!!! warning "Please read those two sections before continuing the guide, as they contain important information. The rest of this guide will assume you did."
|
||||
|
||||
!!! tip
|
||||
TRaSH created a [flowchart](/Radarr/Radarr-setup-custom-formats/#which-quality-profile-should-you-choose){:target="\_blank" rel="noopener noreferrer"} to make your decision easier. Remember that this chart does not include any of the following Custom Formats, and you will still need to read this guide to get German-only/German Dual Language("German DL") releases.
|
||||
|
||||
---
|
||||
|
||||
## Using this Guide
|
||||
|
||||
There are two ways of using this Guide, with and without TRaSH original Guide's international/English-based group tiers.
|
||||
(which can be found here: [Collection of Custom Formats](/Radarr/Radarr-collection-of-custom-formats/){:target="_blank" rel="noopener noreferrer"}).
|
||||
|
||||
In this Guide, we focus on combining both languages and thus include the Custom Formats from TRaSH's original Guide.
|
||||
|
||||
These Custom Formats are recommended if you prefer German Dual-Language releases but also want to download the original and/or English audio if no German Dual-Language is available (yet). This ensures the original English release will be of the best quality possible.
|
||||
|
||||
---
|
||||
|
||||
## Radarr specific settings
|
||||
|
||||
There are a couple of changes that are needed for German Custom Formats to work properly:
|
||||
|
||||
??? abstract "Set the language to `Any` in the quality profile - [Click to show/hide]"
|
||||
We choose `Any` for the language profile, as otherwise, English movies identified with German audio and vice-versa will not be grabbed.
|
||||
|
||||
??? success "Screenshot example - [Click to show/hide]"
|
||||
![!cf-quality-profile-cf](images/german-cf-profile-language.png)
|
||||
|
||||
??? abstract "Disable Propers and Repacks - [Click to show/hide]"
|
||||
Change the Propers and Repacks setting in `Media Management` => `File Management` to `Do Not Prefer` and use the [Repack/Proper](/Radarr/Radarr-collection-of-custom-formats/#repackproper) Custom Formats.
|
||||
|
||||
This way, you can ensure that Custom Formats preferences are used and not ignored.
|
||||
|
||||
You can still prefer Propers and Repacks through the provided Custom Formats.
|
||||
|
||||
??? success "Screenshot example - [Click to show/hide]"
|
||||
![!cf-mm-propers-repacks-disable](/Radarr/images/cf-mm-propers-repacks-disable.png)
|
||||
|
||||
??? abstract "Merge Qualities - [Click to show/hide]"
|
||||
|
||||
To allow upgrades based on language without release qualities interfering, we need to [merge all desired qualities](/Radarr/Tips/Merge-quality/) into one group.
|
||||
|
||||
You will find a recommendation on which qualities should be included/merged for the different profiles in the individual profiles sections.
|
||||
|
||||
{! include-markdown "../../includes/starr/move-quality-to-top.md" !}
|
||||
|
||||
!!! tip "Tip"
|
||||
You don't need to include some of these resolutions, such as 2160p or 720p, if you are not interested in them.
|
||||
|
||||
??? abstract "Adapt the Standard Movie Format and Movie Folder Format - [Click to show/hide]"
|
||||
Please have a look here: [Recommended naming scheme](/Radarr/Radarr-recommended-naming-scheme/){:target="_blank" rel="noopener noreferrer"}.
|
||||
|
||||
!!! tip "Movie format/folder with the German movie name."
|
||||
Radarr supports the ISO-2 naming convention for naming movies, so replacing `{Movie CleanTitle}` with `{Movie CleanTitle:de}` will change the name to its German version.
|
||||
|
||||
---
|
||||
|
||||
## Dealing with German Umlauts and German titles
|
||||
|
||||
Two facts can lead to Radarr being unable to match a German movie release.
|
||||
|
||||
- Indexers typically do not allow the use of German Umlauts in release names.
|
||||
- Most movies have titles that are different in German from those in English.
|
||||
|
||||
To help with this, there is a handy service called [Umlautadaptarr](https://github.com/PCJones/UmlautAdaptarr). This service acts as a middle layer between Radarr and the Indexer to ensure that Umlauts and German titles are mapped correctly.
|
||||
|
||||
---
|
||||
|
||||
## Score logic
|
||||
|
||||
--8<-- "includes/cf/score-attention.md"
|
||||
|
||||
---
|
||||
|
||||
## Quality profiles
|
||||
|
||||
### German audio
|
||||
|
||||
Depending on what's released first and available, the following Workflow Logic will be used:
|
||||
|
||||
- When an `English` version is released, it will download the release in the best available quality based on the Custom Formats used.
|
||||
- When a `German` or `German DL` version is released, it will upgrade to that version.
|
||||
- The downloaded media will be upgraded to any of the added Custom Formats until the defined Score defined in the Quality Profile under `Upgrade Until Custom Format Score` is reached.
|
||||
|
||||
!!! tip "Download German audio ^^only^^"
|
||||
|
||||
Set the `Minimum Custom Format Score` in your Quality Profile to `10k`
|
||||
Note: Most German releases come in dual languages, so you might still see an English audio track in addition to the German one.
|
||||
|
||||
!!! warning "Releases where German is the original language"
|
||||
|
||||
Due to technical limitations, releases in which German is the movie's original language will be identified as `German DL` even though they might not contain another language.
|
||||
The only (cosmetic) impact of this is that the scores of those releases will be slightly higher than expected.
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-german-advanced-audio-information-en.md" !}
|
||||
|
||||
---
|
||||
|
||||
### Releases you should avoid
|
||||
|
||||
This is a must-have for every Quality Profile you use. All these Custom Formats make sure you don't get Low Quality Releases.
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-german-unwanted-en.md" !}
|
||||
|
||||
---
|
||||
|
||||
### HD Bluray + WEB
|
||||
|
||||
If you prefer High-Quality HD Encodes (720p/1080p)
|
||||
|
||||
!!! abstract "Recommended merging of qualities"
|
||||
|
||||
We recommend to [merge the following qualities](/Radarr/Tips/Merge-quality/):
|
||||
|
||||
- Bluray-1080p
|
||||
- WEBDL-1080p
|
||||
- WEBRip-1080p
|
||||
- Bluray-720p
|
||||
- WEBDL-720p
|
||||
- WEBRip-720p
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-german-audio-version-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-cf-german-hd-bluray-web-scoring-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-misc-required.md" !}
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-cf-german-resolution-scoring-hd-only-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-german-unwanted-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}
|
||||
|
||||
**The following Custom Formats are optional:**
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-misc-optional.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-movie-versions-imaxe-noremux.md" !}
|
||||
|
||||
---
|
||||
|
||||
### UHD Bluray + WEB (2160p)
|
||||
|
||||
If you prefer High-Quality UHD Encodes (2160p)
|
||||
|
||||
!!! abstract "Recommended merging of qualities"
|
||||
|
||||
We recommend to [merge the following qualities](/Radarr/Tips/Merge-quality/):
|
||||
|
||||
- Bluray-2160p
|
||||
- WEBDL-2160p
|
||||
- WEBRip-2160p
|
||||
|
||||
??? tip "Alternative Quality Profile - [Click to show/hide]"
|
||||
|
||||
You may add the following qualities to the merged quality group if you want to grab HD (720p/1080p) releases before a UHD release is available:
|
||||
|
||||
- Bluray-1080p
|
||||
- WEBDL-1080p
|
||||
- WEBRip-1080p
|
||||
- Bluray-720p
|
||||
- WEBDL-720p
|
||||
- WEBRip-720p
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-german-audio-version-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-cf-german-uhd-bluray-web-scoring-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-misc-required.md" !}
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-cf-german-resolution-scoring-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-german-unwanted-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}
|
||||
|
||||
**The following Custom Formats are optional:**
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-audio.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-misc-optional.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-misc-uhd-optional.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-movie-versions-imaxe-noremux.md" !}
|
||||
|
||||
---
|
||||
|
||||
### UHD Remux + WEB (2160p)
|
||||
|
||||
If you prefer 2160p Remuxes (Remux-2160p)
|
||||
|
||||
!!! abstract "Recommended merging of qualities"
|
||||
|
||||
We recommend to [merge the following qualities](/Radarr/Tips/Merge-quality/):
|
||||
|
||||
- Remux-2160p
|
||||
- WEBDL-2160p
|
||||
- WEBRip-2160p
|
||||
|
||||
Note: The Bluray-2160p quality is not included as the main fallback for this profile is WEB. However, feel free to add it if needed.
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-german-audio-version-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-cf-german-remux-web-scoring-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-all-hdr-formats.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-misc-required.md" !}
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-cf-german-resolution-scoring-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/german-guide/radarr-german-unwanted-en.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-streaming-services.md" !}
|
||||
|
||||
**The following Custom Formats are optional:**
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-audio.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-misc-optional.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-misc-uhd-optional.md" !}
|
||||
|
||||
{! include-markdown "../../includes/cf/radarr-movie-versions-imaxe.md" !}
|
||||
|
||||
---
|
||||
|
||||
### Advanced Audio and HDR Formats
|
||||
|
||||
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"}
|
||||
|
||||
---
|
||||
|
||||
## Acknowledgements
|
||||
|
||||
- A special thanks to the awesome community at the [UsenetDE Discord](https://discord.gg/NBrHshesU9) for their contribution during the guide creation.
|
||||
- [TRaSH](https://trash-guides.info/), for granting us a small space on his guide for this, his knowledge, and his friendliness.
|
||||
- [Someone Said "Nice"?](https://github.com/NiceTSY), for laying the foundation for the German guide through his work on the French guide.
|
||||
- and to all the people who helped us to test those profiles and formats (and continue to do so).
|
||||
|
||||
--8<-- "includes/support.md"
|
@ -0,0 +1,3 @@
|
||||
<!-- markdownlint-disable MD041-->
|
||||
{! include-markdown '../../Radarr/Tips/How-to-order-Quality-Source.md' !}
|
||||
<!-- markdownlint-enable MD041-->
|
@ -0,0 +1,74 @@
|
||||
{
|
||||
"trash_id": "e6886871085226c3da1830830146846c",
|
||||
"trash_scores": {
|
||||
"default": -10000,
|
||||
"german": 0
|
||||
},
|
||||
"name": "Generated Dynamic HDR",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "BiTOR",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(BiTOR)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DepraveD",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(DepraveD)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SasukeducK",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(SasukeducK)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "tarunk9c",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(tarunk9c)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "VECTOR",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(VECTOR)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HDR10+",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "\\bHDR10(\\+|P(lus)?\\b)"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DV",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "\\b(dv|dovi|dolby[ .]?v(ision)?)\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"trash_id": "3bc8df3a71baaac60a31ef696ea72d36",
|
||||
"trash_scores": {
|
||||
"default": 250
|
||||
},
|
||||
"name": "German 1080p Booster",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "German",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Original Language",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": -2
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "1080p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 1080
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"trash_id": "cc7b1e64e2513a6a271090cdfafaeb55",
|
||||
"trash_scores": {
|
||||
"default": 6750
|
||||
},
|
||||
"name": "German 2160p Booster",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "German",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Original Language",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": -2
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2160p",
|
||||
"implementation": "ResolutionSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 2160
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
{
|
||||
"trash_id": "54795711b78ea87e56127928c423689b",
|
||||
"trash_scores": {
|
||||
"default": 3000
|
||||
},
|
||||
"name": "German Bluray Tier 01",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "ZeroTwo",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(ZeroTwo)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TSCC",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(TSCC)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TvR",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(TvR)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "NIMA4K",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(NIMA4K)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TVS",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(TVS)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "PXL",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(PXL)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CNY",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(CNY)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Bluray",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,64 @@
|
||||
{
|
||||
"trash_id": "1bfc773c53283d47c68e535811da30b7",
|
||||
"trash_scores": {
|
||||
"default": 2900
|
||||
},
|
||||
"name": "German Bluray Tier 02",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "VECTOR",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(VECTOR)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "MULTiPLEX",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(MULTiPLEX)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SiXTYNiNE",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(SiXTYNiNE)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Oergel",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(Oergel)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ABJ",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(ABJ)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Bluray",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"trash_id": "aee01d40cd1bf4bcded81ee62f0f3659",
|
||||
"trash_scores": {
|
||||
"default": 2800
|
||||
},
|
||||
"name": "German Bluray Tier 03",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "RobertDeNiro",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(RobertDeNiro)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Bluray",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,334 @@
|
||||
{
|
||||
"trash_id": "263943bc5d99550c68aad0c4278ba1c7",
|
||||
"trash_scores": {
|
||||
"default": -20000
|
||||
},
|
||||
"name": "German LQ",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "PsO",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(PsO)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cancer58",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(Cancer58)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Tylor.D",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(Tylor\\.D)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "1XBET",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(1XBET)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "2dead",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(2dead)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HELD",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(HELD)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "kala",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(kala)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "POE",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(POE)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SHOWE",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(SHOWE)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SHOWEHD",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(SHOWEHD)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ORCA88",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(ORCA88)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "LuRCH",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(LuRCH)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "N2D2",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(N2D2)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "GETB8",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(GETB8)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TFARC",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(TFARC)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Kristallprinz",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(Kristallprinz)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "LAW",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(LAW)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CTFOH",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(CTFOH)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Pendeti",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(Pendeti)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "OJ",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(OJ)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "PS",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(PS)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FSX",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(FSX)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "EMVY",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(EMVY)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ZaidaNulled",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(ZaidaNulled)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "MEGA",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(MEGA)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "MBA",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(MBA)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "FORMBA",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(FORMBA)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "PaZ",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(PaZ)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Whistler",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(Whistler)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "omikron",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(omikron)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WOTT",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(WOTT)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SunDry",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(SunDry)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "PL",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(PL)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TVARCHiV",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(TVARCHiV)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "P73",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(P73)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "LizardSquad",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(LizardSquad)$"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"trash_id": "03c430f326f10a27a9739b8bc83c30e4",
|
||||
"trash_scores": {
|
||||
"default": -20000
|
||||
},
|
||||
"name": "German Microsized",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "FuN",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(FuN)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "w00t",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(w00t)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "GTF",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(GTF)$"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,55 @@
|
||||
{
|
||||
"trash_id": "8608a2ed20c636b8a62de108e9147713",
|
||||
"trash_scores": {
|
||||
"default": 4000
|
||||
},
|
||||
"name": "German Remux Tier 01",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "TvR",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(TvR)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "pmHD",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(pmHD)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "NIMA4K",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(NIMA4K)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "QfG",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(QfG)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Remux",
|
||||
"implementation": "QualityModifierSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 5
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,28 @@
|
||||
{
|
||||
"trash_id": "f9cf598d55ce532d63596b060a6db9ee",
|
||||
"trash_scores": {
|
||||
"default": 3900
|
||||
},
|
||||
"name": "German Remux Tier 02",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "MULTiPLEX",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(MULTiPLEX)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Remux",
|
||||
"implementation": "QualityModifierSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 5
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,190 @@
|
||||
{
|
||||
"trash_id": "2d136d4e33082fe573d06b1f237c40dd",
|
||||
"trash_scores": {
|
||||
"default": 1500
|
||||
},
|
||||
"name": "German Scene",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "DETAiLS",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(DETAiLS)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WAYNE",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(WAYNE)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WOMBAT",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(WOMBAT)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SAUERKRAUT",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(SAUERKRAUT)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WvF",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(WvF)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "4KCONNECTiON",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(4KCONNECTiON)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "STARS",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(STARS)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "AWARDS",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(AWARDS)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DMPD",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(DMPD)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "EXCiTED",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(EXCiTED)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "iNTENTiON",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(iNTENTiON)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "JaJunge",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(JaJunge)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "MGE",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(MGE)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "MisFiTS",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(MisFiTS)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "RUBBiSH",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(RUBBiSH)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "RWP",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(RWP)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TMSF",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(TMSF)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TV4A",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(TV4A)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "HAXE",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(HAXE)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "muhHD",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "^(muhHD)$"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,109 @@
|
||||
{
|
||||
"trash_id": "a2ab25194f463f057a5559c03c84a3df",
|
||||
"trash_scores": {
|
||||
"default": 2000
|
||||
},
|
||||
"name": "German Web Tier 01",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "ZeroTwo",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(ZeroTwo)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TSCC",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(TSCC)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TvR",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(TvR)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "NIMA4K",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(NIMA4K)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "TVS",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(TVS)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "D02KU",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(D02KU)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "PXL",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(PXL)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "QfG",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(QfG)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "CNY",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(CNY)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WebDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WebRip",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,82 @@
|
||||
{
|
||||
"trash_id": "08d120d5a003ec4954b5b255c0691d79",
|
||||
"trash_scores": {
|
||||
"default": 1900
|
||||
},
|
||||
"name": "German Web Tier 02",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "VECTOR",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(VECTOR)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "MULTiPLEX",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(MULTiPLEX)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "SiXTYNiNE",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(SiXTYNiNE)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Oergel",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(Oergel)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "4SF",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(4SF)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ABJ",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(ABJ)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WebDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WebRip",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
{
|
||||
"trash_id": "439f9d71becaed589058ec949e037ff3",
|
||||
"trash_scores": {
|
||||
"default": 1800
|
||||
},
|
||||
"name": "German Web Tier 03",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "RobertDeNiro",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(RobertDeNiro)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "BALENCiAGA",
|
||||
"implementation": "ReleaseGroupSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(BALENCiAGA)$"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WebDL",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 7
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "WebRip",
|
||||
"implementation": "SourceSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 8
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,46 @@
|
||||
{
|
||||
"trash_id": "6aad77771dabe9d3e9d7be86f310b867",
|
||||
"trash_scores": {
|
||||
"default": 10001
|
||||
},
|
||||
"name": "German DL (undefined)",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "NOT Original Language",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": -2
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "German",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DL",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(?<!WEB[-_. ]?)\\b(DL)\\b"
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "ML",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": false,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "\\b(ML)\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"trash_id": "f845be10da4f442654c13e1f2c3d6cd5",
|
||||
"trash_scores": {
|
||||
"default": -10000,
|
||||
"german": 10001
|
||||
},
|
||||
"name": "German DL",
|
||||
"includeCustomFormatWhenRenaming": true,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "German",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Original Language",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": -2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,37 @@
|
||||
{
|
||||
"trash_id": "86bc3115eb4e9873ac96904a4a68e19e",
|
||||
"trash_scores": {
|
||||
"default": 10000
|
||||
},
|
||||
"name": "German",
|
||||
"includeCustomFormatWhenRenaming": true,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "German",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "NOT Original",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": true,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": -2
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "DL",
|
||||
"implementation": "ReleaseTitleSpecification",
|
||||
"negate": true,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": "(?<!WEB[-_. ]?)\\b(DL)\\b"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,21 @@
|
||||
{
|
||||
"trash_id": "0dc8aec3bd1c47cd6c40c46ecd27e846",
|
||||
"trash_scores": {
|
||||
"default": -10000
|
||||
},
|
||||
"trash_description": "Language: English Only: Because it uses reverse scoring, and if you use the default scores, it will assign all releases without the English audio a score of -10000.",
|
||||
|
||||
"name": "Language: Not English",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "Not English Language",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": true,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,104 @@
|
||||
{
|
||||
"trash_id": "2b90e905c99490edc7c7a5787443748b",
|
||||
"name": "[German] HD Bluray + WEB",
|
||||
"trash_score_set": "german",
|
||||
"upgradeAllowed": true,
|
||||
"cutoff": "Merged QPs",
|
||||
"minFormatScore": 0,
|
||||
"cutoffFormatScore": 25000,
|
||||
"language":"Any",
|
||||
"items": [
|
||||
{ "name": "Unknown", "allowed": false },
|
||||
{ "name": "WORKPRINT", "allowed": false },
|
||||
{ "name": "CAM", "allowed": false },
|
||||
{ "name": "TELESYNC", "allowed": false },
|
||||
{ "name": "TELECINE", "allowed": false },
|
||||
{ "name": "REGIONAL", "allowed": false },
|
||||
{ "name": "DVDSCR", "allowed": false },
|
||||
{ "name": "SDTV", "allowed": false },
|
||||
{ "name": "DVD", "allowed": false },
|
||||
{ "name": "DVD-R", "allowed": false },
|
||||
{
|
||||
"name": "WEB 480p",
|
||||
"allowed": false,
|
||||
"items": ["WEBDL-480p", "WEBRip-480p"]
|
||||
},
|
||||
{ "name": "Bluray-480p", "allowed": false },
|
||||
{ "name": "Bluray-576p", "allowed": false },
|
||||
{ "name": "HDTV-720p", "allowed": false },
|
||||
{ "name": "HDTV-1080p", "allowed": false },
|
||||
{ "name": "Remux-1080p", "allowed": false },
|
||||
{ "name": "HDTV-2160p", "allowed": false },
|
||||
{
|
||||
"name": "WEB 2160p",
|
||||
"allowed": false,
|
||||
"items": ["WEBDL-2160p", "WEBRip-2160p"]
|
||||
},
|
||||
{ "name": "Bluray-2160p", "allowed": false },
|
||||
{ "name": "Remux-2160p", "allowed": false },
|
||||
{ "name": "BR-DISK", "allowed": false },
|
||||
{ "name": "Raw-HD", "allowed": false },
|
||||
{
|
||||
"name": "Merged QPs",
|
||||
"allowed": true,
|
||||
"items": [
|
||||
"WEBRip-720p",
|
||||
"WEBDL-720p",
|
||||
"Bluray-720p",
|
||||
"WEBDL-1080p",
|
||||
"WEBRip-1080p",
|
||||
"Bluray-1080p"
|
||||
]
|
||||
}
|
||||
],
|
||||
"formatItems": {
|
||||
"German 1080p Booster": "3bc8df3a71baaac60a31ef696ea72d36",
|
||||
"1080p": "820b09bb9acbfde9c35c71e0e565dad8",
|
||||
"720p": "b2be17d608fc88818940cd1833b0b24c",
|
||||
"German": "86bc3115eb4e9873ac96904a4a68e19e",
|
||||
"German DL": "f845be10da4f442654c13e1f2c3d6cd5",
|
||||
"German DL (undefined)": "6aad77771dabe9d3e9d7be86f310b867",
|
||||
"German Bluray Tier 01": "54795711b78ea87e56127928c423689b",
|
||||
"German Bluray Tier 02": "1bfc773c53283d47c68e535811da30b7",
|
||||
"German Bluray Tier 03": "aee01d40cd1bf4bcded81ee62f0f3659",
|
||||
"German Web Tier 01": "a2ab25194f463f057a5559c03c84a3df",
|
||||
"German Web Tier 02": "08d120d5a003ec4954b5b255c0691d79",
|
||||
"German Web Tier 03": "439f9d71becaed589058ec949e037ff3",
|
||||
"German Scene": "2d136d4e33082fe573d06b1f237c40dd",
|
||||
"German LQ": "263943bc5d99550c68aad0c4278ba1c7",
|
||||
"German Microsized": "03c430f326f10a27a9739b8bc83c30e4",
|
||||
"Line/Mic Dubbed": "c465ccc73923871b3eb1802042331306",
|
||||
"HD Bluray Tier 01": "ed27ebfef2f323e964fb1f61391bcb35",
|
||||
"HD Bluray Tier 02": "c20c8647f2746a1f4c4262b0fbbeeeae",
|
||||
"HD Bluray Tier 03": "5608c71bcebba0a5e666223bae8c9227",
|
||||
"WEB Tier 01": "c20f169ef63c5f40c2def54abaf4438e",
|
||||
"WEB Tier 02": "403816d65392c79236dcb6dd591aeda4",
|
||||
"WEB Tier 03": "af94e0fe497124d1f9ce732069ec8c3b",
|
||||
"Repack/Proper": "e7718d7a3ce595f289bfee26adc178f5",
|
||||
"Repack2": "ae43b294509409a6a13919dedd4764c4",
|
||||
"Repack3": "5caaaa1c08c1742aa4342d8c4cc463f2",
|
||||
"BR-DISK": "ed38b889b31be83fda192888e2286d83",
|
||||
"Generated Dynamic HDR": "e6886871085226c3da1830830146846c",
|
||||
"LQ": "90a6f9a284dff5103f6346090e6280c8",
|
||||
"LQ (Release Title)": "e204b80c87be9497a8a6eaff48f72905",
|
||||
"x265 (HD)": "dc98083864ea246d05a42df0d05f81cc",
|
||||
"3D": "b8cd450cbfa689c0259a01d9e29ba3d6",
|
||||
"Extras": "0a3f082873eb454bde444150b70253cc",
|
||||
"AV1": "cae4ca30163749b891686f95532519bd",
|
||||
"AMZN": "b3b3a6ac74ecbd56bcdbefa4799fb9df",
|
||||
"ATVP": "40e9380490e748672c2522eaaeb692f7",
|
||||
"BCORE": "cc5e51a9e85a6296ceefe097a77f12f4",
|
||||
"CRiT": "16622a6911d1ab5d5b8b713d5b0036d4",
|
||||
"DSNP": "84272245b2988854bfb76a16e60baea5",
|
||||
"HBO": "509e5f41146e278f9eab1ddaceb34515",
|
||||
"HMAX": "5763d1b0ce84aff3b21038eea8e9b8ad",
|
||||
"Hulu": "526d445d4c16214309f0fd2b3be18a89",
|
||||
"iT": "e0ec9672be6cac914ffad34a6b077209",
|
||||
"MA": "2a6039655313bf5dab1e43523b62c374",
|
||||
"MAX": "6a061313d22e51e0f25b7cd4dc065233",
|
||||
"NF": "170b1d363bd8516fbf3a3eb05d4faff6",
|
||||
"PCOK": "c9fd353f8f5f1baf56dc601c4cb29920",
|
||||
"PMTP": "e36a0ba1bc902b26ee40818a1d59b8bd",
|
||||
"STAN": "c2863d2a50c9acad1fb50e53ece60817"
|
||||
}
|
||||
}
|
@ -0,0 +1,118 @@
|
||||
{
|
||||
"trash_id": "425da1ba30711b55d2eb371437ec98d7",
|
||||
"name": "[German] UHD Bluray + WEB (Alternative)",
|
||||
"trash_score_set": "german",
|
||||
"upgradeAllowed": true,
|
||||
"cutoff": "Merged QPs",
|
||||
"minFormatScore": 0,
|
||||
"cutoffFormatScore": 25000,
|
||||
"language":"Any",
|
||||
"items": [
|
||||
{ "name": "Unknown", "allowed": false },
|
||||
{ "name": "WORKPRINT", "allowed": false },
|
||||
{ "name": "CAM", "allowed": false },
|
||||
{ "name": "TELESYNC", "allowed": false },
|
||||
{ "name": "TELECINE", "allowed": false },
|
||||
{ "name": "REGIONAL", "allowed": false },
|
||||
{ "name": "DVDSCR", "allowed": false },
|
||||
{ "name": "SDTV", "allowed": false },
|
||||
{ "name": "DVD", "allowed": false },
|
||||
{ "name": "DVD-R", "allowed": false },
|
||||
{
|
||||
"name": "WEB 480p",
|
||||
"allowed": false,
|
||||
"items": ["WEBDL-480p", "WEBRip-480p"]
|
||||
},
|
||||
{ "name": "Bluray-480p", "allowed": false },
|
||||
{ "name": "Bluray-576p", "allowed": false },
|
||||
{ "name": "HDTV-720p", "allowed": false },
|
||||
{ "name": "HDTV-1080p", "allowed": false },
|
||||
{ "name": "Remux-1080p", "allowed": false },
|
||||
{ "name": "HDTV-2160p", "allowed": false },
|
||||
{ "name": "Remux-2160p", "allowed": false },
|
||||
{ "name": "BR-DISK", "allowed": false },
|
||||
{ "name": "Raw-HD", "allowed": false },
|
||||
{
|
||||
"name": "Merged QPs",
|
||||
"allowed": true,
|
||||
"items": [
|
||||
"WEBRip-720p",
|
||||
"WEBDL-720p",
|
||||
"Bluray-720p",
|
||||
"WEBDL-1080p",
|
||||
"WEBRip-1080p",
|
||||
"Bluray-1080p",
|
||||
"WEBRip-2160p",
|
||||
"WEBDL-2160p",
|
||||
"Bluray-2160p"
|
||||
]
|
||||
}
|
||||
],
|
||||
"formatItems": {
|
||||
"German 1080p Booster": "3bc8df3a71baaac60a31ef696ea72d36",
|
||||
"German 2160p Booster": "cc7b1e64e2513a6a271090cdfafaeb55",
|
||||
"2160p": "fb392fb0d61a010ae38e49ceaa24a1ef",
|
||||
"1080p": "820b09bb9acbfde9c35c71e0e565dad8",
|
||||
"720p": "b2be17d608fc88818940cd1833b0b24c",
|
||||
"German": "86bc3115eb4e9873ac96904a4a68e19e",
|
||||
"German DL": "f845be10da4f442654c13e1f2c3d6cd5",
|
||||
"German DL (undefined)": "6aad77771dabe9d3e9d7be86f310b867",
|
||||
"German Bluray Tier 01": "54795711b78ea87e56127928c423689b",
|
||||
"German Bluray Tier 02": "1bfc773c53283d47c68e535811da30b7",
|
||||
"German Bluray Tier 03": "aee01d40cd1bf4bcded81ee62f0f3659",
|
||||
"German Web Tier 01": "a2ab25194f463f057a5559c03c84a3df",
|
||||
"German Web Tier 02": "08d120d5a003ec4954b5b255c0691d79",
|
||||
"German Web Tier 03": "439f9d71becaed589058ec949e037ff3",
|
||||
"German Scene": "2d136d4e33082fe573d06b1f237c40dd",
|
||||
"German LQ": "263943bc5d99550c68aad0c4278ba1c7",
|
||||
"German Microsized": "03c430f326f10a27a9739b8bc83c30e4",
|
||||
"Line/Mic Dubbed": "c465ccc73923871b3eb1802042331306",
|
||||
"DV HDR10Plus": "c53085ddbd027d9624b320627748612f",
|
||||
"DV HDR10": "e23edd2482476e595fb990b12e7c609c",
|
||||
"DV": "58d6a88f13e2db7f5059c41047876f00",
|
||||
"DV HLG": "55d53828b9d81cbe20b02efd00aa0efd",
|
||||
"DV SDR": "a3e19f8f627608af0211acd02bf89735",
|
||||
"HDR10+": "b974a6cd08c1066250f1f177d7aa1225",
|
||||
"HDR10": "dfb86d5941bc9075d6af23b09c2aeecd",
|
||||
"HDR": "e61e28db95d22bedcadf030b8f156d96",
|
||||
"HDR (undefined)": "2a4d9069cc1fe3242ff9bdaebed239bb",
|
||||
"PQ": "08d6d8834ad9ec87b1dc7ec8148e7a1f",
|
||||
"HLG": "9364dd386c9b4a1100dde8264690add7",
|
||||
"UHD Bluray Tier 01": "4d74ac4c4db0b64bff6ce0cffef99bf0",
|
||||
"UHD Bluray Tier 02": "a58f517a70193f8e578056642178419d",
|
||||
"UHD Bluray Tier 03": "e71939fae578037e7aed3ee219bbe7c1",
|
||||
"HD Bluray Tier 01": "ed27ebfef2f323e964fb1f61391bcb35",
|
||||
"HD Bluray Tier 02": "c20c8647f2746a1f4c4262b0fbbeeeae",
|
||||
"HD Bluray Tier 03": "5608c71bcebba0a5e666223bae8c9227",
|
||||
"WEB Tier 01": "c20f169ef63c5f40c2def54abaf4438e",
|
||||
"WEB Tier 02": "403816d65392c79236dcb6dd591aeda4",
|
||||
"WEB Tier 03": "af94e0fe497124d1f9ce732069ec8c3b",
|
||||
"Repack/Proper": "e7718d7a3ce595f289bfee26adc178f5",
|
||||
"Repack2": "ae43b294509409a6a13919dedd4764c4",
|
||||
"Repack3": "5caaaa1c08c1742aa4342d8c4cc463f2",
|
||||
"BR-DISK": "ed38b889b31be83fda192888e2286d83",
|
||||
"Generated Dynamic HDR": "e6886871085226c3da1830830146846c",
|
||||
"LQ": "90a6f9a284dff5103f6346090e6280c8",
|
||||
"LQ (Release Title)": "e204b80c87be9497a8a6eaff48f72905",
|
||||
"x265 (no HDR/DV)": "839bea857ed2c0a8e084f3cbdbd65ecb",
|
||||
"3D": "b8cd450cbfa689c0259a01d9e29ba3d6",
|
||||
"Upscaled": "bfd8eb01832d646a0a89c4deb46f8564",
|
||||
"Extras": "0a3f082873eb454bde444150b70253cc",
|
||||
"AV1": "cae4ca30163749b891686f95532519bd",
|
||||
"AMZN": "b3b3a6ac74ecbd56bcdbefa4799fb9df",
|
||||
"ATVP": "40e9380490e748672c2522eaaeb692f7",
|
||||
"BCORE": "cc5e51a9e85a6296ceefe097a77f12f4",
|
||||
"CRiT": "16622a6911d1ab5d5b8b713d5b0036d4",
|
||||
"DSNP": "84272245b2988854bfb76a16e60baea5",
|
||||
"HBO": "509e5f41146e278f9eab1ddaceb34515",
|
||||
"HMAX": "5763d1b0ce84aff3b21038eea8e9b8ad",
|
||||
"Hulu": "526d445d4c16214309f0fd2b3be18a89",
|
||||
"iT": "e0ec9672be6cac914ffad34a6b077209",
|
||||
"MA": "2a6039655313bf5dab1e43523b62c374",
|
||||
"MAX": "6a061313d22e51e0f25b7cd4dc065233",
|
||||
"NF": "170b1d363bd8516fbf3a3eb05d4faff6",
|
||||
"PCOK": "c9fd353f8f5f1baf56dc601c4cb29920",
|
||||
"PMTP": "e36a0ba1bc902b26ee40818a1d59b8bd",
|
||||
"STAN": "c2863d2a50c9acad1fb50e53ece60817"
|
||||
}
|
||||
}
|
@ -0,0 +1,121 @@
|
||||
{
|
||||
"trash_id": "27cc3d153c0a799fd139ef1ff4c4cc42",
|
||||
"name": "[German] UHD Bluray + WEB",
|
||||
"trash_score_set": "german",
|
||||
"upgradeAllowed": true,
|
||||
"cutoff": "Merged QPs",
|
||||
"minFormatScore": 0,
|
||||
"cutoffFormatScore": 25000,
|
||||
"language":"Any",
|
||||
"items": [
|
||||
{ "name": "Unknown", "allowed": false },
|
||||
{ "name": "WORKPRINT", "allowed": false },
|
||||
{ "name": "CAM", "allowed": false },
|
||||
{ "name": "TELESYNC", "allowed": false },
|
||||
{ "name": "TELECINE", "allowed": false },
|
||||
{ "name": "REGIONAL", "allowed": false },
|
||||
{ "name": "DVDSCR", "allowed": false },
|
||||
{ "name": "SDTV", "allowed": false },
|
||||
{ "name": "DVD", "allowed": false },
|
||||
{ "name": "DVD-R", "allowed": false },
|
||||
{
|
||||
"name": "WEB 480p",
|
||||
"allowed": false,
|
||||
"items": ["WEBDL-480p", "WEBRip-480p"]
|
||||
},
|
||||
{ "name": "Bluray-480p", "allowed": false },
|
||||
{ "name": "Bluray-576p", "allowed": false },
|
||||
{ "name": "HDTV-720p", "allowed": false },
|
||||
{
|
||||
"name": "WEB 720p",
|
||||
"allowed": false,
|
||||
"items": ["WEBDL-720p", "WEBRip-720p"]
|
||||
},
|
||||
{ "name": "Bluray-720p", "allowed": false },
|
||||
{ "name": "HDTV-1080p", "allowed": false },
|
||||
{
|
||||
"name": "WEB 1080p",
|
||||
"allowed": false,
|
||||
"items": ["WEBDL-1080p", "WEBRip-1080p"]
|
||||
},
|
||||
{ "name": "Bluray-1080p", "allowed": false },
|
||||
{ "name": "Remux-1080p", "allowed": false },
|
||||
{ "name": "HDTV-2160p", "allowed": false },
|
||||
{ "name": "Remux-2160p", "allowed": false },
|
||||
{ "name": "BR-DISK", "allowed": false },
|
||||
{ "name": "Raw-HD", "allowed": false },
|
||||
{
|
||||
"name": "Merged QPs",
|
||||
"allowed": true,
|
||||
"items": [
|
||||
"WEBRip-2160p",
|
||||
"WEBDL-2160p",
|
||||
"Bluray-2160p"
|
||||
]
|
||||
}
|
||||
],
|
||||
"formatItems": {
|
||||
"German 1080p Booster": "3bc8df3a71baaac60a31ef696ea72d36",
|
||||
"German 2160p Booster": "cc7b1e64e2513a6a271090cdfafaeb55",
|
||||
"2160p": "fb392fb0d61a010ae38e49ceaa24a1ef",
|
||||
"1080p": "820b09bb9acbfde9c35c71e0e565dad8",
|
||||
"720p": "b2be17d608fc88818940cd1833b0b24c",
|
||||
"German": "86bc3115eb4e9873ac96904a4a68e19e",
|
||||
"German DL": "f845be10da4f442654c13e1f2c3d6cd5",
|
||||
"German DL (undefined)": "6aad77771dabe9d3e9d7be86f310b867",
|
||||
"German Bluray Tier 01": "54795711b78ea87e56127928c423689b",
|
||||
"German Bluray Tier 02": "1bfc773c53283d47c68e535811da30b7",
|
||||
"German Bluray Tier 03": "aee01d40cd1bf4bcded81ee62f0f3659",
|
||||
"German Web Tier 01": "a2ab25194f463f057a5559c03c84a3df",
|
||||
"German Web Tier 02": "08d120d5a003ec4954b5b255c0691d79",
|
||||
"German Web Tier 03": "439f9d71becaed589058ec949e037ff3",
|
||||
"German Scene": "2d136d4e33082fe573d06b1f237c40dd",
|
||||
"German LQ": "263943bc5d99550c68aad0c4278ba1c7",
|
||||
"German Microsized": "03c430f326f10a27a9739b8bc83c30e4",
|
||||
"Line/Mic Dubbed": "c465ccc73923871b3eb1802042331306",
|
||||
"DV HDR10Plus": "c53085ddbd027d9624b320627748612f",
|
||||
"DV HDR10": "e23edd2482476e595fb990b12e7c609c",
|
||||
"DV": "58d6a88f13e2db7f5059c41047876f00",
|
||||
"DV HLG": "55d53828b9d81cbe20b02efd00aa0efd",
|
||||
"DV SDR": "a3e19f8f627608af0211acd02bf89735",
|
||||
"HDR10+": "b974a6cd08c1066250f1f177d7aa1225",
|
||||
"HDR10": "dfb86d5941bc9075d6af23b09c2aeecd",
|
||||
"HDR": "e61e28db95d22bedcadf030b8f156d96",
|
||||
"HDR (undefined)": "2a4d9069cc1fe3242ff9bdaebed239bb",
|
||||
"PQ": "08d6d8834ad9ec87b1dc7ec8148e7a1f",
|
||||
"HLG": "9364dd386c9b4a1100dde8264690add7",
|
||||
"UHD Bluray Tier 01": "4d74ac4c4db0b64bff6ce0cffef99bf0",
|
||||
"UHD Bluray Tier 02": "a58f517a70193f8e578056642178419d",
|
||||
"UHD Bluray Tier 03": "e71939fae578037e7aed3ee219bbe7c1",
|
||||
"WEB Tier 01": "c20f169ef63c5f40c2def54abaf4438e",
|
||||
"WEB Tier 02": "403816d65392c79236dcb6dd591aeda4",
|
||||
"WEB Tier 03": "af94e0fe497124d1f9ce732069ec8c3b",
|
||||
"Repack/Proper": "e7718d7a3ce595f289bfee26adc178f5",
|
||||
"Repack2": "ae43b294509409a6a13919dedd4764c4",
|
||||
"Repack3": "5caaaa1c08c1742aa4342d8c4cc463f2",
|
||||
"BR-DISK": "ed38b889b31be83fda192888e2286d83",
|
||||
"Generated Dynamic HDR": "e6886871085226c3da1830830146846c",
|
||||
"LQ": "90a6f9a284dff5103f6346090e6280c8",
|
||||
"LQ (Release Title)": "e204b80c87be9497a8a6eaff48f72905",
|
||||
"x265 (no HDR/DV)": "839bea857ed2c0a8e084f3cbdbd65ecb",
|
||||
"3D": "b8cd450cbfa689c0259a01d9e29ba3d6",
|
||||
"Upscaled": "bfd8eb01832d646a0a89c4deb46f8564",
|
||||
"Extras": "0a3f082873eb454bde444150b70253cc",
|
||||
"AV1": "cae4ca30163749b891686f95532519bd",
|
||||
"AMZN": "b3b3a6ac74ecbd56bcdbefa4799fb9df",
|
||||
"ATVP": "40e9380490e748672c2522eaaeb692f7",
|
||||
"BCORE": "cc5e51a9e85a6296ceefe097a77f12f4",
|
||||
"CRiT": "16622a6911d1ab5d5b8b713d5b0036d4",
|
||||
"DSNP": "84272245b2988854bfb76a16e60baea5",
|
||||
"HBO": "509e5f41146e278f9eab1ddaceb34515",
|
||||
"HMAX": "5763d1b0ce84aff3b21038eea8e9b8ad",
|
||||
"Hulu": "526d445d4c16214309f0fd2b3be18a89",
|
||||
"iT": "e0ec9672be6cac914ffad34a6b077209",
|
||||
"MA": "2a6039655313bf5dab1e43523b62c374",
|
||||
"MAX": "6a061313d22e51e0f25b7cd4dc065233",
|
||||
"NF": "170b1d363bd8516fbf3a3eb05d4faff6",
|
||||
"PCOK": "c9fd353f8f5f1baf56dc601c4cb29920",
|
||||
"PMTP": "e36a0ba1bc902b26ee40818a1d59b8bd",
|
||||
"STAN": "c2863d2a50c9acad1fb50e53ece60817"
|
||||
}
|
||||
}
|
@ -0,0 +1,120 @@
|
||||
{
|
||||
"trash_id": "79faa9943cef2f510b997b1f2a9f3ea6",
|
||||
"name": "[German] Remux + WEB 2160p",
|
||||
"trash_score_set": "german",
|
||||
"upgradeAllowed": true,
|
||||
"cutoff": "Merged QPs",
|
||||
"minFormatScore": 0,
|
||||
"cutoffFormatScore": 25000,
|
||||
"language":"Any",
|
||||
"items": [
|
||||
{ "name": "Unknown", "allowed": false },
|
||||
{ "name": "WORKPRINT", "allowed": false },
|
||||
{ "name": "CAM", "allowed": false },
|
||||
{ "name": "TELESYNC", "allowed": false },
|
||||
{ "name": "TELECINE", "allowed": false },
|
||||
{ "name": "REGIONAL", "allowed": false },
|
||||
{ "name": "DVDSCR", "allowed": false },
|
||||
{ "name": "SDTV", "allowed": false },
|
||||
{ "name": "DVD", "allowed": false },
|
||||
{ "name": "DVD-R", "allowed": false },
|
||||
{
|
||||
"name": "WEB 480p",
|
||||
"allowed": false,
|
||||
"items": ["WEBDL-480p", "WEBRip-480p"]
|
||||
},
|
||||
{ "name": "Bluray-480p", "allowed": false },
|
||||
{ "name": "Bluray-576p", "allowed": false },
|
||||
{ "name": "HDTV-720p", "allowed": false },
|
||||
{
|
||||
"name": "WEB 720p",
|
||||
"allowed": false,
|
||||
"items": ["WEBDL-720p", "WEBRip-720p"]
|
||||
},
|
||||
{ "name": "Bluray-720p", "allowed": false },
|
||||
{ "name": "HDTV-1080p", "allowed": false },
|
||||
{
|
||||
"name": "WEB 1080p",
|
||||
"allowed": false,
|
||||
"items": ["WEBDL-1080p", "WEBRip-1080p"]
|
||||
},
|
||||
{ "name": "Bluray-1080p", "allowed": false },
|
||||
{ "name": "Remux-1080p", "allowed": false },
|
||||
{ "name": "HDTV-2160p", "allowed": false },
|
||||
{ "name": "Bluray-2160p", "allowed": false },
|
||||
{ "name": "BR-DISK", "allowed": false },
|
||||
{ "name": "Raw-HD", "allowed": false },
|
||||
{
|
||||
"name": "Merged QPs",
|
||||
"allowed": true,
|
||||
"items": [
|
||||
"WEBRip-2160p",
|
||||
"WEBDL-2160p",
|
||||
"Remux-2160p"
|
||||
]
|
||||
}
|
||||
],
|
||||
"formatItems": {
|
||||
"German 1080p Booster": "3bc8df3a71baaac60a31ef696ea72d36",
|
||||
"German 2160p Booster": "cc7b1e64e2513a6a271090cdfafaeb55",
|
||||
"2160p": "fb392fb0d61a010ae38e49ceaa24a1ef",
|
||||
"1080p": "820b09bb9acbfde9c35c71e0e565dad8",
|
||||
"720p": "b2be17d608fc88818940cd1833b0b24c",
|
||||
"German": "86bc3115eb4e9873ac96904a4a68e19e",
|
||||
"German DL": "f845be10da4f442654c13e1f2c3d6cd5",
|
||||
"German DL (undefined)": "6aad77771dabe9d3e9d7be86f310b867",
|
||||
"German Remux Tier 01": "8608a2ed20c636b8a62de108e9147713",
|
||||
"German Remux Tier 02": "f9cf598d55ce532d63596b060a6db9ee",
|
||||
"German Web Tier 01": "a2ab25194f463f057a5559c03c84a3df",
|
||||
"German Web Tier 02": "08d120d5a003ec4954b5b255c0691d79",
|
||||
"German Web Tier 03": "439f9d71becaed589058ec949e037ff3",
|
||||
"German Scene": "2d136d4e33082fe573d06b1f237c40dd",
|
||||
"German LQ": "263943bc5d99550c68aad0c4278ba1c7",
|
||||
"German Microsized": "03c430f326f10a27a9739b8bc83c30e4",
|
||||
"Line/Mic Dubbed": "c465ccc73923871b3eb1802042331306",
|
||||
"DV HDR10Plus": "c53085ddbd027d9624b320627748612f",
|
||||
"DV HDR10": "e23edd2482476e595fb990b12e7c609c",
|
||||
"DV": "58d6a88f13e2db7f5059c41047876f00",
|
||||
"DV HLG": "55d53828b9d81cbe20b02efd00aa0efd",
|
||||
"DV SDR": "a3e19f8f627608af0211acd02bf89735",
|
||||
"HDR10+": "b974a6cd08c1066250f1f177d7aa1225",
|
||||
"HDR10": "dfb86d5941bc9075d6af23b09c2aeecd",
|
||||
"HDR": "e61e28db95d22bedcadf030b8f156d96",
|
||||
"HDR (undefined)": "2a4d9069cc1fe3242ff9bdaebed239bb",
|
||||
"PQ": "08d6d8834ad9ec87b1dc7ec8148e7a1f",
|
||||
"HLG": "9364dd386c9b4a1100dde8264690add7",
|
||||
"Remux Tier 01": "3a3ff47579026e76d6504ebea39390de",
|
||||
"Remux Tier 02": "9f98181fe5a3fbeb0cc29340da2a468a",
|
||||
"Remux Tier 03": "8baaf0b3142bf4d94c42a724f034e27a",
|
||||
"WEB Tier 01": "c20f169ef63c5f40c2def54abaf4438e",
|
||||
"WEB Tier 02": "403816d65392c79236dcb6dd591aeda4",
|
||||
"WEB Tier 03": "af94e0fe497124d1f9ce732069ec8c3b",
|
||||
"Repack/Proper": "e7718d7a3ce595f289bfee26adc178f5",
|
||||
"Repack2": "ae43b294509409a6a13919dedd4764c4",
|
||||
"Repack3": "5caaaa1c08c1742aa4342d8c4cc463f2",
|
||||
"BR-DISK": "ed38b889b31be83fda192888e2286d83",
|
||||
"Generated Dynamic HDR": "e6886871085226c3da1830830146846c",
|
||||
"LQ": "90a6f9a284dff5103f6346090e6280c8",
|
||||
"LQ (Release Title)": "e204b80c87be9497a8a6eaff48f72905",
|
||||
"x265 (no HDR/DV)": "839bea857ed2c0a8e084f3cbdbd65ecb",
|
||||
"3D": "b8cd450cbfa689c0259a01d9e29ba3d6",
|
||||
"Upscaled": "bfd8eb01832d646a0a89c4deb46f8564",
|
||||
"Extras": "0a3f082873eb454bde444150b70253cc",
|
||||
"AV1": "cae4ca30163749b891686f95532519bd",
|
||||
"AMZN": "b3b3a6ac74ecbd56bcdbefa4799fb9df",
|
||||
"ATVP": "40e9380490e748672c2522eaaeb692f7",
|
||||
"BCORE": "cc5e51a9e85a6296ceefe097a77f12f4",
|
||||
"CRiT": "16622a6911d1ab5d5b8b713d5b0036d4",
|
||||
"DSNP": "84272245b2988854bfb76a16e60baea5",
|
||||
"HBO": "509e5f41146e278f9eab1ddaceb34515",
|
||||
"HMAX": "5763d1b0ce84aff3b21038eea8e9b8ad",
|
||||
"Hulu": "526d445d4c16214309f0fd2b3be18a89",
|
||||
"iT": "e0ec9672be6cac914ffad34a6b077209",
|
||||
"MA": "2a6039655313bf5dab1e43523b62c374",
|
||||
"MAX": "6a061313d22e51e0f25b7cd4dc065233",
|
||||
"NF": "170b1d363bd8516fbf3a3eb05d4faff6",
|
||||
"PCOK": "c9fd353f8f5f1baf56dc601c4cb29920",
|
||||
"PMTP": "e36a0ba1bc902b26ee40818a1d59b8bd",
|
||||
"STAN": "c2863d2a50c9acad1fb50e53ece60817"
|
||||
}
|
||||
}
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"trash_id": "ed51973a811f51985f14e2f6f290e47a",
|
||||
"trash_scores": {
|
||||
"default": -10000,
|
||||
"german": 10001
|
||||
},
|
||||
"name": "German DL",
|
||||
"includeCustomFormatWhenRenaming": true,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "German",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": 4
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Original Language",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": false,
|
||||
"required": true,
|
||||
"fields": {
|
||||
"value": -2
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,20 @@
|
||||
{
|
||||
"trash_id": "69aa1e159f97d860440b04cd6d590c4f",
|
||||
"trash_scores": {
|
||||
"default": -10000
|
||||
},
|
||||
"trash_description": "Language: English Only: Because it uses reverse scoring, and if you use the default scores, it will assign all releases without the English audio a score of -10000.",
|
||||
"name": "Language: Not English",
|
||||
"includeCustomFormatWhenRenaming": false,
|
||||
"specifications": [
|
||||
{
|
||||
"name": "Not English Language",
|
||||
"implementation": "LanguageSpecification",
|
||||
"negate": true,
|
||||
"required": false,
|
||||
"fields": {
|
||||
"value": 1
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
<!-- markdownlint-disable MD041-->
|
||||
**Language: German DL (undefined)**<br>
|
||||
|
||||
This Custom Format is mainly used to fix files that are wrongly named after import.
|
||||
|
||||
- For example, suppose the filename suggests it is only German but actually contains German and English audio.
|
||||
- It is also useful for users who use a non-optimal file naming that does not follow suggested naming schemes
|
||||
- example: `John Wick Kapitel 2 (2017) [2160p] [HDR] [7.1, 7.1] [ger, eng] [Vio]`
|
||||
<!-- markdownlint-enable MD041-->
|
@ -0,0 +1,8 @@
|
||||
<!-- markdownlint-disable MD041-->
|
||||
**Language: German + Original aka German DL**<br>
|
||||
|
||||
This custom format helps Radarr/Sonarr recognize German Dual Language audio releases.
|
||||
|
||||
- Add this Custom Format with the default score of `-10000` to prevent getting releases that include `German + Original audio`.
|
||||
- Add this Custom Format with a score of +`10001` if you prefer releases that include `German + Original audio`, It will add `German DL` to your filename.
|
||||
<!-- markdownlint-enable MD041-->
|
@ -0,0 +1,5 @@
|
||||
<!-- markdownlint-disable MD041-->
|
||||
**Language: German**<br>
|
||||
|
||||
This custom format helps Radarr/Sonarr recognize German audio releases that contain only a German language track and no others. It will add `German` to your filename.
|
||||
<!-- markdownlint-enable MD041-->
|
@ -0,0 +1,5 @@
|
||||
<!-- markdownlint-disable MD041-->
|
||||
**Language: Not English (English Only)**<br>
|
||||
|
||||
Because it uses reverse scoring, and if you use the default scores, it will assign all releases without the English audio a score of `-10000`.
|
||||
<!-- markdownlint-enable MD041-->
|
@ -0,0 +1,5 @@
|
||||
<!-- markdownlint-disable MD041-->
|
||||
**Language: Not French (French Only)**<br>
|
||||
|
||||
Because it uses reverse scoring, and if you use the default scores, it will assign all releases without the French audio a score of `-10000`.
|
||||
<!-- markdownlint-enable MD041-->
|