Unattended import with –search-id #5065
-
Hi everyone, I want to be able to run completely unattended import tasks. For that, I have individual tracks with the Spotify album ID in their filename, that I can use with import command with That works really well as it very quickly matches the track I’m importing with the correct Spotify album. The issue is that even though I am 100% sure that the match is good (as I pass the correct album ID), sometimes beets reports a low enough match so that it still asks for confirmation. I tried to pass -q but then it skips the import. I tried How can I default to Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
You can adjust your matching threshold. You will want to increase |
Beta Was this translation helpful? Give feedback.
@arsaboo I managed to get the behaviour I was looking for with the following configuration:
With this config,
import
with both-q
and without it, automatically apply the--search-id
album.Thanks for pointing me at the right direction!