enjayhch: adding your specific use cases as a comment would be great (ie, if you only want to search by domain)
2011-08-01 21324, 2011
enjayhch votes for it
2011-08-01 21326, 2011
nikki
hehe
2011-08-01 21337, 2011
enjayhch
I might get Paulo to work on it
2011-08-01 21346, 2011
enjayhch
he is back on Wednesday
2011-08-01 21351, 2011
ocharles
cool
2011-08-01 21356, 2011
ocharles
oh, the original trac ticket has more details too
2011-08-01 21300, 2011
enjayhch
ocharles: yup, good idea
2011-08-01 21316, 2011
ocharles
djce: how does www.musicbrainz.org get to astro? From what I can see on astro's nginx config, it only has a server { } block for server_name musicbrainz.org;
2011-08-01 21348, 2011
djce
<sheepish grin>. Well spotted.
2011-08-01 21314, 2011
djce
Remind me, what's the ticket ID you're working on? Just need to check something.
2011-08-01 21316, 2011
ocharles
Well, on astro http://0.0.0.0:80/ also gets served even though I'm requesting Host: 0.0.0.0
Not sure if this belongs here, or on #musicbrainz:
2011-08-01 21334, 2011
cjk32
I'm working on a Perl API to the NGS webservice, and am getting to the point where some user feedback would be useful, before I start to document everything.
2011-08-01 21311, 2011
cjk32
If there's anyone with an interest in that area, I'd be grateful if you could let me know.
2011-08-01 21321, 2011
nikki
voiceinsideyou1: archive.org suggests 2007 for nl and 2008 for de
2011-08-01 21355, 2011
bitmap
I guess those should be removed as hardcoded mirror servers in Picard then ;)
2011-08-01 21331, 2011
ianmcorvidae
picard seems to have a lot of hardcoded lists :P
2011-08-01 21322, 2011
ocharles
only one hardcoded list of hardcoded lists
2011-08-01 21339, 2011
nikki wonders if picard could fetch most of its lists from the server
2011-08-01 21349, 2011
nikki
(I mean, it needs access to a server to fetch info anyway)
2011-08-01 21349, 2011
bitmap
like an xml file hosted somewhere on mb?
2011-08-01 21352, 2011
ianmcorvidae
yeah; put in one option to change it from musicbrainz.org, in case that goes down for some reason or the other
like medium formats presumably would be auto-constructed, but
2011-08-01 21332, 2011
nikki
I mentioned it the other day when we were talking about translation, since at some point the website will also be translated
2011-08-01 21339, 2011
nikki
so it would be good if we could avoid translating stuff twice
2011-08-01 21350, 2011
bitmap
+1
2011-08-01 21301, 2011
nikki
and if picard can fetch the lists from the server, the server can also return the translations too
2011-08-01 21359, 2011
bitmap
I wonder how that would work though given that Picard uses gettext
2011-08-01 21324, 2011
ianmcorvidae
presumably you'd just need access to the locale somewhere
2011-08-01 21334, 2011
ianmcorvidae
to throw at the API
2011-08-01 21318, 2011
ianmcorvidae
it means the translation is split (between gettext in Picard and whatever the server uses) but unless picard gets _everything_ from the server that's bound to happen
2011-08-01 21332, 2011
ianmcorvidae
since picard can't have .po for every release out there :P
2011-08-01 21317, 2011
ianmcorvidae
ooh, or the API could return pofiles ;)
2011-08-01 21327, 2011
ianmcorvidae
(that wouldn't be needlessly convoluted at all :P)
2011-08-01 21311, 2011
bitmap
for things like medium formats it would probably need the .po files before initializing gettext
2011-08-01 21334, 2011
ianmcorvidae
yeah
2011-08-01 21344, 2011
ianmcorvidae
I was figuring it just wouldn't use gettext for those things
2011-08-01 21350, 2011
ianmcorvidae
since the server could do that translation
2011-08-01 21303, 2011
ianmcorvidae
(the API returning .po files thing was just a joke)