NOTICE: [beets] sampsyo pushed 2 new commits to master: https://github.com/sampsyo/beets/compare/27886ba7bc9d...0923ea8da9db
NOTICE: beets/master d0c3cb5 Chris Cogburn: Fix for id3v23 to include config parameter to save
NOTICE: beets/master 0923ea8 Adrian Sampson: Merge pull request #446 from chriscogburn/patch-1...
nyloc has quit
NOTICE: [beets] sampsyo pushed 2 new commits to master: https://github.com/sampsyo/beets/compare/0923ea8da9db...580fe7e1ded7
NOTICE: beets/master e9bc47a Chris Cogburn: Fix for id3v23 to include config parameter to save
NOTICE: beets/master 580fe7e Adrian Sampson: Merge pull request #447 from chriscogburn/patch-2...
sec^nd has quit
NOTICE: [beets] sampsyo pushed 1 new commit to master: https://github.com/sampsyo/beets/commit/3ccd231765927b55c916521aa37afa610673f00e
NOTICE: beets/master 3ccd231 Adrian Sampson: id3v23: remove one redundant case; changelog/thanks
sampsyo
brandonj: No; that shouldn't be happening. Very strange. Did you get to the bottom of it yet?
oloP: Yes, I think you've got the gist.
And if count isn't working, that's a shame—if you file a bug, the people who've been hacking on that plugin may be able to help you out.
watsonalgas has quit
sec^nd joined the channel
lad1337 has quit
knickum_ joined the channel
xnyhps_ joined the channel
DonAman- joined the channel
xnyhps has quit
knickum has quit
meow has quit
DonAman has quit
DonAman- is now known as DonAman
DonAman has quit
DonAman joined the channel
knickum_ is now known as knickum
jankowiak joined the channel
misterswag joined the channel
misterswag has quit
brandonj
sampsyo: nope, didn't discover the problem. Temporarily fixed it by making ~/Music a symlink to the actual library directory
giorgos_ joined the channel
sec^nd has quit
giorgosg has quit
sec^nd joined the channel
jbd_ joined the channel
jbd_ is now known as jbd
jayme_ joined the channel
raywan joined the channel
raywan has left the channel
rayuno joined the channel
rayuno
am using the scrub plugin on my music, but they are still retaining extra tags like <MusicBrainz Artist Id> <Release Type> etc which were not there before using beet
jbd has left the channel
lazka joined the channel
mhite has quit
mhite_ joined the channel
lazka has quit
lad1337 joined the channel
oloP
sampsyo : what's the purpose of having both genre.txt and tree.yaml files?
wouldn't tree.yaml be sufficient, even if it's flat?
lad1337 has quit
lift has quit
lift_ joined the channel
lazka joined the channel
lazka has quit
lazka joined the channel
oloP is now known as Po
Po is now known as oloP
Skeptix
Hi, "beet fingerprint" generates and saves fingerprints, but if there already was a fingerprint in the database (grabbed with "beet submit") it won't write the fingerprint to the file
Is there a way to save fingerprints already generated to the files?
lazka has quit
watsonalgas joined the channel
jbd_ joined the channel
jankowiak has quit
ojdo_ is now known as ojdo
jankowiak joined the channel
rayuno is now known as raywan|away
thunderrd has quit
thunderrd joined the channel
jankowiak has quit
jankowiak joined the channel
jayme_ has quit
misterswag joined the channel
misterswag has quit
misterswag joined the channel
sec^nd has quit
sampsyo
brandonj: weird. and "beet -v version" shows the correct directory, yes?
oloP: it's mostly historical (canonicalization was added later); maybe it's time to merge them
Skeptix: good question. this is a job for a proposed "beet write" command that we're working on now—there's an issue on GH if you're interested
sec^nd joined the channel
lad1337 joined the channel
pprkut
sampsyo: I just started looking into the write command (said I would do so a couple weeks back but got sidetracked). Did someone else also start working on it?
sampsyo
that's right, now I recall!
no, I don't think so—I think it was just you
pprkut
ah, ok. Just making sure there's no duplicate effort on this :)
sampsyo
good to check :)
holms
sampsyo: good evening
what's the status of attachments?
sampsyo
hey
holms
:)
i've read wiki about this
sampsyo
nothing you don't see in the issue thread—it's in the design phase
holms
so you've agreed on design already :)?
i country to implement atleast something
misterswag has quit
could*
*autocorrect in my head*
sampsyo
:)
we haven't completely settled it; it's been a while since I've read the wiki page and it's still evolving
please do edit though if you have ideas
holms
i need probably to see design of beets itself
how it stores stuff
ok i'll try my best
sampsyo
sure
the API docs on Rtd are spare but getting better
I recommend starting there
holms
do you currently store anything in db together with music files?
or it's only a music files?
sampsyo
no, only music
holms
k
sampsyo
oh, and album art
holms
hmz
album art goes together with music files in one table..?
sampsyo: I have a quick question about item.write(). It seems to work fine here so far for most values. I need to add some special handling for "None". However I also seems to have troubles with bpm
I have 83.95 in the database, but it gets written as 83
derwin
probably defined as an integer, erroneously?
oh, wait, no, misunderstood your question
what kind of music are you doing in beets that bpm is important? :)
pprkut
well, I don't really care that much. But if I write a value from the database to a file, it should not be done in a lossy way.