You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
TRaSH-Guides/includes/german-guide/radarr-german-audio-version...

18 lines
2.4 KiB

feat(radarr): NEW German guide (#1993) * First draft of german guide * Fix scores for german CFs * Added german CFs to collection of custom formats * Fix anchor links for german audio versions * Added description of the german audio language CFs * Fixed build errors * Fixed some more build errors * Removed some mentions to French audio * Added quality merging * Changed x265 score to 0 and added disclaimer about good groups producing x265 encodes * Added resolution scoring and changed some wording * Removed some mention to the French Guide * Added source CFs, updated qp image, wording and formatting improvements * Fixed build errors * Added maintainer and acknowledgments * Merged Scene Tiers, added some Groups to P2P Tiers * Added muhHD to german scene, added note about releases being identified as german.dl for releases where german is the original language * Always capitalize German * Clarify german DL CF descriptions * Use "Will rename the release" for consistency * Clarify wording * Clarify german scene CF * Rename German Micro>German Microsized * Clarify German LQ other reasons * Add w00t to german microsized * Fix release group regexes * Move PXL to tier 01 * Update german guide * Fix german microsized json * Fix german microsized json * Update german guide * Intermediate commit * Intermediate commit * Fix no final newline * Fix double blank lines * Add GTF to German microsized groups * Update trash id * Removed duplicate Attention block * Added LD/MD to Unwanted section * Fix: linter errors and add new CFs * Fix: CF Issue * Fix: Build errors with file no longer existing * Fix: markdown issues * Fix: Updated formatting and added remaining Quality Profile descriptions * Fix: fixed some typos * Fix: too many spaces * Fix: adjusted german LQ and german micro scores to be sure we get negative scores * Fix: removed groups from tiers based on sources they release * Fix: removed some more groups from tiers based on sources they release * Fix: removed outdated cfs * Fix: updated acknowledgments * Fix: improved wording * Fix: markdown error * Fix: more new-lines for better readability * Fix: spelling * Fix: mention umlautadaptarr to help with umlauts and german titles * Fix: added reference to german guide on index page * Fix: markdown error * Fix: removed unneeded source CFs * Fix: provided example for German.DL fallback * Added 4SF to Web Tier 02 * Added CNY and ABJ * Fixed Tylor.D Regex * Fix: renamed german.dl-fallback to german.dl-undefined for consistency * Fix: grammar and spelling * Added CNY to Bluray Tier 01 * Added disclaimer about german audio quality and some grammar improvements * Fix: removed unneeded original language CF, changed solution for users which only want german media * Fix: formatting * Added Acknowledgement for Someone said Nice * Added note for Web fallback for Remux 2160p * Markdown fixes * Used Grammarly to grammar check the page * Fixed: table formatting and some Grammararly checks * Added: on request a dot between `German` and `DL` * Added: missing CF and fixed a few other stuff * Added: The German custom formats were added, and the layout was reorganized. * Added: The needed German score * Fixed: last minute CF name change for German DL * several other fixes to complete the build without errors * fixed: ident * fix: json errors * fix: testing if the json validation knows about `('exceptLanguage', 'value' were unexpected)` * fix: remove the exceptLanguage from the json * fixed: some minor styling/grammar stuff * Added: German CF to the table and updated descriptions * fix: formatting --------- Co-authored-by: Lokilicious <mail.lokilicious.work> Co-authored-by: Jonas F <pcjones@live.de> Co-authored-by: pcjones <github@pcjones.de> Co-authored-by: TRaSH <trash-pm@protonmail.ch> Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
2 weeks ago
<!-- markdownlint-disable MD041-->
??? abstract "German Audio - [Click to show/hide]"
| Custom Format | Score | Trash ID |
| --------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | -------------------------------------------------------------- |
| [{{ radarr['cf']['language-german']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#language-german) | {{ radarr['cf']['language-german']['trash_scores']['default'] }} | {{ radarr['cf']['language-german']['trash_id'] }} |
| [{{ radarr['cf']['language-german-dl']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#language-german-dl) | {{ radarr['cf']['language-german-dl']['trash_scores']['german'] }} | {{ radarr['cf']['language-german-dl']['trash_id'] }} |
| [{{ radarr['cf']['language-german-dl-undefined']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#language-german-dl-undefined) | {{ radarr['cf']['language-german-dl-undefined']['trash_scores']['default'] }} | {{ radarr['cf']['language-german-dl-undefined']['trash_id'] }} |
---
Breakdown and Why
- **{{ radarr['cf']['language-german-dl']['name'] }}:** This custom format helps Radarr/Sonarr recognize German Dual Language audio releases. It will add `German DL` to your filename.
- **{{ radarr['cf']['language-german-dl-undefined']['name'] }}:** 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]`
- **{{ radarr['cf']['language-german']['name'] }}:** 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-->