-
aCiD2
plus i'm a sucker for trying new stuff out
-
homebrew feels a bit more lightweight too, and I like that
-
ruaok
well, I've got my macports working cleanly, so I'll stick with that.
-
aCiD2
yea, it's not particularly fun moving from macports to something else
-
ruaok
it now even has support for microcontroller programming. (avr)
-
aCiD2
I don't have a lot of stuff in macports, just postgres and irssi, so I didn't have a huge amount to move
-
ruaok
which is fun. I'm progamming a geeky necklace for luciddrmr
-
aCiD2
ooo, nice
-
i did some microcontroller programming
-
and hated it :P are you working in an assembly language?
-
ruaok
uc, resistor, led, switch. put the necklace on to turn it on. :)
-
no. C.
-
aCiD2
ah, i could handle that
-
ruaok
on tuesday, I was in geek heaven.
-
programming MB (very high level) and programming PWM LEDs (very low level)
-
and a couple of other projects thrown into the mix. it been a while since I hacked all out. :)
-
aCiD2
haha, nice
-
woot, nearing 100% tests passing
-
ruaok
and the dichotomy between.. Turn this LED on vs download this entire document as basic primitives of these projects. awesome.
-
aCiD2
cool, the perl debugger just got stuck in recursion while dumping a variable
-
navap
aCiD2: So what do you suggest I do regarding the hover colours?
-
-
aCiD2
navap: I'd like to find someone to make the decision
-
maybe ruaok can
-
someone who is either of us that is
-
ruaok
-
aCiD2
holy shit
-
i didn't realise it was that bad here
-
ruaok
hmmm. I think I should remove myself from this decsion as well.
-
I can't be objective about orange. :)
-
navap
heh
-
ruaok
post to mb-devel or mb-users and see what chaos ensues
-
aCiD2: is /freedb/import/<freedb id> supposed to work?
-
ah. /freedb/import/?catid=2a123813
-
how do I write a uri_for_action for that?
-
aCiD2
freedb importing hasn't been written
-
but it would be uri_for_action('/freedb/import', { catid => $id })
-
ruaok
what is all the stuff in MusicBrainz::Server::Controller::FreeDB then?
-
aCiD2
TemplateToolkit branch stuff
-
ruaok
ah.
-
aCiD2
that's been deleted in my "destroy old crud" branch that's in review
-
ruaok
well, I don't care to touch that right now.
-
davi_alexandre joined the channel
-
davi_alexandre
hi!
-
can someone help me with python-musicbrainz2 lib?
-
aCiD2
davi_alexandre: fire away!
-
though our python developers are asleep now
-
davi_alexandre
=D
-
i'm trying to use TrackFilter class to get tracks from database
-
but i'm having problem with the query parameter
-
the documentation says i can use a query in lucene syntax
-
but it didn't work
-
aCiD2
hrm
-
someone asked something similar a while back...
-
one moment
-
davi_alexandre
seens like the lib is enconding the query
-
aCiD2
hrm, from what I can see the query doesn't get any special treatment
-
davi_alexandre: can you paste your code?
-
davi_alexandre
filter = TrackFilter(query='tnum:(2) artist(them crooked vultures)')
-
results = Query().getTracks(filter)
-
no errors
-
but the results are not the expected
-
-
so, the server interpret only the tnum parameter
-
-
i've checked, and picard sends the query in this format
-
aCiD2
Hrm, i think you're right
-
i'm pretty sure picard uses python-musicbrainz2 though :/
-
outsidecontext
aCiD2, no, it doesn't use pymb2
-
aCiD2
outsidecontext: no?
-
and I didn't thik you were still up :P
-
outsidecontext
no
-
i wanted to go to bed 2 hours ago :)
-
aCiD2
heh :P
-
davi_alexandre
hehehe =D
-
aCiD2
do you have any experience with pymb?
-
davi_alexandre
i've checked the lib files
-
aCiD2
i think you've found a bug davi_alexandre, might be worth contacting mathias
-
davi_alexandre
the webservice.py file
-
it uses the urllib.urlencode to build the query
-
aCiD2
yea
-
davi_alexandre
how do i report a bug?
-
aCiD2
if that url is valid, then it's our server that's in the wrong
-
-
i think you need to subscribe before you can post
-
davi_alexandre
i will, thanks!!!
-
aCiD2
sorry i couldn't be more helpful, good luck :)
-
davi_alexandre
i think it's a server problem, it should interpret both forms
-
you helped me a lot!
-
aCiD2
yea
-
we're doing massive server dev atm though, i'm not sure we'll be able to push out a fix for that any time too soon
-
outsidecontext
davi_alexandre, aren't you just missing a colon in your code?
-
filter = TrackFilter(query='tnum:(2) artist:(them crooked vultures)')
-
davi_alexandre
outsidecontext, no, in my file is ok ;P
-
tks people! bye!
-
ruaok joined the channel
-
outsidecontext
mmh, i can't see what should be wrong with the query.
-
just checked in rbrainz, it generates exactly the same query, and it looks fine
-
aCiD2
encoded the same?