-
luks
hmmm
-
so what do you think, should add it as a collab artist?
-
yalaforge
oh, I think I overlooked some
-
yalaforge doesn't know
-
but if you change it back to VA, nobody knows how long it'll stay like that :-)
-
luks
i personally think VA is better
-
yalaforge
matter of taste, I'd say
-
g0llum has quit
-
g0llum joined the channel
-
g0llum has quit
-
g0llum joined the channel
-
luks
another possible solution: two artists "Česko hledá SuperStar Top 5" and "Česko hledá SuperStar Top 10"
-
hmm
-
inhouseuk
messy
-
yalaforge
DB question: is it now possible to file VA albums under an artist != 'Various Artists'?
-
yalaforge is not completely up to date
-
luks
yes
-
that's what SG5DR is about
-
yalaforge
ah, I see
-
do you have an example album, please? I'd like to check the RDF
-
maybe the XML schema has to be updated :-/
-
orogor joined the channel
-
luks
-
inhouseuk looks
-
yalaforge
thanks!
-
inhouseuk
-
yalaforge
ok, thanks :-)
-
warp
oh! sexy!
-
yalaforge
hmm. it seems that breaks a lot of client side code
-
warp
i know a few albums which could use that.
-
inhouseuk
yalaforge: the new code?
-
yalaforge
no, the old code
-
luks
the old code works fine
-
yalaforge
most tools just test if the album's artist is VA
-
luks
that's problem of the tools not the lib :)
-
inhouseuk
yes, but the client library is fine
-
yalaforge is not happy about that :-/
-
g0llum has quit
-
yalaforge decides to live with it
-
GURT
Shepard: hello subscribers
-
hehe
-
g0llum joined the channel
-
inhouseuk
admitedly, the library example programs need fixing
-
warp
inhouseuk: i can just move a VA album to the correct artist now?
-
inhouseuk
yes, make sure you choose the correct move track artist options
-
you don't want to change the track artists
-
yalaforge
inhouseuk: you're looking at getalbum.c, hm? :-)
-
inhouseuk
yalaforge: yes, I think that is one of them.
-
yalaforge wonders if it's worth fixing them. after all we're phasing out the old RDF web service
-
warp
yay :)
-
yalaforge
hey, it's still cool! ;-)
-
inhouseuk
warp: it worked?
-
warp
inhouseuk: yes.
-
yalaforge
oh, I thought you're talking about the RDF :-)
-
maybe there's even someone who wants to write bindings for C ...
-
warp
-
inhouseuk keeps thinking that warp is an automod
-
:P
-
yalaforge
he isn't?
-
inhouseuk
nope
-
warp
i'm too lazy, i don't mod enough.
-
just the stuff which directly concerns me.
-
sorry ;_;
-
yalaforge
same with me. I should give back my privs at some point
-
ojnkpjg
bindings for C for what?
-
the web service?
-
yalaforge
for the new web service, yup
-
ojnkpjg
if there's a spec, i'd be tempted
-
if i have time
-
yalaforge
-
ojnkpjg
is there any code right now?
-
inhouseuk
yalaforge: what bindings are being worked on currently?
-
yalaforge
yes, there's python client code.
-
inhouseuk: I'm working on the python bindings. they're working already
-
ojnkpjg
do you have a link to the code?
-
or cvs info
-
or svn, or whatever it's in
-
warp
inhouseuk: is it ok to credit DJ Mix albums to the DJ now?
-
yalaforge
-
err, damn.
-
ojnkpjg
i need to spend less time editing mb albums, anyway and more time programming
-
yalaforge
-
warp
(obviously leaving the track artists the way they are)
-
ojnkpjg
ok, neat
-
chocomo
warp: afaik yes
-
hi everybody
-
warp
chocomo: great, thanks. and hi :)
-
yalaforge
-
chocomo
brb
-
chocomo has left the channel
-
ojnkpjg
ok
-
thanks
-
yalaforge
np
-
Mudcrow has quit
-
chocomo joined the channel
-
warp
wb mo
-
warp tries to think of more albums which he can move.
-
SenRepus
himo
-
chocomo
hi hi
-
hisen
-
-
such
-
SenRepus
if youve PMed me at all i havntreceived it
-
chocomo
naw I haven't
-
:)
-
SenRepus
ok
-
chocomo
gonna make some vegitarian fryed meatball type things :p
-
SenRepus
well i gotta get ready for work
-
chocomo
I gotta eat
-
bb later peeps
-
yalaforge
cu
-
chocomo
cu? any realtion to ku or chu?
-
(I know it means see you)
-
chocomo brb food
-
Shepard
hm this package name 'musicbrainz2' is misleading
-
yalaforge
don't start with that :-/
-
Mudcrow joined the channel
-
python's package system is totally crap. even worse than perl's
-
'musicbrainz' is already taken
-
inhouseuk
:(
-
Shepard
i just thought because MB2.0 is a term used for the NextGenerationSchema + moderation system improvements + ...
-
yalaforge
after a long discussion, we decided musicbrain2 is better than the alternatives
-
Shepard
ok ok :)
-
hmm.. python has object orientation, yes?
-
yalaforge
yes
-
mustaqil__ joined the channel
-
Shepard
I would probably make the URL an object
-
yalaforge
in java it's an object, I know. python's class libraries use plain strings
-
bob303 joined the channel
-
yalaforge is tempted to agree though
-
Shepard
and for the direction attribute constants heh
-
yalaforge
yup :-)
-
yalaforge thinks we need a trac component ;-)
-
brunft
is it okay to use & in an album title?
-
yalaforge
yup
-
Shepard
so instead of Relation r = ...; r.getAttributes(); you would do what in python? ...getAttributes(r) ?
-
this self thing is confusing me
-
luks
r.getAttributes()
-
yalaforge
that's something you find in many script languages. C++ started that way, too :-)
-
in C++, the self parameter was made implicit at some point (and called this)
-
Shepard
the getAttributes(self) just says that it's a method of the object, not of the class, or what?
-
yalaforge
err, yes
-
Shepard
strange :)
-
yalaforge
the 'self' is just convention, you could call it whatever you like
-
no, it's done like that in other script languages, too
-
luks
i like how mb_server's code uses both $this and $self :)
-
yalaforge
yeah
-
luks
even in the same class
-
yalaforge
maybe there was a smalltalk programmer around ;-)
-
Shepard
the user class is not yet in the webservice, is it?