aCiD2: first thing to do: add `PerlInitHandler Apache::StatINC` to your apache config
2007-04-29 11908, 2007
luks
restarting apache on every change is extremly annoying
2007-04-29 11915, 2007
aCiD2
:)
2007-04-29 11924, 2007
aCiD2
I put that in the vhost, yea?
2007-04-29 11928, 2007
luks
yes
2007-04-29 11936, 2007
yalaforge
hmm, didn't know that one
2007-04-29 11957, 2007
yalaforge has quit
2007-04-29 11928, 2007
inhouseuk has quit
2007-04-29 11917, 2007
Miles joined the channel
2007-04-29 11936, 2007
Miles
i have a few cds with no tags at all
2007-04-29 11945, 2007
Miles
is it actually possible to tag them?
2007-04-29 11951, 2007
srotta
Sure, as long as you know what they are (or someone else knows and has submitted PUIDs for them :P)
2007-04-29 11908, 2007
Miles
i don't know what they are
2007-04-29 11931, 2007
Miles
i dunno. can't work the application out >_<
2007-04-29 11919, 2007
Miles
if it uses um, hash things, why do matches have a rating? o.o
2007-04-29 11903, 2007
Freso has quit
2007-04-29 11907, 2007
Miles
i have the right album on the screen now. i can't get it to save >_<
2007-04-29 11926, 2007
Miles
the button's greyed out
2007-04-29 11930, 2007
Freso joined the channel
2007-04-29 11944, 2007
Freso has quit
2007-04-29 11901, 2007
Miles
i found the cd on the website, it says the album has puids
2007-04-29 11915, 2007
Miles
but if i drop the files there none match :/
2007-04-29 11910, 2007
warp
Miles: are you using picard, picardqt or the classic tagger?
2007-04-29 11926, 2007
Miles
picard
2007-04-29 11943, 2007
warp
ok
2007-04-29 11922, 2007
warp
after you have done a lookup from picard once, will have opened a musicbrainz search in your browser.
2007-04-29 11908, 2007
warp
as long as you don't close your browser, you should have green tagger icons on the site on every album. so look up the album you think it is, then click the green tagger button, which should send that information back to picard.
2007-04-29 11935, 2007
Miles
yeah
2007-04-29 11955, 2007
Miles
then i drag the cd from clustered albums
2007-04-29 11900, 2007
Miles
onto that
2007-04-29 11902, 2007
Miles
right?
2007-04-29 11906, 2007
warp
yes. if it's clustered
2007-04-29 11919, 2007
warp
otherwise you can drag the directory directory from the browser pane.
2007-04-29 11927, 2007
warp
directly
2007-04-29 11929, 2007
Miles
ill try from there
2007-04-29 11901, 2007
Miles
nah still no matches
2007-04-29 11908, 2007
Miles
i guess it's just odd.
2007-04-29 11926, 2007
warp
good luck. you might want to try picardqt btw, it's still alpha, but most users here seem to already prefer it over the old pciard.
2007-04-29 11931, 2007
warp
s/pciard/picard/
2007-04-29 11951, 2007
Miles
ah
2007-04-29 11952, 2007
toxickore joined the channel
2007-04-29 11957, 2007
Miles
well i run kde anyway
2007-04-29 11906, 2007
Miles
so yeah, i might
2007-04-29 11901, 2007
Muz joined the channel
2007-04-29 11946, 2007
Muz__ has quit
2007-04-29 11942, 2007
Muz has quit
2007-04-29 11951, 2007
toxickore has quit
2007-04-29 11907, 2007
drsaunde joined the channel
2007-04-29 11956, 2007
warp
luks: doesn't picard use python-musicbrainz2 ?
2007-04-29 11907, 2007
BrianFreud joined the channel
2007-04-29 11923, 2007
luks
no, it doesn't
2007-04-29 11928, 2007
BrianFreud
hi guys :)
2007-04-29 11936, 2007
errorlevel
luks: What does it use?
2007-04-29 11901, 2007
luks
QHttp + QXml
2007-04-29 11918, 2007
luks
hi brian
2007-04-29 11921, 2007
warp
so, that requires qt4?
2007-04-29 11922, 2007
errorlevel
Makes sense since it uses QT.....
2007-04-29 11930, 2007
luks
warp: yes
2007-04-29 11932, 2007
BrianFreud
hey luks, this may sound strange, but can you think of anything that would cause a single given release to just never load right in QT?
2007-04-29 11951, 2007
BrianFreud
found one, tried from IE6, FF, regular server, uk server, etc
2007-04-29 11952, 2007
luks
BrianFreud: look at comments on the ticket :)
2007-04-29 11958, 2007
warp
luks: ok, so for my commandline mucking about i better use pymb2 then? :)
2007-04-29 11916, 2007
luks
yes, for anything
2007-04-29 11921, 2007
luks
picard uses pymb2 too
2007-04-29 11930, 2007
warp
just wondering why picardqt doesn't.
2007-04-29 11931, 2007
luks
but i rewrote to avoid threads
2007-04-29 11937, 2007
warp
ah, right
2007-04-29 11937, 2007
luks
er, *used
2007-04-29 11938, 2007
aCiD2
Couldn't you have hacked pymb2 to be threadless or something?
2007-04-29 11922, 2007
luks
no, because urllib doesn't support async sockets and the xml parser python uses can't do incremental parsing
2007-04-29 11930, 2007
aCiD2
I see
2007-04-29 11909, 2007
luks
python is slow enough on it's own, threads in python are even slower because you can have only one thread running python code at the same time
2007-04-29 11920, 2007
luks
so async sockets are really the fastest solution
2007-04-29 11908, 2007
BrianFreud
ok, found the bug ticket....
2007-04-29 11923, 2007
BrianFreud
So a merged label was blocking the release from loading properly from the server?
2007-04-29 11943, 2007
BrianFreud
fun :P
2007-04-29 11959, 2007
luks
no, the release points to a label which doesn't exist
2007-04-29 11931, 2007
BrianFreud
gotcha
2007-04-29 11931, 2007
luks
which was caused by a merge, but I don't understand how exactly did it happen :/
2007-04-29 11900, 2007
BrianFreud
ok, so maybe it was a indicator of something more than the "minor" issue I thought it was :P
2007-04-29 11916, 2007
luks
yep, it's pretty serious issue
2007-04-29 11947, 2007
BrianFreud
glad I reported it :)
2007-04-29 11908, 2007
BrianFreud
almost figured it too minor to warrent a ticket
2007-04-29 11940, 2007
aCiD2
ffs, textmate keeps freezing :(
2007-04-29 11912, 2007
warp
yalaforge is the guy doing pymb2 ?
2007-04-29 11919, 2007
aCiD2
yup
2007-04-29 11925, 2007
warp
ok :)
2007-04-29 11953, 2007
aCiD2
I did a bit on it too, but not much (gonna try and squash bugs as they appear though)
2007-04-29 11928, 2007
warp
ah nice. from the bits of conversation i picked up earlier, i guess yalaforge just started on the label stuff?
2007-04-29 11948, 2007
Knio has quit
2007-04-29 11952, 2007
Knio1 joined the channel
2007-04-29 11955, 2007
aCiD2
sort of, I contributed most of the label support
2007-04-29 11905, 2007
warp
oh!
2007-04-29 11923, 2007
warp
how usable is that? :)
2007-04-29 11923, 2007
aCiD2
he's done some unit tests, and maybe some other stuff since my code was commited, but it's still quite new (only seems to support getById, but that may be a limitation of the XML Web Service)
2007-04-29 11936, 2007
aCiD2
Usable for my needs, depends what you want to do :)
2007-04-29 11903, 2007
warp
i mostly just want to get at the catalog # when i have a release mbid
2007-04-29 11909, 2007
aCiD2
You can do that
2007-04-29 11914, 2007
warp
great
2007-04-29 11918, 2007
warp
thanks :)
2007-04-29 11925, 2007
warp continues hacking
2007-04-29 11928, 2007
aCiD2
hehe
2007-04-29 11943, 2007
aCiD2
I'm not sure if matt's docs are up to date, so you're best bet is to generate local docs from the source code
2007-04-29 11950, 2007
warp
oh, another thing.
2007-04-29 11936, 2007
warp
when i did the parsing myself in my evil php code, i stored local copies of all the xml i downloaded, as a sort of cache. I need something like that again for my tool, any idea what the best approach for that is with pymb2 ?
2007-04-29 11904, 2007
aCiD2
hmm, so instead of accessing the online data, it would access a file?
2007-04-29 11903, 2007
BrianFreud
oh, so you wrote that cue generator warp?
2007-04-29 11911, 2007
warp
BrianFreud: erm.. no?
2007-04-29 11923, 2007
BrianFreud
ah, thought that was the evil php code you meant :P
2007-04-29 11954, 2007
warp
cue generator does sound evil though..
2007-04-29 11934, 2007
warp
all of the interesting bits for which you would want a cue file have already been lost if you try to reconstruct it from other data.