I'm having a problem with importing multi-disc albums where each disk is a separate directory. beets is realizing these are the same album, but us using incorrect info for the album, which includes "albumname (disc 1)" even for the disc 2 and subsequent items
Is there a way to either make beets use the album tag as it is (which is already set correctly on these tracks) or to remove the disc info from the album and I can tack it on with formatting info
I guess I don't understand why beets is ignoring the properly set album title from the other disks tracks and using the one for the first disc
jrobeson
i never figured out how that bit worked
i imported a multidisc album by following some instructions in the beets docs. not sure where they are
eharris
I guess I can make a plugin function that removes the "disc nn" from the album, and then tack it back on using the correct disc number, but that seems pretty hacky
thunderrd_ has quit
thunderrd joined the channel
Vacuity_ joined the channel
Vacuity has quit
beat has quit
beat joined the channel
pprkut
eharris: the ideal way to fix this would be to match to the proper musicbrainz release
jdoe
is configuring a custom musicbrainz server broken?
the syntax in the default config.yaml doesn't work.
jrobeson
never heard that it was, but that doesn't mean that it isn't
if you don't see any bug reports, then file a bug
jdoe
trying to figure out if it's user error... doesn't headphones offer its own MB mirror? I'd think someone would have hit that, if it's a real problem.
also, is it possible to use beets to tag/rename without recording to the db?
jrobeson
for what purpose exactly?
i'm not really sure though.
DissonantGuile joined the channel
eolien joined the channel
DissonantGuile has quit
eolien has quit
eharris
I'm not sure why it's not matching.
I've hit an error (apparently) in the utf8 handling. Getting a traceback when trying to import
UnicodeDecodeError: 'utf8' codec can't decode byte 0xef in position 69: invalid continuation byte
kills the import, and doesn't say what file is causing the problem.