since we don't have 1.3 i386 package for macosx yet, i revamped mac osx in two sections
Freso
luks: Well, it averages the entire track for some values (e.g., key, tempo/bpm), so it will need to remember some things.
alastairp might know more.
luks
zas: looks good to me
nikki
hm, I guess the picard website stuff should be put on transifex
zas
nikki: yes, but for now there is only an experimental french translation, we just need a picard-website on transifex, i'll make needed changes after, but the main issue is how we'll handle documentation/plugins translations, plugins have no support for translated descriptions, i'm not sure how to handle documentation translations (for me the simpler is sphinx + readthedocs hosting + link from website or better if possible)
ideas welcome ofc ;)
nikki
for everything else we do all the translations via transifex, so it's not exactly a surprise that we don't have any translations yet other than the experimental french one :P
I'm not sure what happens with adding stuff to transifex, ian usually does that
MBJenkins
* reosarevok: mbs-6201: SQL for event collections
* reosarevok: mbs-6201: unfuck the tab name stuff
reosarevok_
woo
ianmcorvidae
should be another one in another 11 minutes or whatever for merging master in (advance warning for a bit of commitspam, though it should be better this time since it hasn't been neglected as long :P)
chirlu`: if you wouldn't mind, could you check if your stuff for the insert methods and such needs any updating on the schema change branch (probably for events)? I think you'd be faster at finding anything that might be relevant since that was your work
zas: the i18n patch broke the uwsgi deployment and I'm not really sure how to fix it
kepstin-laptop
I like their logo
ianmcorvidae
whoo, all schema change patches are now in review or merged :)
zas
bitmap: how did it break uswgi deployment ?
bitmap
zas: it 404s, I'm guessing because app.py was removed since that's what uwsgi points to
alastairp
michiwend: oh, you're in here too. ohwell :)
michiwend
Ohai alastairp, indeed I am ;)
kepstin-laptop: thx :)
alastairp
luks: it might be that the algorithms are configured to work on frame-frame or window-window, but I think it then stores stuff in memory until all algorhtms have run, and then dumps them to the file
maybe there are more efficient ways of storing output data before moving on to the next algorithm
ruaok: the contribute page is a little unclear that you don't need to download the vm
I had a few questions about that
zas
bitmap: it is due to blueprints, but it is the same structure than critiquebrainz, do you have access to its uswgi setup ?
ruaok
alastairp: ok, one sec.
bitmap
zas: yeah, I'll take a look at those
MBJenkins
Ian McEwen: Update events in %ENTITIES so they'll properly appear in sitemaps.
zas
bitmap: you need to have a app = create_app() somewhere (see run.py), i guess this is what is missing
make sure this patch is included in your version of py2app
can't say which version that landed right now; I can't find that on bitbucket
bitmap
I can see those changes in /usr/local/lib/python2.7/site-packages/py2app/ so I guess it's in 0.9
JonnyJD
hm, then I don't know what the exact issue is this time, but probably related to https://github.com/JonnyJD/python-discid/pull/42 or maybe it should be packaged in a different place or a regression
ocharles
you have a minor typo on the acousticbrainz website
at least, i'm going to guess it's a typo
If you have a collection of music files with MBIDs, please one of the submission tools to help us bootstrap this project.
Do I really have to please a submission tool?
JonnyJD
bitmap: you might be able to use the patch/commit from python-discid pull #42 for a quick fix for this release. If you can't find the problem directly now.
ianmcorvidae
I suppose some anthopomorphizations of the tools might be pleased by being used, which would have the same effect, but :P
ocharles grabs the VM
ocharles
was hoping for a dynamically linked executable, but a vm will do :)
bitmap
JonnyJD: okay, I don't have a CD drive accessible from my mac, so someone else would have to test it
JonnyJD
bitmap: you don't have to test with a CD drive, just that it can build and find discid. The rest should work fine then.
JonnyJD also doesn't have a mac
bitmap
oh, I see
I was confused where the error was occurring
for me the app was picking up the lib in /usr/local/lib, hence not crashing
JonnyJD
ah yeah, this is about not having system-wide libdiscid installed I think (only packaged one)