feat(starr-german): add LQ (release title) CF to the german guide (#2254)

Fix: add LQ release title to the german guide

Co-authored-by: Lokilicious <mail.lokilicious.work>
pull/2265/head
Lokilicious 2 weeks ago committed by GitHub
parent 5d43b69a9f
commit 13f6fb9665
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,7 +1,8 @@
{
"trash_id": "e2315f990da2e2cbfc9fa5b7a6fcfe48",
"trash_scores": {
"default": -10000
"default": -10000,
"german": -35000
},
"name": "LQ (Release Title)",
"includeCustomFormatWhenRenaming": false,

@ -8,6 +8,7 @@
| [{{ radarr['cf']['3d']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#3d) | {{ radarr['cf']['3d']['trash_scores']['german'] }} | {{ radarr['cf']['3d']['trash_id'] }} |
| [{{ radarr['cf']['line-mic-dubbed']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#linemic-dubbed) | {{ radarr['cf']['line-mic-dubbed']['trash_scores']['german'] }} | {{ radarr['cf']['line-mic-dubbed']['trash_id'] }} |
| [{{ radarr['cf']['lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#lq) | {{ radarr['cf']['lq']['trash_scores']['german'] }} | {{ 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']['german'] }} | {{ radarr['cf']['lq-release-title']['trash_id'] }} |
| [{{ radarr['cf']['german-lq']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#german-lq) | {{ radarr['cf']['german-lq']['trash_scores']['default'] }} | {{ radarr['cf']['german-lq']['trash_id'] }} |
| [{{ radarr['cf']['german-lq-release-title']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#german-lq-release-title) | {{ radarr['cf']['german-lq-release-title']['trash_scores']['default'] }} | {{ radarr['cf']['german-lq-release-title']['trash_id'] }} |
| [{{ radarr['cf']['german-microsized']['name'] }}](/Radarr/Radarr-collection-of-custom-formats/#german-microsized) | {{ radarr['cf']['german-microsized']['trash_scores']['default'] }} | {{ radarr['cf']['german-microsized']['trash_id'] }} |
@ -25,6 +26,7 @@
- **{{ radarr['cf']['3d']['name'] }}:** Is 3D still a thing for home use ?
- **{{ radarr['cf']['line-mic-dubbed']['name'] }}:** This blocks Line and Mic Dubs.
- **{{ 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']['german-lq']['name'] }}:** A collection of known Low Quality German groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **{{ radarr['cf']['german-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']['german-microsized']['name'] }}:** A collection of German groups producing low quality micro-sized releases.

@ -5,6 +5,7 @@
| ----------------------------------------------------------------------------------------------------------------------------- | :----------------------------------------------------------------------: | --------------------------------------------------------- |
| [{{ sonarr['cf']['br-disk']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#br-disk) | {{ sonarr['cf']['br-disk']['trash_scores']['german'] }} | {{ sonarr['cf']['br-disk']['trash_id'] }} |
| [{{ sonarr['cf']['lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#lq) | {{ sonarr['cf']['lq']['trash_scores']['german'] }} | {{ 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']['german'] }} | {{ sonarr['cf']['lq-release-title']['trash_id'] }} |
| [{{ sonarr['cf']['german-lq']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#german-lq) | {{ sonarr['cf']['german-lq']['trash_scores']['default'] }} | {{ sonarr['cf']['german-lq']['trash_id'] }} |
| [{{ sonarr['cf']['german-lq-release-title']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#german-lq-release-title) | {{ sonarr['cf']['german-lq-release-title']['trash_scores']['default'] }} | {{ sonarr['cf']['german-lq-release-title']['trash_id'] }} |
| [{{ sonarr['cf']['german-microsized']['name'] }}](/Sonarr/sonarr-collection-of-custom-formats/#german-microsized) | {{ sonarr['cf']['german-microsized']['trash_scores']['default'] }} | {{ sonarr['cf']['german-microsized']['trash_id'] }} |
@ -19,6 +20,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']['german-lq']['name'] }}:** A collection of known Low Quality German groups that are often banned from the the top trackers because the lack of quality or other reasons.
- **{{ radarr['cf']['german-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']['german-microsized']['name'] }}:** A collection of German groups producing low quality micro-sized releases.

Loading…
Cancel
Save