#metabrainz

/

May 1st 2021

      • nelgin
        ?
      • _lucifer
        nelgin, https://musicbrainz.org/doc/Replication lists the tables which are replicated. it says edits are not replicated. so i think until an edit has been applied it will not get replicated if that is what you meant by verified updates.
      • nelgin
        Yeah, I think that's what I meant. I had a look for voting and stuff.
      • Using the API, is there a way to query a barcode, catalog number or combination of artist and release (album or whatever) in one query?
      • What about the ability to enter multiple barcodes for a release? I have one here, identical in every way to an existing entry, except the barcode is different.
      • ROpdebee
        nelgin: It's currently not possible to add two barcodes to a single MB release. Different barcode = different release
      • nelgin
        I guess that makes sense, so I just need to make a copy and change the barcode. I'll have to read "the manual" :)
      • _lucifer
        Mr_Monkey: one doubt about the connect services page, if the user wants to switch the permissions, like say they have enabled only streaming but now they want to enable both streaming and import history. we need to send two requests one to disconnect the current service and then second to connect it again with new permissions.
      • currently, the disconnect returns a redirect to the same page. which makes sense as in the current workflow where we show the user an unlink button and them to unlink and link again with the desired permissions.
      • Mr_Monkey
        Yes, that can be improved.
      • Maybe the UX can be similar to radio buttons of sorts (not the style, but the concept: select one deselects the current selection)
      • But I don't think it's a dealbreaker
      • Not an operation users are likely to do very often
      • _lucifer
        yeah right.
      • ROpdebee
      • _lucifer
        so i'll modify the disconnect endpoint to return a json status then?
      • Mr_Monkey
        I think that's a good idea
      • ruaok waves from rainy calella
      • ruaok
        I'm also keeping an eye on the dumps. 2016 for dumping now.
      • nelgin
        ROpdebee, ah that's interesting. I'm going to have to experiment with that.
      • Right now if i don't get a reponse from a barcode, I'm trying a catalog number, but that query will help since i can then directly enter other search terms.
      • I'll check it out tomorrow and update my script.
      • Cyna[m]
        Hey bitmap thanks for the review. Im looking into it. and Sorry for the delay. As for the entire objective of having used the context of messages instead of notifications. It makes more sense now and i might have misunderstood the objective. I'll make some changes to the proposal and see if it fits the objective well
      • reosarevok: yvanzo I dont see the editor schema here https://musicbrainz.org/doc/MusicBrainz_Databas.... Is there something I am missing
      • Im looking for naming conventions to used in items that have editor linked as FK.
      • Also I don't see the script for generating schema as mentioned in the docs. https://github.com/metabrainz/musicbrainz-serve.... This is the route docs linked me to.
      • ROpdebee
        Cyna[m]: The editor table and related tables are in the "Undocumented tables" section, i.e. they haven't been documented (yet)
      • Cyna[m]
        Thanks ROpdebee . Also another question about the statement ``` The SQL scripts that create the schema can be found in our source code repository. ``` Does this mean that the sql scripts implement the schema or create the schema png ?
      • create / generate. We had one last year I think
      • ROpdebee
        I'm not entirely sure about that, but I'd assume it refers to the Create*.sql scripts in admin/sql to create the schemas, PKs, constraints, etc
      • Cyna[m]
        Yep got it. I was looking for the SVG that was used before to create the schema image. but create scripts are far more useful :).
      • BrainzGit
        [musicbrainz-server] y-young opened pull request #2081 (master…MBS-10211): MBS-10211: Formatting Tweet links for recordings https://github.com/metabrainz/musicbrainz-serve...
      • _lucifer
        Mr_Monkey: I did some work on the connect services page and have updated beta with it.
      • Cyna[m]
        Hey bitmap can you help me by listing what type of email notifications are sent to users. ?. I'll look in their respective code and would make things faster.