This local mirror is making cataloging my CDs a breeze. I'm using a LoMag barcode scanner to create a spreadsheet, then taking all the numbers and pasting into a script I wrote to query the API and get the artist, album title and type. I've done hundreds in the time it's take me to type 10. :) Thank you!
It happens. It would help if it didn't take so long to load the data nd index it then I'd be happy to test stuff all day ever day. Plus it takes up a lot of GB to download and extract when importing. I had to start over a couple of times after extending the file system.
2019-12-02 33607, 2019
reosarevok
We just have too much data :D
2019-12-02 33627, 2019
crashtestdummy
I suppose I could create an image and release it on bitorrent so people don't have to start from scratch.
2019-12-02 33607, 2019
reosarevok
We're hoping to do that, once this is properly tested :)
2019-12-02 33638, 2019
crashtestdummy
The other problem with the ova that's on the websdite is that it only has bridged network, I couldn't get nat to work, I had to extract the disk files and create a new vm to get bridged working.
2019-12-02 33650, 2019
crashtestdummy
So if you do create one, make sure to export all the network adaptors :)
2019-12-02 33601, 2019
reosarevok
yvanzo: ^
2019-12-02 33613, 2019
crashtestdummy
I was running the VM on my windows box but my perl scripts were on the Linux box, making it more difficult than necessary to connect to the vm instance when running host network. Bridged is much better since you can get an ip from your router and no have to worry about all that, get internet access, ssh works etc.
2019-12-02 33618, 2019
SothoTalKer
you could make 1 or more tickets on the issue tracker with suggested improvements (:
2019-12-02 33643, 2019
duh is now known as legoktm
2019-12-02 33648, 2019
crashtestdummy
or someone could.
2019-12-02 33614, 2019
mzfr has quit
2019-12-02 33621, 2019
thomasross is now known as Guest17240
2019-12-02 33621, 2019
Guest17240 has quit
2019-12-02 33629, 2019
thomasross joined the channel
2019-12-02 33633, 2019
sbvkrishna has quit
2019-12-02 33630, 2019
Waza_pseudo_alte has quit
2019-12-02 33645, 2019
jee[m] has quit
2019-12-02 33600, 2019
ohrstrom_ joined the channel
2019-12-02 33608, 2019
ohrstrom has quit
2019-12-02 33645, 2019
ohrstrom_ has quit
2019-12-02 33628, 2019
jbs1
Hi! I was wondering if musicbrainz-server had any automated tests and, if there are, how they should be run?
[musicbrainz-server] VladimirMikulic opened pull request #1293 (master…refactor/variables_declarations_to_const): REFACTOR: Convert var or let to const https://github.com/metabrainz/musicbrainz-server/…
2019-12-02 33654, 2019
reosarevok
IIRC it works for us :)
2019-12-02 33627, 2019
jbs1
ah alright -- will use draft PRs for this in future then!
2019-12-02 33638, 2019
reosarevok
Try it next time, anyway. If it doesn't work, just open it :)
Aha I looked into it: I usually use Travis for continuous integration, and they have a "feature" where they refuse to build draft PR's -- it seems to be exclusive to them though
2019-12-02 33628, 2019
reosarevok
jbs1: for this error, I think you'd see it already locally when compiling the JS
2019-12-02 33640, 2019
reosarevok
(./script/compile_resources.sh)
2019-12-02 33601, 2019
reosarevok
If so, that's easy to check locally so make sure that works fine, and then push again :)
2019-12-02 33624, 2019
jbs1
ah perfect, thank you very much!
2019-12-02 33626, 2019
nav2002__ joined the channel
2019-12-02 33621, 2019
nav2002__ has quit
2019-12-02 33639, 2019
jbs1
roughly how long does it normally take for Perl dependencies to be installed?
2019-12-02 33646, 2019
bitmap
I think somewhere between 0 and 15 minutes on my machine