-
vegard
and before i change -- any particular reason(s) for using test.musicbrainz.org?
-
yalaforge
during testing the library it was probably more convenient
-
vegard
why does tp_tagger's file metadata report truncate the last three digits of the duration field?
-
Duration: 238000 <- file metadata
-
Duration: 238173 <- server metadata
-
it seems to be the case for all the files.
-
yalaforge
perhaps the plugin can't calculate the track length exactly enough. dunno
-
vegard
the tp_tagger?
-
yalaforge
no, the plugin that created the checksum. the flac plugin in your case, right?
-
vegard
yes.
-
oh.. 2:38.173
-
no.. never mind
-
238 = number of seconds
-
so it's chopping off the milliseconds, then.
-
yalaforge
should be no problem for lookup
-
vegard
hmm
-
it stopped working
-
yalaforge
server busy?
-
vegard
but a lot of the files aren't at 100%, even though they were recognized. and some of them weren't recognized either.
-
oh, is that it?
-
yalaforge
I don't know
-
vegard
me neither.
-
yalaforge
perhaps canidae can help you here. I don't know enough about tp_tagger
-
canidae
hmm?
-
vegard
it stopped working. i can still run commands and such, but there's no activity apart from that.
-
and the files that didn't already have some sort of tags attached to them weren't recognized at all.
-
yalaforge
I'd just restart it :-)
-
vegard
but then i'll lose all the tags it _did_ find and looked up.
-
yalaforge
well, I'm afraid there's nothing I can do :-(
-
vegard
oh wait, i can save those that i have.
-
canidae
are you using cvs head, vegard?
-
vegard
canidae: nope, the one that's in portage.
-
that's.. tunepimp 0.3.0
-
canidae
hmm... then i can't help :p
-
yalaforge
tp 0.3.0 is quite old
-
you should really try cvs HEAD and build it yourself
-
canidae
i'm surprised 0.3.0 even can be considered as working... </troll> :p
-
vegard
h
-
oh
-
so there has been improvements?
-
canidae
some few... not that i remember what without checking the changelog :p
-
yalaforge
anyway, there's no point in reporting bugs for outdated versions :-)
-
vegard
why do i need the latest one?
-
hmm
-
canidae
with the latest one you can get my superior "%3%u%sortname" thingy :p
-
yalaforge
ha, who needs that? we should save all files under their trackId :-)
-
canidae
hmm, was that "for i=0... for i=0..." loop thingy fixed in 0.3.0?
-
lol
-
vegard
hmm
-
can i send you patches if i make any?
-
canidae
sure, if you're working on cvs head
-
</answer for ruaok> :p
-
yalaforge
vegard: ruaok is the author and maintainer. all patches should be sent to him
-
vegard
k.
-
where is cvs? :-S
-
yalaforge
-
vegard
thanks. i know that you gave me the link earlier.
-
yalaforge
oh? perhaps, don't remember
-
if you had asked me 10 times I probably would remember though
-
canidae
vegard: idi.ntnu.no?
-
vegard
heh
-
what about it? :)
-
canidae
nah, just googled a bit, and noticed you apparently study there :p
-
vegard
nah, i don't.
-
but i'm participating in their programming contest :)
-
canidae
ahh, "nm i programmering"?
-
or are you just a "far away student"? :p
-
vegard
nja.. "norsk informatikkolympiade"
-
canidae
hmm, never heard of it
-
vegard
do you live in norway?
-
canidae
yes, trondheim :)
-
about 500 meters from ntnu :p
-
vegard
oh.
-
i'm going there in twelve days to participate in the final national round :)
-
canidae
cool, good luck! :)
-
vegard
thanks :-P
-
canidae
-
not bad
-
vegard
hehehe
-
it's quite funny. for a long time, i didn't know it myself.
-
i'm quite sure it was just a typo correction :)
-
canidae
it's neat to be in "CREDITS"... i was pleasingly surprised when i noticed my name in "AUTHORS" of tunepimp =)
-
vegard
:-)
-
yalaforge
heh, *I* am mentioned. that doesn't say anything :-)
-
canidae
i didn't really do much though... just some alternative to the "%abc"
-
and a greater patch now that i really want to get in... hurry up ruaok! :p
-
yalaforge thinks around 98% were written by ruaok
-
i feel a bit sorry for him when he gets around to that patch... it's almost 1k lines :p
-
vegard
what does it do?
-
canidae
it adds a fuzzymatching to the trm lookup increasing the amount recognized songs
-
vegard
and would you kindly guide me through the process of making a Makefile for tunepimp cvs?
-
yalaforge
./autogen.sh
-
vegard
ah. helpful.
-
yalaforge
you need autoconf, automake and libtool
-
vegard
sure :)
-
yalaforge
not obvious for most people :-)
-
vegard
invalid host type :-o
-
yalaforge
oh. what os are you on?
-
vegard
linux
-
yalaforge
hm. funny. perhaps you don't have the versions of the autotools that work :-P
-
canidae
never seen that error before... what distro are you using, btw?
-
vegard
gentoo
-
well, actually, that's just the warning
-
canidae
hmm, i'm sure there's been some gentoo people in here who've got it working earlier
-
vegard
error: can only configure for one host and one target at a time
-
yalaforge
-
that's cvs HEAD with Makefiles created on my system
-
canidae
yalaforge: you're on debian, right?
-
yalaforge
yup
-
canidae
ok, just checking :)
-
vegard
forbidden :-S
-
anyway, that's not likely to work since i'm on a macintosh.
-
canidae
heh
-
yalaforge removes the snapshot then
-
yalaforge
you could have told us earlier
-
vegard
it shouldn't matter :-S
-
canidae
isn't macintosh powerpc?
-
vegard
it is.
-
canidae
or a risc cpu
-
yalaforge
autoconf is very system-specific
-
vegard
erm. it's a PowerMac machine, my gcc is powerpc-gcc. the processor is MacRISC. :)
-
yalaforge
well, you can remove the checks in configure.in and hope it works
-
vegard
i'll upgrade my autoconf, automake and libtool and try again.
-
yalaforge
that won't do the trick, I guess
-
yalaforge is away: for a while
-
vegard
erm.. i have automake 1.5 and latest version is 1.9
-
HEH
-
thanks.
-
there! latest version of automake, autoconf and libtool
-
now compiling cvs head :)
-
*crosses fingers*
-
woohoo! :D
-
eep
-
errored out
-
syntax error before * token
-
:-/
-
taglib/uniquefileidentifierframe.h is missing
-
ruaok
vegard: which file do you get that error in?
-
vegard
id3_taglib.h
-
ruaok
which cpp file?
-
vegard
plugins/mp3/mp3.cpp
-
ruaok
look at config.h in the root dir.
-
find the line that includes:
-
HAVE_TAGLIB
-
paste that line here
-
vegard
#define HAVE_TAGLIB 1
-
ruaok
hmmm.
-
do this:
-
locate uniquefileidentifierframe.h
-
paste the output here