fix: rockethd change single_file_release_use_filename default to false#834
Open
sudo2k16 wants to merge 1 commit intoProwlarr:masterfrom
Open
fix: rockethd change single_file_release_use_filename default to false#834sudo2k16 wants to merge 1 commit intoProwlarr:masterfrom
sudo2k16 wants to merge 1 commit intoProwlarr:masterfrom
Conversation
|
Contributor
The discrepancy between release title and actual filenames would trigger easily a download loop as the current version would be inferior in custom format scoring. Reason why it's enabled by default, and not disabled. I'm not familiar with this site, but in regard as someone who's more familiar with Radarr/Sonarr I would recommend keeping it enabled by default. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



RocketHD: Change
single_file_release_use_filenamedefault tofalseRocketHD uses enriched release names that already contain all relevant metadata (resolution, codec, group, etc.). Since not all individual filenames carry the same level of detail, defaulting to the release name provides more consistent and complete results for Sonarr/Radarr matching.
This changes the
single_file_release_use_filenamesetting default fromtruetofalse. Users who prefer filenames can still enable the option manually.