enjayhch: adding your specific use cases as a comment would be great (ie, if you only want to search by domain)
enjayhch votes for it
nikki
hehe
enjayhch
I might get Paulo to work on it
he is back on Wednesday
ocharles
cool
oh, the original trac ticket has more details too
enjayhch
ocharles: yup, good idea
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;
djce
<sheepish grin>. Well spotted.
Remind me, what's the ticket ID you're working on? Just need to check something.
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:
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.
If there's anyone with an interest in that area, I'd be grateful if you could let me know.
nikki
voiceinsideyou1: archive.org suggests 2007 for nl and 2008 for de
bitmap
I guess those should be removed as hardcoded mirror servers in Picard then ;)
ianmcorvidae
picard seems to have a lot of hardcoded lists :P
ocharles
only one hardcoded list of hardcoded lists
nikki wonders if picard could fetch most of its lists from the server
nikki
(I mean, it needs access to a server to fetch info anyway)
bitmap
like an xml file hosted somewhere on mb?
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
nikki
I mentioned it the other day when we were talking about translation, since at some point the website will also be translated
so it would be good if we could avoid translating stuff twice
bitmap
+1
nikki
and if picard can fetch the lists from the server, the server can also return the translations too
bitmap
I wonder how that would work though given that Picard uses gettext
ianmcorvidae
presumably you'd just need access to the locale somewhere
to throw at the API
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
since picard can't have .po for every release out there :P
ooh, or the API could return pofiles ;)
(that wouldn't be needlessly convoluted at all :P)
bitmap
for things like medium formats it would probably need the .po files before initializing gettext
ianmcorvidae
yeah
I was figuring it just wouldn't use gettext for those things
since the server could do that translation
(the API returning .po files thing was just a joke)