#musicbrainz-devel

/

      • alastairp
        so I think I'm ok to continue on my own, thanks
      • hawke1 joined the channel
      • Mineo
        cool, good luck :)
      • alastairp
        yeah, I suspect all of what I've done will be easier than this last part ;)
      • I've found a demo of something that should be what I want, just need to implement it
      • yuck. https://github.com/jreese/multiprocessing-keybo... uses message passing to send a "I was cancelled" message
      • ijabz1 joined the channel
      • Freso
        ruaok: When did you want 100k by?
      • ruaok
        there wasn't a milesone
      • Freso
        Aw.
      • kepstin-laptop__ joined the channel
      • JesseW joined the channel
      • alastairp
        "Soon"
      • JesseW joined the channel
      • CallerNo6 joined the channel
      • gizah joined the channel
      • gizah
        hey all, someone here able to help me with running a server ?
      • I get some errors thrown at me and can't figure out the cause
      • gizah has left the channel
      • gizah joined the channel
      • when I set sub DEVELOPMENT_SERVER { 0 }
      • bitmap
        gizah: try running `gulp` in /usr/local/musicbrainzz
      • gizah
        command not found ;)
      • bitmap
        or ./node_modules/.bin/gulp
      • this is assuming you've followed run npm install first
      • gizah
        it seems I have no gulp
      • I followed the install.md guide
      • though it is a bitch as it seems quite incompatible with freebsd
      • I've come far enough to be able to run with development 1 but without it it still dies ;)
      • bitmap
        ah, for production setups you'll need node.js, and then need to run npm install to get gulp
      • gizah
        I did install phantomjs
      • is that an equivalent ? :P
      • bitmap
        nope
      • gizah
        installing node.js now from ports :)
      • bitmap:
      • does that look like correct output off npm install ? :)
      • bitmap
        yeah, looks sane
      • gizah
        :)
      • thx! :)
      • I got it up now :)
      • bitmap
        great :)
      • gizah
        does the server need to be stopped for replication ?
      • if it is only a slave that is
      • otherwise start/stopping is another challange ;)
      • ardoRic
        from my rather limited experience, I've activated auto replication and it's never gone down
      • gizah
        auto replication using cron ?
      • or another way ?
      • Freso
        >75k unique.
      • chirlu`
        Yes, applying replication packets shouldn’t disturb the server.
      • gizah
        good :)
      • now to modify all the scripts that have hardcoded paths :(
      • ijabz1 joined the channel
      • CallerNo6 joined the channel
      • hawke1 joined the channel
      • hawke1 joined the channel
      • kloeri
        kepstin-laptop: did you have an exheres for the acousticbrainz stuff?
      • kepstin-laptop
        kloeri: it's not really ready for that yet; it's all unfinished build stuff off unmerged git branches right now.
      • I think I did do one of the python dependencies tho, I should post that.
      • kloeri
        k
      • just wanted to contribute some data from my music collection if it doesn't require much work from me :)
      • alastairp
        kloeri: wait until thursday
      • and it'll require less work
      • kloeri
        but that's two days away!
      • :)
      • kepstin-laptop
        alastairp: any news on the analyzer hanging issue that I was hitting?
      • Freso
        kloeri: IKR!
      • kepstin-laptop: Do you have access to `timeout`?
      • It should be part of the GNU coreutils.
      • kepstin-laptop
        Freso: hmm, yeah. In theory that should work, if I e.g. run the scanner from a find command separately on each file.
      • Freso
        Combine it with find/ls to parallel and hanging files will get skipped over.
      • kepstin-laptop
        parallel has issues with the log file not having synchronized accesses
      • so it loses files :/
      • Freso
        kepstin-laptop: I thought that was fixed with SQLite?
      • kepstin-laptop
        ... when did that happen?
      • Freso
        Yesterday.
      • kepstin-laptop
        well then.
      • Freso
        Man. Keep up already. ;)
      • kepstin-laptop
        does it import the old logfile into the sqlite?
      • Freso
        I'm using `(somehow seed the files) | parallel --eta timeout 5m python2 ./abzsubmit`
      • Yep.
      • kepstin-laptop
        cool
      • do I need an essentia update?
      • Freso
        Nope.
      • I'm not sure there is one.
      • I'm using the latest audiocodec-something last I checked.
      • kepstin-laptop
        huh, apparently I never built python with sqlite support on my server box
      • kepstin-laptop fixes that
      • Freso
        >60k unique lossless.
      • kepstin-laptop
        hmm. does abzsubmit work with python3?
      • Freso
        alastairp: ^
      • kepstin-laptop rebuilt his python3 to add sqlite, but it turned out that abzsubmit was running in python2 :)
      • I think there's some work done towards that end, but I'm not sure it's ready yet.
      • (I noticed that it's importing the print() function as of yesterday, so...)
      • alastairp
        it's using print_function, so maybe
      • haven't tested it past that though
      • ijabz1 joined the channel
      • kepstin-laptop
        alright, I've built a command with find, parallel, and timeout. my log has been migrated to sqlite already
      • lets see what happens :)
      • hmm. I have a couple of those misdetected silent files in here
      • whee, looks like this combination of command-line tools is somehow managing to do what I want :)
      • chirlu` has left the channel
      • Freso
        kepstin-laptop: :)
      • kepstin-laptop
        find appears to have decided to list files in no particular order
      • Freso
        kepstin-laptop: Sure it isn't parallel? Or abzsubmit?
      • kepstin-laptop
        parallel starts jobs in the order that it receives them by default
      • and abzsubmit is only being run on individual files
      • Freso shrugs
      • Freso
        Are you using find with full/absolute paths?
      • kepstin-laptop
        yeah
      • Freso
        Weird.
      • kepstin-laptop
        i guess find just returns stuff in the order that it gets from readdir without sorting,
      • (rsync and ls both have explicit sorting steps when listing files)
      • ijabz1 joined the channel
      • Freso
        Less than 1500 files to go now...
      • kepstin-laptop
        whee, broke 80k unique tracks
      • er, I guess that's recordings, not tracks?
      • Freso
        Yeah.
      • 100k unique is beginning to be within reach.
      • kepstin-laptop
        how many people do we have submitting?
      • has to be less than 20 or so
      • Freso
        Probably less than, but close to, 10.
      • Unless there are a bunch of people submitting who doesn't say anything in this channel.
      • kepstin-laptop
        hmm, only need about 10k unique tracks per person then :)
      • Freso
        Actually, there might be some MTG people.
      • kepstin-laptop: I think there will be some publicity about it next week - alastairp says the blocking bugs in essentia should be ready by Thursday.
      • kepstin-laptop
        I suppose I'll run this stuff over the songs that I don't have lossless copies of, too
      • yeeeargh
        force all those students to submit their music in order to pass their courses :D
      • Freso
        I can't remember when I last edited as much as I've edited today, just because I "needed" to submit AB data. :|
      • kepstin-laptop: That's what I'm doing. I reckon it's better to have analyzed a lossy recording than not to have it analysed at all.
      • CallerNo6
        what a romantic
      • kepstin-laptop
      • apparently that has a danceability of ~1.3
      • and is in the key of A# major? :)
      • Freso
        CallerNo6: As I always say, it's better to have encoded lossily, than to never have encoded at all.
      • ruaok groans
      • ruaok
        (even if 14 minutes later, it was still groan worthy)
      • Freso: did you ever receive the 300 DKK?
      • Freso
        ruaok: I did.
      • ruaok
        ah, good to know.
      • then I will leave the woman a great review.
      • Freso
        :)
      • ruaok
        that house worked really well for a summit location.
      • Freso
        Yep.
      • kloeri
        that was a fairly nice house indeed
      • ruaok
        surprisingly ok, even.
      • ianmcorvidae
        :)
      • jesus2099 joined the channel
      • :o apparently I've submitted or skipped my whole flac folder!