0:03 AM
phidauex has quit
0:24 AM
verus
0:27 AM
roel_san
0:33 AM
is anyone interested in a tool that i wrote to help fixing capitalization mistakes in the mb db?
0:33 AM
it's basically a moderation helper application
0:47 AM
0:47 AM
roel_san has quit
0:57 AM
ruaok
1:15 AM
verus
<roel_san> is anyone interested in a tool that i wrote to help fixing capitalization mistakes in the mb db?
1:15 AM
1:33 AM
ruaok has quit
3:13 AM
mjflick has quit
5:40 AM
icepick
icepick is now known as icepick-away
8:52 AM
djce
10:35 AM
mog
12:20 PM
djce has quit
13:45 PM
icepick-away
icepick-away is now known as icepick
14:07 PM
djce
14:19 PM
alus
14:21 PM
mjflick
14:24 PM
mjflick has left the channel
14:29 PM
djce has quit
15:53 PM
djce
16:08 PM
CAPSLOCK2000 has quit
16:55 PM
verus
is anyone here
16:58 PM
djce
hi
16:58 PM
Am I too late?
16:58 PM
verus
nope
16:58 PM
djce
Good
16:58 PM
verus
i was hoping icepick was =[
16:58 PM
djce
Sorry!
16:58 PM
icepick
hi
16:58 PM
verus
yay!
16:59 PM
icepick
verus: when you say my name it changes the color of this tab... then I know that someone wants me
16:59 PM
verus
icepick i have a quick question, what tag does tunetagger put for images in mp3s? i read the whole protocol thing for id3v2 and it said, it uses APIC
16:59 PM
but i havent found any of my mp3s having that tag
16:59 PM
i got a really good way to check, cat file.mp3 | strings | less
17:01 PM
icepick
it puts them in APIC
17:01 PM
verus
interesting
17:01 PM
im goign to do something
17:02 PM
icepick
you can use listid3.py from pyid3
17:02 PM
verus
haha im so stupid then!
17:03 PM
i as making ghetto bash scripts, and using head -n20 and stuff
17:06 PM
icepick
17:06 PM
I wrote that as well
17:08 PM
verus
i already use that =]
17:08 PM
you made a lot of programs
17:12 PM
IFS=$'\n' ; for i in $(cat playlist) ; do cat $i| strings| head -n 30 >> ID3tags; done
17:13 PM
linux is so neat
17:15 PM
djce
verus: Thanks for the IFS tip (above)! I always wanted to know how to do that...
17:15 PM
icepick
IFS?
17:15 PM
djce
IFS=$'\n' ; ...
17:18 PM
All I need now is for someone to explain to me Linux/X/KDE's weird clipboard behaviour ;-)
17:29 PM
icepick
djce: only god could know that won
17:29 PM
one
17:31 PM
djce
That explains why I can't get the hang of it then :-)
17:32 PM
verus
icepick, is it possible to force tunetagger to get a cd cover for a mp3?
17:33 PM
icepick
not easily... if it can't find it on amazon it has problme
17:33 PM
verus
yea, but can i make it download it off amazon?
17:34 PM
icepick
amazon stuff has a cache... if you figure out the right name and stick it in the cache it will work
17:34 PM
but you need to know the right now
17:34 PM
name
17:34 PM
verus
oh
17:35 PM
Getting cover image for '/misc/newmp3/partial/Adema/Adema/Adema - Adema - 01 - Everyone.mp3'...
17:35 PM
Writing metadata to '/misc/newmp3/partial/Adema/Adema/Adema - Adema - 01 - Everyone.mp3'...
17:35 PM
=]
17:35 PM
icepick
verus: have you tried looking at the python code yet?
17:36 PM
look in ~/.amazon
17:36 PM
that is the cache
17:36 PM
verus
it worked i think
17:37 PM
icepick
yes
17:37 PM
verus
hehe
17:37 PM
cat .amazon_covers/cookies.pickle
17:37 PM
i didnt sleep much, and so that made me laugh
17:38 PM
icepick
thatls ~/.amazon_covers/
17:38 PM
verus
yea , i dont have regular .amazon
17:38 PM
icepick
that would be a very nasty cookie
17:38 PM
I was wrong it's .amazon_covers
17:38 PM
are their any dirs in there?
17:39 PM
verus
nope
17:39 PM
im suspecting my amazon stuff doesn't work
17:39 PM
maybe i am missing some python http module
17:40 PM
ill install python-weblib
17:42 PM
icepick
you would be getting stacktraces
17:45 PM
newbie
17:48 PM
verus
im pretty sure now its slacking off, im watching it say "getting cover image", and it skips over that in .5 seconds, im sure it doesnt take less then a second to go all the way to amazona nd search for it and stuff
17:53 PM
newbie
using libmusicbrainz-2.0.0, how I specify both a track name and artist name in the MBQ_FindTrackByName query, or do I have to use a different query?
17:55 PM
icepick
newbie: you should be able to SetDepth(<some num>) and get the arist info too
17:56 PM
mog has quit
17:58 PM
newbie
icepick: what if I already know the artist id and track name -- is there a way I can specify both in a query instead of doing a FindTrackByName and searching through all of the results for the right artist?
18:01 PM
icepick
if you know both of those, what are you looking for?
18:03 PM
newbie
the track id, for instance (I only know the track name); or, to verify that the track exists
18:03 PM
for the artist
18:04 PM
or, to get track names that match or are close to the given track name
18:06 PM
do I have to write my own RDF?
18:06 PM
icepick
newbie: not likely
18:06 PM
newbie
ok, that's refreshing to know :)
18:08 PM
icepick
newbie: use MBQ_FileInfoLookup and just put blanks where you don't know something
18:08 PM
newbie
okay I'll try that, thanks!
18:11 PM
roel_san
18:52 PM
verus
i found a bug i believe, musicbrainz gives relevance, hits and stuff, but tunetagger wont listen to them
18:52 PM
icepick
it doesn't listen if the track durations are off by more than 10 secs
18:53 PM
verus
this is different
18:53 PM
icepick
ok
18:53 PM
verus
the relevance it says is 30
18:53 PM
icepick
what's the query
18:53 PM
what's the track duration vs the database duration?
18:53 PM
verus
the database duration is ?.??
18:54 PM
see, this is in debug
18:54 PM
18:54 PM
18:54 PM
that is exactly correct
18:55 PM
right band, and song and it returns it
18:58 PM
icepick
hummm... weird
18:58 PM
verus
it does this on this whole band
18:58 PM
icepick
I don't remember letting it ignore stuff...
18:58 PM
what's the bands name?
18:58 PM
could be a unicode bug
18:58 PM
verus
brutal attack
18:58 PM
lots of other bands though
18:58 PM
icepick
weird
18:59 PM
are you using the latest CVS ?
18:59 PM
verus
yea
18:59 PM
i cvs update about once every 2 hours
19:00 PM
icepick
ok...
19:00 PM
verus
it also skips the band "hypertraxx" compeletely, even though the whole album is completely there
19:00 PM
same as this, i debugged that too
19:02 PM
icepick
verus: can you upload that file somewhere for me?
19:02 PM
verus
the song?
19:02 PM
19:03 PM
its 3.2 megs
19:03 PM
and that host will go 50 kb/s
19:03 PM
also dont know if this is important, but
19:03 PM
19:03 PM
icepick
ETA 01:21
19:03 PM
verus: no it isn't for us...
19:03 PM
you may want to enter a bug at
sf.net
19:04 PM
verus
you can go to that?
19:04 PM
icepick
that?
19:04 PM
verus
19:04 PM
that url
19:05 PM
icepick
404 me too
19:05 PM
verus
that is given off in debug
19:05 PM
xmlns:mm = "http://musicbrainz.org/mm/mm-2.1#">
19:05 PM
dont know if it is used by script or not
19:06 PM
icepick
it isn't
19:06 PM
verus
ok good
19:06 PM
is that song doing same for you?
19:06 PM
icepick
the RDF specs say that is to be a human readable page that tells you how to make a rdf doc with that namespace
19:09 PM
libmb problems