_logger.Debug("New item's custom formats [{0}] ({1}) do not meet minimum custom format score increment of {3} required for upgrade, skipping. Existing: [{4}] ({5}).",
returnDecision.Reject("Existing file on disk has a equal or higher custom format score: {0}",qualityProfile.CalculateCustomFormatScore(customFormats));
caseUpgradeableRejectReason.MinCustomFormatScore:
returnDecision.Reject("Existing file differential between new release does not meet minimum Custom Format score increment: {0}",qualityProfile.MinFormatScore);
"MinimumCustomFormatScore":"Minimum Custom Format Score",
"MinimumCustomFormatScoreHelpText":"Minimum custom format score allowed to download",
"MinimumCustomFormatScoreIncrement":"Minimum Custom Format Score Increment",
"MinimumCustomFormatScoreIncrementHelpText":"Minimum required improvement of the custom format score between existing and new releases before {appName} considers it an upgrade",
"MinimumFreeSpace":"Minimum Free Space",
"MinimumFreeSpaceHelpText":"Prevent import if it would leave less than this amount of disk space available",