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/cf/radarr-misc-optional.md

23 lines
3.2 KiB

feat(guide): Make Movie Editions Optional (#2058) * Make Movie Versions Optional: - Split quality profiles into 'Required' and 'Optional' sections - Move Movie Versions panel into 'Optional' section - Rename 'Optional' panel to 'Miscellaneous (Optional)' - Rename 'Misc' panel to 'Miscellaneous (Required)' - Merge 'Misc' and 'Optional' sections in Collection of Custom Formats into a single 'Miscellaneous' section * Make Movie Versions Optional (SQP): - Split quality profiles into 'Required' and 'Optional' sections - Move Movie Versions panel into 'Optional' section - Rename 'Optional' panel to 'Miscellaneous (Optional)' - Rename 'Optional UHD' panel to 'Miscellaneous UHD (Optional)' - Rename 'Misc' panel to 'Miscellaneous (Required)' * Make Movie Versions Optional (supporting Sonarr changes): - Split quality profiles into 'Required' and 'Optional' sections - Move 'Optional' panel into 'Optional' section - Rename 'Optional' panel to 'Miscellaneous (Optional)' - Rename 'Misc' panel to 'Miscellaneous (Required)' - Merge 'Misc' and 'Optional' sections in Collection of Custom Formats into a single 'Miscellaneous' section * JSON Changes: - Created new CF-groups jsons for Movie Versions - Removed Movie Version Custom Formats from quality profile jsons - Renamed 'Optional' json files to 'misc-optional' for consistency with other changes * Update filenames: - Update include filenames with 'misc' for consistency - Update all guide pages to reference new include filenames --------- Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
2 months ago
??? abstract "Miscellaneous (Optional) - [Click to show/hide]"
chore(editorconfig): Add more extensions (#1410) * Add more extensions to editorconfig Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat(editorconfig): update indent size * Revert "feat(editorconfig): update indent size" This reverts commit 30e5918efe499ebf05559b19bdb140e75bd0d31b. * style: :lipstick: format json files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format yaml files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format md files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format other files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format md files Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: markdownlint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: markdownlint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: markdownlint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: editorconfig lint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat: :rocket: deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat: :rocket: deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat: :rocket: deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * revert: :fire: remove deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: fix incorrect prior merges Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: change json to 2 spaces Signed-off-by: GitHub <noreply@github.com> * style: :lipstick: format json to 2 spaces Signed-off-by: GitHub <noreply@github.com> * update(formatting/py): run pep8 formatting --------- Signed-off-by: Eric Nemchik <eric@nemchik.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com> Co-authored-by: FonduemangVI <michael.thomas@vualtlabs1226.com> Co-authored-by: zakary <zak@ary.dev>
6 months ago
| 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'] }} |
chore(editorconfig): Add more extensions (#1410) * Add more extensions to editorconfig Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat(editorconfig): update indent size * Revert "feat(editorconfig): update indent size" This reverts commit 30e5918efe499ebf05559b19bdb140e75bd0d31b. * style: :lipstick: format json files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format yaml files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format md files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format other files Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: format md files Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: markdownlint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: markdownlint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: markdownlint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: editorconfig lint fixes Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat: :rocket: deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat: :rocket: deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * feat: :rocket: deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * revert: :fire: remove deploy preview Signed-off-by: Eric Nemchik <eric@nemchik.com> * fix: :bug: fix incorrect prior merges Signed-off-by: Eric Nemchik <eric@nemchik.com> * style: :lipstick: change json to 2 spaces Signed-off-by: GitHub <noreply@github.com> * style: :lipstick: format json to 2 spaces Signed-off-by: GitHub <noreply@github.com> * update(formatting/py): run pep8 formatting --------- Signed-off-by: Eric Nemchik <eric@nemchik.com> Signed-off-by: GitHub <noreply@github.com> Co-authored-by: FonduemangVI <15520607+FonduemangVI@users.noreply.github.com> Co-authored-by: FonduemangVI <michael.thomas@vualtlabs1226.com> Co-authored-by: zakary <zak@ary.dev>
6 months ago
---
Breakdown and Why
feat(guide): Make Movie Editions Optional (#2058) * Make Movie Versions Optional: - Split quality profiles into 'Required' and 'Optional' sections - Move Movie Versions panel into 'Optional' section - Rename 'Optional' panel to 'Miscellaneous (Optional)' - Rename 'Misc' panel to 'Miscellaneous (Required)' - Merge 'Misc' and 'Optional' sections in Collection of Custom Formats into a single 'Miscellaneous' section * Make Movie Versions Optional (SQP): - Split quality profiles into 'Required' and 'Optional' sections - Move Movie Versions panel into 'Optional' section - Rename 'Optional' panel to 'Miscellaneous (Optional)' - Rename 'Optional UHD' panel to 'Miscellaneous UHD (Optional)' - Rename 'Misc' panel to 'Miscellaneous (Required)' * Make Movie Versions Optional (supporting Sonarr changes): - Split quality profiles into 'Required' and 'Optional' sections - Move 'Optional' panel into 'Optional' section - Rename 'Optional' panel to 'Miscellaneous (Optional)' - Rename 'Misc' panel to 'Miscellaneous (Required)' - Merge 'Misc' and 'Optional' sections in Collection of Custom Formats into a single 'Miscellaneous' section * JSON Changes: - Created new CF-groups jsons for Movie Versions - Removed Movie Version Custom Formats from quality profile jsons - Renamed 'Optional' json files to 'misc-optional' for consistency with other changes * Update filenames: - Update include filenames with 'misc' for consistency - Update all guide pages to reference new include filenames --------- Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
2 months ago
- **{{ 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.
feat(guide): Make Movie Editions Optional (#2058) * Make Movie Versions Optional: - Split quality profiles into 'Required' and 'Optional' sections - Move Movie Versions panel into 'Optional' section - Rename 'Optional' panel to 'Miscellaneous (Optional)' - Rename 'Misc' panel to 'Miscellaneous (Required)' - Merge 'Misc' and 'Optional' sections in Collection of Custom Formats into a single 'Miscellaneous' section * Make Movie Versions Optional (SQP): - Split quality profiles into 'Required' and 'Optional' sections - Move Movie Versions panel into 'Optional' section - Rename 'Optional' panel to 'Miscellaneous (Optional)' - Rename 'Optional UHD' panel to 'Miscellaneous UHD (Optional)' - Rename 'Misc' panel to 'Miscellaneous (Required)' * Make Movie Versions Optional (supporting Sonarr changes): - Split quality profiles into 'Required' and 'Optional' sections - Move 'Optional' panel into 'Optional' section - Rename 'Optional' panel to 'Miscellaneous (Optional)' - Rename 'Misc' panel to 'Miscellaneous (Required)' - Merge 'Misc' and 'Optional' sections in Collection of Custom Formats into a single 'Miscellaneous' section * JSON Changes: - Created new CF-groups jsons for Movie Versions - Removed Movie Version Custom Formats from quality profile jsons - Renamed 'Optional' json files to 'misc-optional' for consistency with other changes * Update filenames: - Update include filenames with 'misc' for consistency - Update all guide pages to reference new include filenames --------- Co-authored-by: TRaSH <TRaSH-@users.noreply.github.com>
2 months ago
- **{{ 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.