but. I do remember I made the decision conciously for that function to return the full path. I hope it was simply because of style (like, that code deals with filenaming, everything should be contained there)
2014-01-07 00751, 2014
zas__
is there a reason for travis ci to not run picard tests ?
2014-01-07 00701, 2014
hawke joined the channel
2014-01-07 00722, 2014
zas__
tests do not pass since xlotlu changed the code (without updating tests) and travis don't report any issue, or is this normal ? it would be convenient to run tests at least on one platform
2014-01-07 00756, 2014
zas__
xlotlu: merged
2014-01-07 00749, 2014
travis-ci has left the channel
2014-01-07 00744, 2014
ruaok joined the channel
2014-01-07 00730, 2014
xlotlu
thanks
2014-01-07 00729, 2014
rvedotrc joined the channel
2014-01-07 00748, 2014
samgtr
i got an error. no module called musicbrainzngs found
2014-01-07 00715, 2014
voiceinsideyou joined the channel
2014-01-07 00718, 2014
voiceinsideyou1 joined the channel
2014-01-07 00754, 2014
jesus2099 joined the channel
2014-01-07 00733, 2014
jesus2099
bitmap: hi Bitmap ! do you have an idea why mouseover and mouseout events are not fired on release editor’s TD ? it’s fired OK in relationship editor…
I mean, what's the meaning of limit and offset if there's not order at all?
2014-01-07 00731, 2014
Wixy
warp, you know what I mean? you could get artist A1 in offset 0 and in offset 300000 easily
2014-01-07 00745, 2014
Wixy
in fact, it's not even guaranteed that you'll get all the artists
2014-01-07 00752, 2014
warp
Wixy: ?query= is a search to the search server, I think the order will be consistent between index runs.
2014-01-07 00716, 2014
Wixy
the doc says "Linked entities are always ordered alphabetically by gid."
2014-01-07 00732, 2014
Wixy
and I believe the link I pasted is considered that
2014-01-07 00746, 2014
Wixy
the question now is, this gid is not the id, is it?
2014-01-07 00702, 2014
warp
no, that result doesn't have any linked entities, I don't think search server responses ever have linked entities.
2014-01-07 00715, 2014
Wixy
there must be an order
2014-01-07 00718, 2014
Wixy
it wouldn't make sense otherwise
2014-01-07 00740, 2014
warp
yes, the id is that json response is what we usually call the mbid, which is the same is gid.
2014-01-07 00706, 2014
Wixy
ok, it's not oreder by mbid
2014-01-07 00737, 2014
Wixy
I'm looking for a complete list of artists
2014-01-07 00741, 2014
Wixy
what should I do?
2014-01-07 00758, 2014
warp
I don't think getting that through the webservice is a good idea, it's just too much data.
2014-01-07 00726, 2014
warp
it would be better to get a copy of the database.
2014-01-07 00739, 2014
Wixy
it's not actually, how many artists are there? 400k?
2014-01-07 00751, 2014
Wixy
it would require -just- 4k requests :P
2014-01-07 00753, 2014
warp
we have virtual machine images with a full database you can download, we have database exports you can import using the musicbrainz server or using "mbslave".
2014-01-07 00719, 2014
warp
and there are somewhat experimental RDF dumps, in case you're working with RDF / Linked data.
there's also groups and artists with no type set, so the total artists in the database is 800k.
2014-01-07 00710, 2014
Wixy
ok, you're right, I should download the DB :P
2014-01-07 00758, 2014
zas__
those copyright year and person in Picard licence header (in each file) are a pain to maintain, can't we simplify this ? ie. (c) oldest_year-latest_year Picard Team ? and define Picard Team somewhere as all contributors ?
2014-01-07 00702, 2014
ruaok joined the channel
2014-01-07 00715, 2014
Wixy
ok, thank you guys!
2014-01-07 00740, 2014
zas__
bitmap, luks_ ?
2014-01-07 00717, 2014
reosarevok joined the channel
2014-01-07 00704, 2014
misterswag joined the channel
2014-01-07 00741, 2014
bitmap
zas__: if you'd like to update AUTHORS.txt (probably ordered by date of first contribution), I'd be happy with that
2014-01-07 00702, 2014
bitmap
Copyright 2014 Picard contributors (see AUTHORS.txt) or something
2014-01-07 00747, 2014
zas__
we can generate contributors list (and date) from git history i think
2014-01-07 00705, 2014
reosarevok
Heh
2014-01-07 00739, 2014
reosarevok
From what I've seen in git contributor list generation stuff, that's generally crap
2014-01-07 00740, 2014
reosarevok
But maybe it'll work for Picard
2014-01-07 00745, 2014
reosarevok
(I know it doesn't for mbserver)
2014-01-07 00756, 2014
zas__
for sure, picard headers are far from up-to-date
2014-01-07 00739, 2014
zas__
Having Copyright 2014 Picard contributors (see AUTHORS.txt) in each file, and AUTHORS.txt updated would be much better