does beets calculate and store the (accurate) track duration? if not, would it be easily possible to make a plugin for that?
_5moufl has quit
_5moufl joined the channel
MagicMystic
minus: I believe it uses the track duration based on what is in musicbrainz
minus: I don't think it calculates the track times...
BrainDamage
id3 tags should contain a track's duration
calculating it explicitly would be codec dependent
NOTICE: [beets] kooimens opened issue #1553: Option to disable deletion of final directory when importing? https://github.com/sampsyo/beets/issues/1553
NOTICE: [beets] kooimens opened issue #1554: Extend Fromfilename plugin: guess album name / album artist / year from parent directory name https://github.com/sampsyo/beets/issues/1554
beastd joined the channel
NOTICE: [beets] LordSputnik opened issue #1555: __str__ crash due to timeout in fetchart plugin https://github.com/sampsyo/beets/issues/1555
NOTICE: [beets] LordSputnik created urllib-str-workaround (+1 new commit): https://github.com/sampsyo/beets/commit/4818264a362d
NOTICE: beets/urllib-str-workaround 4818264 Ben Ockmore: Added TypeError to the list of caught exceptions in fetachart._fetch_image...
NOTICE: [beets] LordSputnik opened pull request #1556: Added TypeError to the list of caught exceptions in fetachart._fetch_… (master...urllib-str-workaround) https://github.com/sampsyo/beets/pull/1556
spittie joined the channel
spittie has left the channel
Freso
minus: It shouldn't be too difficult to make a plugin doing this, I would think, if it isn't already.
I would think it already is doing this, rather than fetching times from MB, since MB's times will often be rounded off to nearest second, but rather using times reported by MB to verify matches with.
(Something ~1 second off is more likely to be the proper track/recording than something ~2 minutes off.)
Hm. 148 commits since last release. Perhaps it's time for a new release soon, sampsyo? :)
thunderrd_ has quit
asdil12 has quit
asdil12 joined the channel
Vacuity has quit
Vacuity joined the channel
johtso- has quit
johtso joined the channel
NOTICE: [beets] sampsyo pushed 1 new commit to master: https://github.com/sampsyo/beets/commit/96c5121f65b9477e9b424f166dc57369b6457e42
NOTICE: beets/master 96c5121 Adrian Sampson: Documentation for #1555/#1556
NOTICE: sampsyo/beets#2976 (master - 96c5121 : Adrian Sampson): The build was broken.
Freso: Yes, definitely. I've been a little bit behind the last couple of weeks—but it's probably time to just push out a release and then deal with the new features in the queue afterward.
Congrats on your MusicBrainz thing, by the way! Seems like a great choice.