#metabrainz

/

      • bukwurm
        :D
      • jwf joined the channel
      • samj1912: If you're free anytime this week, I'd love to discuss SOLR with you :)
      • Please also tell me if you recommend that I should read up something before that to get a better grasp. I'll pick up something myself also. :)
      • yagyanshbhatia[m joined the channel
      • dns[m] joined the channel
      • vikrantprasad5[m joined the channel
      • bukwurm_ joined the channel
      • alastairp has quit
      • Lotheric has quit
      • thefar8 has quit
      • anshuman73[m] has quit
      • Guest587 has quit
      • thefar8 joined the channel
      • alastairp joined the channel
      • Lotheric joined the channel
      • GregKNicholson[m joined the channel
      • samj1912
        bukwurm: sure
      • There are quite a few things, so let's give you a reading list when we finally have a discussion
      • I have a feeling you have quite a lot on your plate already :p
      • anshuman73[m] joined the channel
      • Guest587 joined the channel
      • sfunk1x joined the channel
      • bukwurm
        samj1912: Indeed 😅
      • Looking forward to our discussion :)
      • outsidecontext joined the channel
      • Dr-Flay joined the channel
      • Dr-Flay_ joined the channel
      • Dr-Flay has quit
      • Dr-Flay_ is now known as Dr-Flay
      • toddobryan joined the channel
      • toddobryan
        Hey, all. I've started playing around with the MB metadata and I'm noticing some things that need cleaning up, but I'm not sure exactly how to clean them up.
      • reosarevok
        hi toddobryan!
      • What kind of things? :)
      • toddobryan
        Just getting links... :-)
      • For example, this work https://musicbrainz.org/work/380b8a1c-a8ff-339b... is listed as a part of both Act 1 and Act 1, Scene 3 of its opera.
      • While that is technically correct, it doesn't seem to be the pattern work-part relations follow.
      • And it looks like these two works are actually one that need to be merged: https://musicbrainz.org/work/33b68964-21f9-3713... and https://musicbrainz.org/work/6dce820e-0fc5-45d1...
      • I can start editing stuff, but I'm afraid that I'll break links that shouldn't be broken.
      • reosarevok
        Oh god, opera :)
      • Don't worry too much
      • Most opera works are kind of a mess, and the ones which are not you'll notice :)
      • There's probably a lot to merge, so feel free
      • KassOtsimine joined the channel
      • KassOtsimine has quit
      • KassOtsimine joined the channel
      • toddobryan
        How do you merge two works?
      • HSOWA has quit
      • reosarevok
        Click "Merge" on both sidebars
      • Freso
        toddobryan: Also, for editing questions, #musicbrainz is generally a better place to ask/discuss. :)
      • toddobryan: How/where did you find this channel? (You're not the first to ask MB editing questions in here, so maybe some of our documentation needs more fleshing out to say what discussion ought to happen where.)
      • LordSputnik
        bitmap: will the deletion "ping" be sent to other projects after the deletion occurs on MusicBrainz? In which case I can fetch the updated editor name from MusicBrainz
      • bitmap: never mind, I'll just set it to something different in BB
      • Too complex to fetch the new name from MB
      • bitmap: possible issue - BB only received updated editor names from MB when they log in. If MB tries to delete an editor who has been renamed on MB since they last logged in on BB, that user won't be found in BB (but will still exist)
      • The metabrainz_user_id would be more reliable
      • bitmap
        LordSputnik: good point, we'll send the the row id instead then
      • LordSputnik
        OK, when I've got the two PRs done for BB, would you be happy to review to check that things will work with what you've implemented in MB?
      • bitmap
        sure, I'll set up a branch on test.mb or somewhere you can test it too
      • of course I need to actually implement this first :)
      • drsaunder has quit
      • LordSputnik
        I'm glad I'm not the only one who hasn't finished the work for this yet then :D
      • bitmap
        one problem, I don't know if other projects even store the musicbrainz editor row ID
      • LordSputnik
        I guess you could pass BB the ID and everything else the name
      • bitmap
        they probably have the same problem with user renames, so a bit worrying
      • central4 joined the channel
      • central4
        can browse requests be filtered by more than one linked entity?
      • TOPIC: MetaBrainz Community and Development channel | MusicBrainz non-development: #musicbrainz | GSoC https://goo.gl/7jsjG2 | Meeting agenda: Reviews, Mentorship Program (drsaunder), gendered speech (ruaok), MBS-9680 + user renames (bitmap)
      • bitmap
        LordSputnik: we'll decide on a fixed api in the meeting tomorrow
      • LordSputnik
        OK. I've just had a look at LB, and looks like they only fetch "sub" when the LB user is created. Not sure if it gets updated somewhere I can't see
      • iliekcomputers
        None of the python projects store musicbrainz user ids
      • bitmap
        central4: no, the docs probably aren't clear, but only one filter is supported
      • central4
        bitmap: cool, thanks!
      • LordSputnik
        bitmap: iliekcomputers: here is the BB implementation of /delete-user https://github.com/bookbrainz/bookbrainz-site/p... and https://github.com/bookbrainz/bookbrainz-data-j...
      • review welcome :)
      • travis-ci joined the channel
      • travis-ci
        Project bookbrainz-site build #1727: passed in 4 min 19 sec: https://travis-ci.org/bookbrainz/bookbrainz-sit...
      • travis-ci has left the channel
      • travis-ci joined the channel
      • Project bookbrainz-site build #1726: errored in 10 min 2 sec: https://travis-ci.org/bookbrainz/bookbrainz-sit...
      • travis-ci has left the channel
      • iliekcomputers
        LordSputnik: you write very clean code 🙌🏽
      • bukwurm has quit
      • drsaunder joined the channel
      • CatQuest
        :O
      • LordSputnik
        iliekcomputers: thank you :) that's good to hear!
      • I'm going to commit the standard project files to bookbrainz-import (eslint/editorconfig), but will leave userscripts blank (it's really just a collection of subprojects - I haven't included a central license either)
      • Dr-Flay has quit
      • Dr-Flay joined the channel
      • outsidecontext has quit
      • bitmap
        iliekcomputers: would it be difficult to start storing it in lb? not sure how else we can identify the exact user
      • iliekcomputers
        would require a schema change and a script to fill current values, I guess.
      • Dr-Flay has quit
      • Dr-Flay joined the channel
      • central4
        are any of the entity structures across browse, lookup, and search, equivalent? browse and lookup seem to be the same, at least for release-group
      • Freso
        LordSputnik, bitmap: About editor renames and OAuth authentication, Gentlecat actually brought this up a long time ago, but we didn't find a way forward then. I hope we can figure something out now(/tomorrow) though. :)
      • Dr-Flay has quit
      • bitmap: Also keep in mind that there are softwares/sites outside of MeB using MB logins (acoustid.org at the very least - maybe a look in the db can reveal any potential others).
      • D4RK-PH0ENiX has quit
      • D4RK-PH0ENiX joined the channel
      • D4RK-PH0ENiX has quit
      • D4RK-PH0ENiX joined the channel
      • D4RK-PH0ENiX has quit
      • D4RK-PH0ENiX joined the channel