Replies: 1 comment 3 replies
-
Hmm; I don't think we have a way to ignore these matches altogether. But you're right to play with It sounds like what you'd want is to automatically skip when all the matches are bad. This is not quite that, but you could imagine setting |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to ignore recommendations below a certain threshold (say 60%) during the import? That is, only show recommendations that match at least 60%. I want to do a quick check on my library to see if there are any new matches on MB. SO, I would like to use the
--timid
option but ignore all low-quality matches.Basically, I want to skip over if there are no good (over 60%) matches and confirm with me if there are good matches.
I played with
medium_rec_thresh
but that does not seem to exclude low matches.Beta Was this translation helpful? Give feedback.
All reactions