kepstin had his automatic package builds set to use git.musicbrainz.org, and was wondering why he wasn't seeing any of the awesome new features.
heh
kepstin opens up http://tickets.musicbrainz.org/browse/PICARD-350 - which is his biggest annoyance with picard's awesome new caa support so far.
kepstin
other than the fact that I don't want to put it into overwrite mode just yet, because I still have a couple images around that I haven't uploaded yet which are better than what's on caa.
I would also like to see a 'use all image types as filename' so I get files like 'Booklet,Front.jpg' or something... And the ability to have it save images to a subdirectory/with a custom path.
Prophet5 joined the channel
ruaok joined the channel
ianmcorvidae
so many hoops to jump through to get audio playback in wine working on this system
I guess that's what I get for shuttling things through multiple emulation layers in sequence :)
Obviously I was pretty sure spotify wouldn't have everything I want to listen to
reosarevok
But then, most people listen to more western-mainstream stuff
warp
but this result is quite a bit worse than I expected.
reosarevok
While I have pretty much meh'ed every time I've tried Spotify (I think it had *four* Estonian artists) most of my friends seem to think it's pretty good :p
warp
it will be good to get them to speak MBIDs, to get more reliable results.
reosarevok
heh, yeah
But that still means we need manual matching :p
warp
sure
reosarevok
(also, to get ISRCs :) )
warp
but then I would've fixed the El dueño del sistema example already :)
reosarevok
I wonder if the summit will really last until 21
warp
21?
reosarevok
hours
There seem to be some nice-looking noise shows Thu Fri and Sat at 20...
warp
we did go on for quite a bit in Rotterdam.
reosarevok
Why can't they make that stuff at 22 like normal people
warp
oh, looking at the summit page reminds me I need to check if I still have some wifi routers which can act as a client.
reosarevok
¿?
I imagine the wifi there will be decent...
Ok, I *want to think* the wifi there will be decent :p
Freso joined the channel
warp
reosarevok: ruaok wants to avoid the problem we had in rotterdam
reosarevok
warp: sure, but this isn't an appartment, it's a "professional" conference room...
well, dunno :p
djce joined the channel
kepstin-work joined the channel
ocharles
ocharles has changed the topic to: tropical week! | http://musicbrainz.org/#devel | Next meeting: reviews, decoupling search server from web service (ocharles), log analysis project (ocharles), MBS-3665 (ian), nes & 'applied' open edits (ocharles)
kepstin-laptop joined the channel
mat_ joined the channel
djce joined the channel
kepstin-laptop joined the channel
Mineo joined the channel
hawke joined the channel
ruaok joined the channel
hawke_ joined the channel
Bookle
how can I access postgres on musicbrainz VM as a superuser? I am trying to install a module but getting the warning that I don't have permission for the untrusted language c
ocharles
Bookle: ./admin/psql --system
warp
ocharles: heads up! I'm adding tests to coverart_redirect, I'd like to get that on ci.musicbrainz.org when I'm done, so probably next week.
ocharles
sure thing
need a hand, or are you ok doing it on your own?
warp
I probably need a hand, as I don't see anything documented in syswiki about ci.musicbrainz :)
but not today, I only have a 200 OK test for the index page so far.
ocharles
ok
well i'll be around all next week as normal
warp
I doubt that.
Bookle
ocharles: I get "unrecognized option --system"
warp
You shouldn't be around as normal on friday :)
(and parts of thursday)
ocharles
warp: true :)
Bookle: running ./admin/psql ?
Bookle: I assume you're actually running 'psql --system' ?
Bookle
I think I'm confused - not that familiar with linux. tried running ./admin/psql directly from bash got "no such file or folder", so went to admin folder and ran psql --system and got "unrecognized option --system"
warp: I have support in musicbrainz-data for creating artists, but you don't get an edit for that (so no edit notes yet) - that's the meeting topic I added
however, edit artist does create edits, and can have edit notes
would that give you something to work with?
kepstin-work
ocharles: is that the nes modbod?
ocharles
kepstin-work: si
kepstin-work
hmm, so you're making it run continuously but sleeping between runs instead of being started periodically by a cron job?
ocharles
right, that's the current implementation
open to discussion whether we want that or not
kepstin-work
looks like right now it won't stay aligned on e.g. hour intervals, it will drift.. not sure if that's good or bad :)
(easily fixable by recomputing the sleep time each loop based on the current time, if desired)
ocharles
kepstin-work: if I was doing that I'd just use cron rather than reinvent the wheel
i suppose it could be argued that I'm still reinventing the wheel with this polling
bitmap
reosarevok: noted, thanks
warp
ocharles: sure, hopefully I will have some time to work on this before the summit.
kepstin-work
of course if you use cron like that, you have to write some protection to prevent concurrent modbot runs for the off chance that one run goes over time :)
ocharles
warp: cool, i haven't added anything to the service yet, so hopefully we'll both be online to coordinate what you need
or you can add the end points yourself
kepstin-work: yep, either way you've gotta do some stuff.
i wonder if systemds cron addresses that
warp
ocharles: I have lots of bits and pieces in the air still (known json webservice bugs is what I want to do when I'm done improving coverart_redirect)