the beets executable is typically called "beet" not "beets" ?
nbags
darwin: i aliased it cause i kept typing beets ;)
i dont think import -L is the right approach for this cause i don't want to query musicbrainz for every album again, and the zero plugin doesnt seem to run if you specify '-A'
will have to use 'modify' instead i think
NOTICE: [beets] nathdwek pushed 3 new commits to drop-reduce: https://github.com/beetbox/beets/compare/3383dc4dd5e2...efbd761890ea
NOTICE: beets/drop-reduce efbd761 nath@home: acousticbrainz: Add unit tests
nathdwek has quit
xsteadfa1 joined the channel
xsteadfastx has quit
xsteadfa1 is now known as xsteadfastx
ben218 joined the channel
ben218 has quit
bens218 joined the channel
bens218 has quit
Vacuity_ joined the channel
Vacuity has quit
freakout_ joined the channel
freakout has quit
icebal joined the channel
thunderrd__ has quit
thunderrd joined the channel
lazka joined the channel
xsteadfastx has quit
xsteadfastx joined the channel
earthnative has quit
sarp joined the channel
Freso
nbags: Did you install both using pip and your regular package manager?
albertus1 joined the channel
nbags
Freso: i did have them both installed at one point. now just with dpkg. the pip version was the same - pip reported 3.1.19 but beet --version said 3.1.18
chrustler joined the channel
its this file:
cat /usr/share/beets/beets/__init__.py|grep version
is there a way to have beets just include the file in the database, without touching anything at all? --noautotag insists on renaming the file
nathdwek
you mean in the beets directory, alphor?
woops total brainfart on my end
alphor
nathdwek: yeah. got it figured out, it was -A.
nathdwek
mmmh, weird that -A does what you want and --noautotag doesn't
I would have guessed -CW
alphor
what does that do?
can't find it in the docs
nathdwek
-C: don't copy, -W: don't write tags
But you still fetch info and store it in the database, so although your files are untouched, you have correct additional info in the beets db that you can query against