just have to fix the tagger a bit, so i can list only "recognized" songs
2005-02-21 05246, 2005
canidae
hmm... the trm fingerprint can actually be an obstacle now :\
2005-02-21 05252, 2005
cikkolata
hmm?
2005-02-21 05246, 2005
canidae
well, my mods really just pays more attention to metadata, and compares it with the results mb gives it, but if the trm match another song (which many do) then tp may not get those "sane" results it should have
2005-02-21 05253, 2005
lgonze has quit
2005-02-21 05230, 2005
canidae
wohohoho :D
2005-02-21 05242, 2005
canidae
i think i like this alot =)
2005-02-21 05202, 2005
cikkolata
:)
2005-02-21 05224, 2005
canidae
aswell as it would be good to pick out the "correct" album if it looks up a song on a va-cd :)
2005-02-21 05239, 2005
canidae
i'm running it on the archive where tp haven't found a match earlier... so far 10% of the songs gets a match =)
2005-02-21 05248, 2005
canidae
and all those i've checked out are tagged correct!
2005-02-21 05255, 2005
cikkolata
cool :)
2005-02-21 05209, 2005
cikkolata
if it were me, it would just have segfaulted a lot :P
2005-02-21 05220, 2005
canidae
haha
2005-02-21 05222, 2005
canidae
:)
2005-02-21 05227, 2005
canidae
look at this: 233: Recognized, 40%: /export/musikk/usortert/Mp3/!!!O-ZONE - Dragostea Din Tei.mp3
2005-02-21 05238, 2005
canidae
40% trm similarity
2005-02-21 05226, 2005
canidae
atm my threshold is 80%. the method i implement adds max 64 to the trm, so theoretically it can find a trm match on 16%, and still figure out which song it is :)
2005-02-21 05258, 2005
Knio
Knio is now known as Knio-dinner
2005-02-21 05255, 2005
canidae
i changed the algorithm a bit... made it pay even more attention to the metadata... it should get even more hits now, let's see if it gets the right songs...
2005-02-21 05208, 2005
ruaok
canidae: I accepted your patch just now.
2005-02-21 05232, 2005
canidae
great :)
2005-02-21 05225, 2005
canidae
i'm hoping to get the stuff i'm working on now even better, and if i succeed, you'll have a patch that'll be _much_ more useful than that last one :)
2005-02-21 05225, 2005
ruaok
ok...
2005-02-21 05228, 2005
ruaok is curious
2005-02-21 05223, 2005
sysrq has quit
2005-02-21 05231, 2005
sysrq joined the channel
2005-02-21 05239, 2005
cikkolata
gah
2005-02-21 05246, 2005
cikkolata
I hate random nose bleeds
2005-02-21 05256, 2005
ruaok
drink more water.
2005-02-21 05258, 2005
canidae
i think that's hillarious :)
2005-02-21 05215, 2005
cikkolata
if I drink more water I'll really need to piss
2005-02-21 05239, 2005
cikkolata
and if I make too much noise perl will shift herself off my pillow and refuse to be cute when I want to sleep.
2005-02-21 05233, 2005
cikkolata
on good days she'll sleep next to me all the time I'm asleep :)
2005-02-21 05240, 2005
canidae
woha... that little changed increased the hitrate to somewhere between 25-30% =)
2005-02-21 05245, 2005
cikkolata
cool
2005-02-21 05252, 2005
canidae
now i gotta check those files if they got sane tags aswell...
2005-02-21 05233, 2005
canidae
yeah, looks good :)
2005-02-21 05244, 2005
canidae
ruaok: i'm thinking of removing the "filelookup"-thread. imho it's not really necessary as you can do a "filelookup" in the "lookup"-thread if the trm-lookup don't find a match... any thoughts on this?
2005-02-21 05257, 2005
ruaok
I'm confused. These threads exist:
2005-02-21 05258, 2005
ruaok
defs.h:#define TP_THREAD_ANALYZER 0x0010
2005-02-21 05215, 2005
ruaok
which one do you want to nuke?
2005-02-21 05222, 2005
canidae
TP_THREAD_LOOKUPFILE
2005-02-21 05210, 2005
Knio-dinner
Knio-dinner is now known as Knio
2005-02-21 05210, 2005
ruaok
so what happens if the TRM for a file is not found?
2005-02-21 05251, 2005
canidae
well, the thread does some important stuff, but why does it have to be an own thread? why can't that be done in TP_THREAD_LOOKUPTRM (and rather rename it TP_THREAD_LOOKUP)?
2005-02-21 05257, 2005
ruaok
you're saying to combine LOOKUP and LOOKUPTRM ?
2005-02-21 05202, 2005
canidae
yes
2005-02-21 05219, 2005
ruaok
yes, its possible to do that.
2005-02-21 05224, 2005
ruaok
but why do you want to do it>?
2005-02-21 05237, 2005
ruaok
wait, no.
2005-02-21 05250, 2005
ruaok
Picard, uses lookup, but not lookuptrm
2005-02-21 05257, 2005
ruaok
keeping them seperate makes sense to me.
2005-02-21 05207, 2005
ruaok
I don't want tie libtp to TRM only
2005-02-21 05232, 2005
canidae
it's not to "tie" tp to trm only, it's rather getting rid of a thread. those two threads do the same thing, but use different methods and those threads doesn't even really run simultanuosly (argh, hard word). i don't see what you'll lose by merging those two
2005-02-21 05224, 2005
ruaok
independence and cleanliness of design is what we loose.
2005-02-21 05243, 2005
ruaok
plus your concept violates an important rule of mine: don't fuck with debugged code
2005-02-21 05244, 2005
ruaok
:-)
2005-02-21 05248, 2005
canidae
heh
2005-02-21 05253, 2005
cikkolata giggles
2005-02-21 05201, 2005
ruaok
but, your thinking is not all wrong.
2005-02-21 05214, 2005
ruaok
if threads were indeed expensive, you might really have a good argument.
2005-02-21 05256, 2005
canidae
it's not the cost i worry about. it's rather the locking of tracks that is a problem. aswell as i've been taught not to use threads unless it's absolutely necessary. however, give me enough time and i will convince you! :)
2005-02-21 05228, 2005
canidae
(right now i'm actually not using that thread at all, and i got more hits aswell as run less queries against mb) :)
709: Recognized, 25%: /export/musikk/usortert/gammel_soci_musikk_2/90-talls/Marilyn Manson - Rock Is Dead.mp3
2005-02-21 05229, 2005
canidae
:D
2005-02-21 05234, 2005
canidae giggles madly
2005-02-21 05251, 2005
ruaok
ok, what am I looking at?
2005-02-21 05259, 2005
canidae
heh. that's the output of tp-tagger
2005-02-21 05224, 2005
canidae
only using trmlookup, and parsing the result i get from that, that's what the modified tunepimp guess is the right tracks
2005-02-21 05241, 2005
ruaok
ok.
2005-02-21 05230, 2005
canidae
ooh, think i finally found one track that was tagged wrong...
2005-02-21 05247, 2005
canidae
but that's not really my mods fault... the trm similarity was 78%
2005-02-21 05244, 2005
rwilco joined the channel
2005-02-21 05258, 2005
rwilco has left the channel
2005-02-21 05234, 2005
sandeen__ joined the channel
2005-02-21 05253, 2005
sandeen__
is there yet any unix-y app to query and/or seed musicbrainz w/ TRM?
2005-02-21 05228, 2005
sandeen__
hm, although since all my metadata came from allmusic.com I suppose I should not help seed....
2005-02-21 05211, 2005
canidae
sandeen__: hey... i'm afraid i'm heading to bed now, but there's an example program you can check out. it's called "tp-tagger" and comes with libtunepimp
2005-02-21 05209, 2005
canidae
it let's you do some basic stuff like matching tracks using trm/metadata aswell as it gives you the oppertunity to upload trm's. it's not very userfriendly, though
2005-02-21 05221, 2005
canidae
right then, i'm supposed to get up again in a bit more than 4 hours, so i really have to go. i hope this helps a bit, though :)
2005-02-21 05246, 2005
sandeen__
ok, thanks - also found the "picard" tagger, didnt' see that last time I was looking around
2005-02-21 05237, 2005
sandeen__ has quit
2005-02-21 05222, 2005
lgonze joined the channel
2005-02-21 05235, 2005
Knio
Knio is now known as Knio-sleep
2005-02-21 05236, 2005
orogor joined the channel
2005-02-21 05205, 2005
rj_ joined the channel
2005-02-21 05220, 2005
cikkolata sighs
2005-02-21 05230, 2005
cikkolata
I knew I subscribed to all those turkish artists for a reason
I wonder if that would work on half of my stuff though :P
2005-02-21 05257, 2005
canidae
depends on your metadata/filename
2005-02-21 05222, 2005
canidae
i don't know how well it works on utf-8 :p
2005-02-21 05222, 2005
cikkolata
you need a comparison of what it gets right/wrong before and afterward :P
2005-02-21 05209, 2005
cikkolata
hmm... afterwards.
2005-02-21 05259, 2005
BalthCat has quit
2005-02-21 05240, 2005
Planar joined the channel
2005-02-21 05212, 2005
PlanarPlatypus has quit
2005-02-21 05221, 2005
somnolent
somnolent is now known as somniloquy
2005-02-21 05205, 2005
dupuy joined the channel
2005-02-21 05224, 2005
DJKC
mmm, sometimes I wonder if I shouldn't have been a lawyer. I show a talent at persuading people to see my point of view by interpreting the styleguidelines so that things get left the way I want them -_-;;;
2005-02-21 05242, 2005
cikkolata
oh?
2005-02-21 05235, 2005
Sen joined the channel
2005-02-21 05206, 2005
DJKC
cikkolata: don't have the mod numbers handy, look at namie's mods page for the discussion
2005-02-21 05229, 2005
Sen
whats going on, everyone
2005-02-21 05237, 2005
Sen
alrighty
2005-02-21 05249, 2005
cikkolata
not a lot
2005-02-21 05250, 2005
cikkolata
as always
2005-02-21 05210, 2005
Sen
indeed
2005-02-21 05222, 2005
DJKC
pretty much.
2005-02-21 05237, 2005
DJKC
I'm just contemplating lunch and listening to half a soundtrack that I'm starting to obsess over
2005-02-21 05247, 2005
Sen
wanna help me figure out how to fix an album i listed?