Hi!
Im new to Beets. I love it but i have some questions…
QUESTION 1
If i run Beets it asks for help matching/duplicated an album. What is the command in the config to just choose SKIP (S) every time? I have these commands in my config but that doesnt help.
autotag: yes
timid: no
none_rec_action: skip
default_action: skip
duplicate_action: skip
quiet_fallback: skip
import.none_rec_action: skip
QUESTION 2
And if i have this naming scheme:
default: %upper{%left{$albumartist,1}}/%asciify{$albumartist}/%asciify{$albumartist} - $albumtype - $original_year - $album%aunique{albumdisambig country, label}%if{$albumdisamambig, [%title{$albumdisambig}]}/$disc - $track - %asciify{$artist} - %asciify{$title}
An album can be like this:
Guano Apes - single - 1997 - Open Your Eyes [53] []
Why do i get [53]? And if Beets cant find details on album can it skip the [ ]?
Thanks for helping me!