Skip to content

Automatically Use as-is for tracks with low match %? #4905

Answered by Serene-Arc
agargara asked this question in Q&A
Discussion options

You must be logged in to vote

The part of the docs that you want is this part. The none_rec_option is used when there are no recommendations for a match. You can set it in your configuration to asis.

You can refer to this part of the docs to set the points at which each standard is met. You want something like this:

import:
	none_rec_action: asis

match:
	strong_rec_thresh: 0.1
	medium_rec_thresh: 0.4

Strong recommendations are automatically accepted, so this will use the autotagger for anything at 90% match or above.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@agargara
Comment options

Answer selected by agargara
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants