luks_: thanks for pointing out the python-wxgtk2.6 thing :)
2006-02-10 04112, 2006
yalaforge
hmm. wxversion? :-)
2006-02-10 04137, 2006
warp
hm?
2006-02-10 04139, 2006
luks_
wxversion is necessary only when you want to have more than one version installed
2006-02-10 04100, 2006
luks_
so the app can choose the right version
2006-02-10 04112, 2006
yalaforge
ok. but I just have to install python-wxgtk2.6?
2006-02-10 04121, 2006
luks_
yes
2006-02-10 04134, 2006
yalaforge
cool, thanks. (if I wanted to install picard, that is)
2006-02-10 04101, 2006
luks_
i'm off (exam)
2006-02-10 04105, 2006
luks_ has quit
2006-02-10 04126, 2006
yalaforge
good luck. and success and all
2006-02-10 04116, 2006
warp
yay, tagger.py starts
2006-02-10 04103, 2006
warp
but i have to be afk for a while, i'll try actually tagging some stuff with it later :)
2006-02-10 04102, 2006
Mudcrow joined the channel
2006-02-10 04126, 2006
Mudcrow
morning
2006-02-10 04139, 2006
mustaqila
Where?!
2006-02-10 04105, 2006
inhouseuk has quit
2006-02-10 04106, 2006
d3ity joined the channel
2006-02-10 04116, 2006
d3ity
hey guys
2006-02-10 04124, 2006
d3ity
got a problem with picard
2006-02-10 04119, 2006
d3ity
right well. I run picard, it lets me load shiny stuff into it, and create clusters. Problem is, for some reason, it opens up links whenever I try and do a lookup, it opens it in the same terminal window that the program started in. How can I get it to use firefox?
2006-02-10 04148, 2006
mustaqila
Open up firefox to start with by yourself and then browse via that?
2006-02-10 04156, 2006
d3ity
mustaqila, upon searching by artist, I have found an album...but the "open album in tagger" option is nowhere to be found on the page
2006-02-10 04118, 2006
mustaqila
Not even in the top right of the album box
2006-02-10 04126, 2006
mustaqila
It should be a disgusting green hue
2006-02-10 04122, 2006
d3ity
not seeing it....for some reason
2006-02-10 04150, 2006
mustaqila
I guess Picard must be more awkward/different from Windows then
2006-02-10 04153, 2006
d3ity
I see a checkbox at the top right of the box
2006-02-10 04106, 2006
d3ity
not using windows.
2006-02-10 04132, 2006
d3ity
yeah for some reason...its opening the lookup pages (when run in terminal) via links, a text based browser that isn't going to feed anything into any other apps
2006-02-10 04111, 2006
d3ity
the way I got to the page is just by going to musicbrainz.org and searching through the database
2006-02-10 04117, 2006
d3ity
is there another way I should be searching?
2006-02-10 04140, 2006
d3ity
mustaqila, its confusing me why I'm not seeing the same thing whilst searching through firefox as I am when picard actually goes and starts a browser
d3ity: you created a ~/.profile, added BROWSER="firefox '%s' &" and did what?
2006-02-10 04130, 2006
d3ity
yalaforge, i needed to run export BROWSER="firefox..."
2006-02-10 04140, 2006
yalaforge
yup
2006-02-10 04102, 2006
inhouseuk joined the channel
2006-02-10 04138, 2006
luks joined the channel
2006-02-10 04123, 2006
yalaforge
exam done already?
2006-02-10 04116, 2006
luks
yup
2006-02-10 04133, 2006
d3ity has quit
2006-02-10 04131, 2006
yalaforge
if we have two release dates '2000' and '2000-04-01', which one is the earlier release date?
2006-02-10 04112, 2006
yalaforge
mb_server picks '2000', but I'm more interested in what would be more useful
2006-02-10 04137, 2006
luks
yes, currently it picks 2000
2006-02-10 04145, 2006
luks
but everybody want to change it
2006-02-10 04138, 2006
yalaforge
so complete dates should be preferred?
2006-02-10 04152, 2006
luks
yes, i think so
2006-02-10 04109, 2006
yalaforge
it's no problem, I simply have to rewrite missing parts of the date with '99' and sort
2006-02-10 04119, 2006
yalaforge
ok, I'll implement that in the client lib then
2006-02-10 04136, 2006
luks
oh, i wanted to ask you... could you add an optional argument (an urllib2.OpenerDirector instance) to WebService's constructor and use that instead of urllib2.open?
2006-02-10 04154, 2006
luks
so i can add proxy support to picard
2006-02-10 04100, 2006
luks
i can install a global opener for whole urllib2, but i think this would be cleaner solution