#musicbrainz-devel

/

      • JesseW joined the channel
      • 2015-03-11 07031, 2015

      • ianmcorvidae joined the channel
      • 2015-03-11 07012, 2015

      • Nyanko-sensei
        how to run MB as daemon on rika?
      • 2015-03-11 07031, 2015

      • ianmcorvidae
        Nyanko-sensei: most people just run it in screen, if you're familiar with that
      • 2015-03-11 07018, 2015

      • Nyanko-sensei
        hmm... so screen it is then...
      • 2015-03-11 07021, 2015

      • ianmcorvidae
        Nyanko-sensei: if you're not: run `screen`, it'll pop you into another shell, run whatever you want there, then ctrl-a d to detach from the screen, and `screen -rd` to reattach later (or `screen -rd <stuff>` if you have multiple
      • 2015-03-11 07040, 2015

      • Nyanko-sensei
        was wondering if there's a better way of doing it
      • 2015-03-11 07048, 2015

      • ianmcorvidae
        not really, for that sort of thing
      • 2015-03-11 07016, 2015

      • ianmcorvidae
        the console output can be useful too, I guess it could be a daemon + logging somewhere, maybe with something like daemontools as a normal user
      • 2015-03-11 07032, 2015

      • ianmcorvidae
        but screen is easy enough to solve the problem so we haven't really investigated further I guess :)
      • 2015-03-11 07040, 2015

      • Nyanko-sensei
        I see :3
      • 2015-03-11 07027, 2015

      • Nyanko-sensei
        will run it now to not leave the cat there all the time. and start on the mobile stylesheet once I'll get freer from work
      • 2015-03-11 07017, 2015

      • Nyanko-sensei
        redesigned the mobile website at work and now have 1 more month worth of fixes to make and deploy
      • 2015-03-11 07020, 2015

      • Nyanko-sensei
        :fun:
      • 2015-03-11 07008, 2015

      • ianmcorvidae
        heh :) sounds fairly standard. fix one thing, produce at least three new things to fix!
      • 2015-03-11 07019, 2015

      • nikki
        job security :P
      • 2015-03-11 07047, 2015

      • d4rkie joined the channel
      • 2015-03-11 07056, 2015

      • JesseW joined the channel
      • 2015-03-11 07011, 2015

      • ijabz2 joined the channel
      • 2015-03-11 07027, 2015

      • KRS-Cuan joined the channel
      • 2015-03-11 07023, 2015

      • acampbell joined the channel
      • 2015-03-11 07013, 2015

      • D4RK-PH0ENiX joined the channel
      • 2015-03-11 07054, 2015

      • kahu joined the channel
      • 2015-03-11 07010, 2015

      • diana_olhovik_ joined the channel
      • 2015-03-11 07023, 2015

      • diana_olhovik_ joined the channel
      • 2015-03-11 07001, 2015

      • Freso
        ianmcorvidae: "maybe with something like daemontools as a normal user" - `systemctl --user` \o/
      • 2015-03-11 07007, 2015

      • ianmcorvidae
        Freso: not on an ancient-ish ubuntu machine, no :P
      • 2015-03-11 07012, 2015

      • Freso
        (Of course, that'd require moving to a *buntu that has systemd, probably instead of Upstart.)
      • 2015-03-11 07015, 2015

      • ianmcorvidae
        (but yes, in principle the same idea, yeah)
      • 2015-03-11 07032, 2015

      • Freso
        :)
      • 2015-03-11 07059, 2015

      • zas joined the channel
      • 2015-03-11 07020, 2015

      • reosarevok joined the channel
      • 2015-03-11 07024, 2015

      • AphroZenStorm joined the channel
      • 2015-03-11 07056, 2015

      • ijabz2 joined the channel
      • 2015-03-11 07011, 2015

      • kahu joined the channel
      • 2015-03-11 07027, 2015

      • Junior_ joined the channel
      • 2015-03-11 07030, 2015

      • ijabz2 joined the channel
      • 2015-03-11 07020, 2015

      • ocharles_ high fives Freso
      • 2015-03-11 07013, 2015

      • ijabz2 joined the channel
      • 2015-03-11 07000, 2015

      • Mineo
        oh, is --user no longer an experimental feature?
      • 2015-03-11 07039, 2015

      • ruaok joined the channel
      • 2015-03-11 07015, 2015

      • ruaok
      • 2015-03-11 07043, 2015

      • Freso
        Mineo: I'm user it a fair amount. I don't know anything about it being experimental.
      • 2015-03-11 07026, 2015

      • Freso
        ruaok: Short and sweet.
      • 2015-03-11 07045, 2015

      • Freso
        I still like Debian's more though.
      • 2015-03-11 07006, 2015

      • ruaok
        short and sweet since it punts on that hard bits. all it says is: go complain to mommy.
      • 2015-03-11 07040, 2015

      • ianmcorvidae
        the closing movie reference is (hopefully unintentional) gatekeeping as well
      • 2015-03-11 07016, 2015

      • ianmcorvidae
        the whole thing reads a bit as mutual back-patting from the appropriate in-crowd
      • 2015-03-11 07059, 2015

      • ianmcorvidae
        it's possibly better than nothing, but that's not much :P
      • 2015-03-11 07042, 2015

      • ijabz2
        Just wondering, I don't find Musicbrainz reports that useful because you cant search or sort against the whole report, you have to view page by page
      • 2015-03-11 07011, 2015

      • ijabz2
        Would it be more useful if the reports were output in a spreadsheet format
      • 2015-03-11 07025, 2015

      • ijabz2
        then user user could sort/search locally usuing spreadsheet tool
      • 2015-03-11 07020, 2015

      • ocharles_
        I imagine that would be quite a straight forward patch - the reports are pregenerated into database tables, so you'd just need to export that table into CSV
      • 2015-03-11 07043, 2015

      • ocharles_
        i guess the tricky thing is that would require loading each entity for the many tens/hundreds of pages, which probably has quite a high memory requirement
      • 2015-03-11 07037, 2015

      • ijabz2
        Because the report tables just contain ids rather than the data you view when you look at the report ?
      • 2015-03-11 07032, 2015

      • ijabz2
        But forgetting about impl, just wondering if anyone else thought havin data output as spreaddshet rather than html pages would be useful ?
      • 2015-03-11 07028, 2015

      • Freso
        I only use the reports when I go to work on any such reports, in which case I don't need any further sorting than it has on its own.
      • 2015-03-11 07041, 2015

      • Freso
        (And I'm guessing that the report table only stores ids, yes, since if you refresh the report after having fixed whatever issue there was, the new data is accurately reflected.)
      • 2015-03-11 07040, 2015

      • johtso joined the channel
      • 2015-03-11 07026, 2015

      • Junior_ joined the channel
      • 2015-03-11 07048, 2015

      • ruaok joined the channel
      • 2015-03-11 07015, 2015

      • ijabz2
        freso true i didnt think of the data update aspect, as i thought there would be no change until report recreated
      • 2015-03-11 07022, 2015

      • KRS-Cuan
        Don't see much use in feeding this into an external spreadsheet tool. Maybe more for something like Google Docs, as you at least won't have to switch apps.
      • 2015-03-11 07036, 2015

      • KRS-Cuan
        But some additional options to sort and filter might be nice.
      • 2015-03-11 07059, 2015

      • KRS-Cuan
        E.g. if I want to go through one of the language reports, but only look at stuff with German language.
      • 2015-03-11 07042, 2015

      • Freso
        Maybe being able to add report id as a search qualifier?
      • 2015-03-11 07006, 2015

      • Freso
        Search for Releases with reportid:UUID AND languagecode:de
      • 2015-03-11 07023, 2015

      • Freso
        (I can't remember the languagecode specifier, but you get the idea.)
      • 2015-03-11 07044, 2015

      • ijabz2
        Well that would be great, but adding search criteria to each report would be alot of work.
      • 2015-03-11 07008, 2015

      • ijabz2
        So my idea was to generate as sptreadsheet so all the searching is then offloaded into the spreadsheet s/w
      • 2015-03-11 07016, 2015

      • ijabz2
        (or Google Docs, possibly)
      • 2015-03-11 07023, 2015

      • KRS-Cuan
        I think what Freso meant was to filter the results of an advanced search to releases in e.g. http://musicbrainz.org/report/ReleasedTooEarly that are in German.
      • 2015-03-11 07020, 2015

      • Freso
        KRS-Cuan: It could work either way, but yeah. I have no idea how cheap or easy it would be to compare a given list of ids with the ids returned from a search result.
      • 2015-03-11 07042, 2015

      • ohrstrom joined the channel
      • 2015-03-11 07036, 2015

      • ujjwal joined the channel
      • 2015-03-11 07004, 2015

      • dns53 joined the channel
      • 2015-03-11 07049, 2015

      • ujjwal joined the channel
      • 2015-03-11 07012, 2015

      • dns53
        i
      • 2015-03-11 07014, 2015

      • dns53
        o
      • 2015-03-11 07018, 2015

      • ruaok
        error
      • 2015-03-11 07019, 2015

      • dns53
      • 2015-03-11 07019, 2015

      • Freso
        :)
      • 2015-03-11 07059, 2015

      • dns53
        what should the bpm tag be, i think it is TBPM in mp3 but what about vorbis?
      • 2015-03-11 07007, 2015

      • Mineo
        you only need to set metadata["bpm"] and picard will handle the conversion to format specific tags for you
      • 2015-03-11 07044, 2015

      • Freso
        dns53: Btw.
      • 2015-03-11 07047, 2015

      • Freso looks up...
      • 2015-03-11 07016, 2015

      • Freso
      • 2015-03-11 07027, 2015

      • Freso
        Maybe you can using something from that?
      • 2015-03-11 07036, 2015

      • Freso
        Or merge the two efforts together?
      • 2015-03-11 07048, 2015

      • Freso
        I didn't look at your code yet, so not sure how similar the approaches are.
      • 2015-03-11 07049, 2015

      • dns53
        well i don't know python or picard that well so my code just has enough to work, i'm using json and urllib to just fetch the file and parse it
      • 2015-03-11 07020, 2015

      • dns53
        your code looks a lot better and i can see it fetches the data using the existing picard pull methods
      • 2015-03-11 07020, 2015

      • Freso
        (Though really, it's just ariscop's. My changes are minimal.)
      • 2015-03-11 07020, 2015

      • ujjwal joined the channel
      • 2015-03-11 07016, 2015

      • D4RK-PH0ENiX joined the channel
      • 2015-03-11 07054, 2015

      • leyyin joined the channel
      • 2015-03-11 07015, 2015

      • AnjaliUjjainia joined the channel
      • 2015-03-11 07022, 2015

      • D4RK-PH0_ joined the channel
      • 2015-03-11 07011, 2015

      • JesseW joined the channel
      • 2015-03-11 07006, 2015

      • D4RK-PH0_ joined the channel
      • 2015-03-11 07021, 2015

      • ijabz2 joined the channel
      • 2015-03-11 07024, 2015

      • alastairp
        hey, so.
      • 2015-03-11 07040, 2015

      • alastairp
        mad props to whoever did the caa editor, because it works really well
      • 2015-03-11 07044, 2015

      • ruaok
      • 2015-03-11 07048, 2015

      • ruaok
        feh.
      • 2015-03-11 07004, 2015

      • alastairp
        (including when I deleted files out from under it, it complained, I restored the files and hit add edit again, and it did the right thing!)
      • 2015-03-11 07044, 2015

      • ijabz2 joined the channel
      • 2015-03-11 07030, 2015

      • reoafk
        :)
      • 2015-03-11 07017, 2015

      • zas joined the channel
      • 2015-03-11 07018, 2015

      • leonardo joined the channel
      • 2015-03-11 07019, 2015

      • djinni` joined the channel
      • 2015-03-11 07023, 2015

      • red_beard joined the channel
      • 2015-03-11 07007, 2015

      • mjc_ joined the channel
      • 2015-03-11 07006, 2015

      • ujjwal joined the channel
      • 2015-03-11 07016, 2015

      • red_beard has left the channel
      • 2015-03-11 07006, 2015

      • ruaok joined the channel
      • 2015-03-11 07025, 2015

      • anindya joined the channel
      • 2015-03-11 07041, 2015

      • anindya
        Hi, I am Anindya Chakravarti. I am Computer Science undergrad at IIT Roorkee. I am setting up my development environment and looking for bugs to fix. Can anyone direct me to bugs easy to fix so that I can dive into codebase faster.
      • 2015-03-11 07003, 2015

      • Gentlecat joined the channel
      • 2015-03-11 07006, 2015

      • chirlu` joined the channel
      • 2015-03-11 07031, 2015

      • yeeeargh joined the channel
      • 2015-03-11 07035, 2015

      • derwin
        there is a bug tracker
      • 2015-03-11 07053, 2015

      • priyank joined the channel
      • 2015-03-11 07054, 2015

      • derwin
        greetings anindya :D
      • 2015-03-11 07004, 2015

      • priyank
        Hello can anybody tell me which id does acousticbrainz use to detect track's. and what is gid in track table ??
      • 2015-03-11 07008, 2015

      • alastairp
        acousticbrainz uses musicbrainz recording ids from tags in the file that it analyses
      • 2015-03-11 07053, 2015

      • alastairp
        when you say track table - do you mean the track table in the musicbrainz database? the gid is the musicbrainz track id. be careful - this is not the same as a recording id
      • 2015-03-11 07047, 2015

      • alastairp
      • 2015-03-11 07015, 2015

      • priyank
        Thank You that really helped : )
      • 2015-03-11 07022, 2015

      • anindya
        derwin : Hello
      • 2015-03-11 07011, 2015

      • KRS-Cuan joined the channel
      • 2015-03-11 07045, 2015

      • yeeeargh joined the channel
      • 2015-03-11 07002, 2015

      • anindya has left the channel
      • 2015-03-11 07009, 2015

      • AnjaliUjjainia joined the channel
      • 2015-03-11 07026, 2015

      • diana_olhovik_ joined the channel
      • 2015-03-11 07056, 2015

      • vacuummantis joined the channel
      • 2015-03-11 07010, 2015

      • reosarevok joined the channel
      • 2015-03-11 07022, 2015

      • kepstin-laptop joined the channel
      • 2015-03-11 07056, 2015

      • Lotheric joined the channel
      • 2015-03-11 07016, 2015

      • LordSputnik joined the channel
      • 2015-03-11 07006, 2015

      • ijabz2 joined the channel
      • 2015-03-11 07038, 2015

      • ohrstrom joined the channel
      • 2015-03-11 07007, 2015

      • anindya joined the channel
      • 2015-03-11 07017, 2015

      • aayush joined the channel
      • 2015-03-11 07051, 2015

      • Junior_ joined the channel
      • 2015-03-11 07011, 2015

      • Mineo joined the channel
      • 2015-03-11 07013, 2015

      • Freso
        alastairp: I think bitmap made it, IIRC? If not, I guess it was Ian. :)
      • 2015-03-11 07042, 2015

      • bitmap
        oh, the caa editor?
      • 2015-03-11 07049, 2015

      • Freso
        derwin: Feel free to toss https://wiki.musicbrainz.org/Development/Summer_o… after GSoC looking people. (E.g., anyone from India that are not usually here.)
      • 2015-03-11 07002, 2015

      • bitmap
        that was warp, I think :)