fix: rockethd change single_file_release_use_filename default to false#834
fix: rockethd change single_file_release_use_filename default to false#834sudo2k16 wants to merge 1 commit intoProwlarr:masterfrom
Conversation
|
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. |
|
It's a bit of a mixed bag:
I think keeping the same default as all other UNIT3D indexers is fine. Users can always change if needed. Existing users wouldn't be affected by this PR anyway, of which there will be quite a few; the indexer has existed since 2024. |



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.