those libofa optimisations (mb-dev list) look pretty awesome
luks
fingerprinting is not the bottleneck of the puid process, in my experience
alastairp
doesn't mean optimisations aren't cool
definitely the lookup itself takes a while :)
luks
but I must say he is pretty brave for touching libofa code :)
alastairp
heh, yeah
I might poke him to get it pushed upstream
luks
ouch, he is using id3lib
and converting all ID3 tags as ascii..
nikkeee
:S
alastairp
heh
haven't looked that much through it
FauxFaux
Dee.
MightyJay joined the channel
sonium joined the channel
ruaok has quit
Muz_
What I think would speed up the fingerprinting it being able to query multiple fingerprints in one call and having Picard actually do that.
It's perfectly doable, just the amount of effort may be... questionable.
sonium
would the fingerprint server allow this?
Muz_
As it is right now? Probably not, it'd need some work for sure. But the way I understood it, the WS limiting is on MB's webservers.
sonium
I think I would make sense to set the limit on a wider timespan
like not 1 request per second but 100 requests per 100 seconds
Muz_
It's currently 10 requests in 8 seconds iirc.
But Picard has a 1 second interval between API calls iirc.
This is all off the top of my head, so I could be wrong. :)
sonium
parallelyzing that would be a nice SoC project
Muz_
I doubt it's /that/ large of a project.
Unless you want to change that to allow the XML webservice to lookup several resources simultaneously. :p
sonium
yes. acutally not
Muz_
Although even then I'm not sure that's such a good idea, or SoC project worthy. *Shrug*
sonium
ok. you could have this cheaper
Muz_
Ruaok may not be too happy with this idea too, could potentially bring the webserver load way beyond its capabilities.
Webserver, and database heh.
sonium
what do you think of a possible tighter wikipedia integration on the artist pages? Like embedding wikipedia stuff like the album summary?
a.g. the Professional reviews
oneforall joined the channel
oneforall
musicbrainz-3 I see kde 4.2.1 isn't picking it up.
Muz_
Que?
oneforall
compiling that is
luks
still not specific enough
sonium
hrm. he has problems with qt?
yllona has quit
oneforall
kdemultimedia-4.2.1/ but now as i search the build log. I see Incompatible version 3.x of the musicbrainz includes detected. Version 2.x is needed.
- The following OPTIONAL packages could NOT be located on your system. + MusicBrainz: A library that provides access to metadata lookup on the MusicBrainz ser thats what I org seen
that other one was back a ways in the log
luks
well, isn't the error message clear?
"Incompatible version 3.x of the musicbrainz includes detected. Version 2.x is needed."
Tykling joined the channel
rexroom joined the channel
oneforall
well yeah now that I see it :)
guess not much is using 3 yet
luks
you should file a bug report
it should not be using libmusicbrainz2
oneforall
with kde ?
see they say tunepimp also but that only works with 2 . found that out the other day
luks
and they should definitely not be using libtunepimp
oneforall
is that not looked after any more?
luks
right, libmusicbranz2 is using an obsolete web service, and libtunepimp is generally unmaintained
i dream of a zero-advertising, free radio with CC / public domain music, where labels have to pay if they want air time for the britney spears of the day :)
MClemo
I have no problem paying for non-CC music etc.
brianfreud
pbryan: ping?
found a dir name your flac2ogg script trips on - /media/Music/Salvage/Brian Eno- Music for Opera Per L`Ara Pacis, 6 may 2008
It seems to trip on the `
MClemo
ha, my script handles those well!!!11
brianfreud
:P
I wasn't too impressed with the etree script... total fail all over the place
So still looking for a good ape2ogg and shn2ogg (or ape2flac and shn2flac) script
It would read in /media/Music/Salvage/Brian Eno- Music for Opera Per L`Ara Pacis, 6 may 2008 but try to write (and fail) to /media/Music/Salvage/Brian Eno- Music for Opera Per LAra Pacis, 6 may 2008
pbryan
Hmm.
Muz_
Tried backslash escaping the `?
And wrapping it all in " quotes heh.
brianfreud
I just renamed the dir as a workaround :P But figured you'd maybe want toknow