#musicbrainz

/

      • Cheezmo has quit
      • Cheezmo_ has quit
      • xtim_41 has quit
      • CatQuest
        Lotheric: each track seems to have an artist
      • iirc if labels are "release artist" on bandcamp we shouldn't put it on mb (or if so, thne VA as the name)
      • Lotheric
        yeah it's a compilation release by artists from the label but on every streaming platforms the release artist is the name of the label and artists are featured so I'm puzzled
      • we can have recordings copyrighted to artists instead of labels, perhaps we should allow label as artists too ?
      • I don't have an opinion on this (yet), just thinking aloud
      • CatQuest
        I'm pretty sure label entity instead of artist on releases is a schema change :D
      • Lotheric
        we're still before the schema change of may though right? riiight? :)
      • reosarevok
        No
      • Lotheric
        party pooper
      • :p
      • reosarevok
        We had to confirm the list of stuff to do a month ago :p
      • Lotheric
        kk
      • what's your opinion on stuff like this though ?
      • Should we strip the mello music group from artist credit ?
      • reosarevok
        Lotheric: honestly I'd probably just do VA here - it just looks like a label sampler?
      • Lotheric
        it's new tracks, not tracks already released
      • I think
      • don't think it's a sampler of stuff already released
      • reosarevok
        Well, sure, but still
      • Dunno, if Label X puts out "this is a bunch of new tracks by our artists" I wouldn't say that's any less VA
      • xtim_41 joined the channel
      • jojo76 joined the channel
      • jojo76 has quit
      • Cheezmo joined the channel
      • jojo99 joined the channel
      • Sylvhem has quit
      • Sylvhem joined the channel
      • jojo99
        Hi! I'm new to contributing to MusicBrainz and am trying to access the "add" pages (add artist, label, release group, etc) through the development server but keep getting an Unauthorized Request page saying that I need to verify my email. But, to my understanding the development server doesn't allow you to save an email. Could someone point me in
      • the right direction
      • reosarevok
        jojo99: if you're running your own server, you can probably do Edit User, set an email, and skip verification, at the very least
      • rdswift
        reosarevok, I just checked using https://test.musicbrainz.org and ran into the same problems as jojo99.
      • reosarevok
        rdswift: https://test.musicbrainz.org/admin/user/edit/a (or whatever) should also allow you to enter an email skipping verification IIRC
      • rdswift
        I tried that but it still required me to verify my email. Once I did that, I was able to edit.
      • Once I responded to the verification email.
      • reosarevok
        Huh. Even if you select the skip verification checkbox?
      • Guess we broke this somehow
      • rdswift
        I'll try again.
      • Same result. Started a new account with the same email address. Updated the account profile and checked the "Skip verification" box. Updates saved (Changed my profile to Auto Editor), but still can't do any edits.
      • Difference is that the verification email says that the email address is already in use.
      • reosarevok
        But you re-entered the mail when selecting "skip verification", right?
      • rdswift
        This is a guess, but I wonder if the check box only means not to require an email verification for those profile changes being submitted (and not the overall account verification).
      • <reosarevok> But you re-entered the mail when selecting "skip verification", right? Yup.
      • reosarevok
        I wrote the checkbox code, it's meant to just save the email address immediately (and at least originally it did that)
      • I'll test
      • rdswift
        And I think that it does. But it dosn't seem to have any impact on the original account validation.
      • reosarevok
        I mean, yes, it won't affect the original email at all, since we don't even store we sent that
      • All we store is the address, if and when it gets validated
      • But it should still validate the email you entered *there*, and allow you to edit
      • If it doesn't it is buggy
      • Updating beta
      • Did a quick test locally, and I can edit just fine after doing that
      • rdswift
        I tried again and this time it seems to have worked. Let me try another test with a new test account.
      • reosarevok
        Ignoring the original email (in fact I don't have email set up locally so it failed to send)
      • rdswift
        Yes, it works. Just not very intuitive (in my opinion).
      • reosarevok
        It's not meant to be, this is an admin tool
      • jojo99: a development server does allow you to save an email, FWIW :) It's just you might not have it set up to be able to send mail in the first place, and in general it'd be messier to do it that way.
      • jojo99
        thanks everyone ! It worked for me without verification.
      • reosarevok
        Easiest option if you have sample data is to just log in as me - reosarevok / pass mb (the default)
      • Oh, ok, then that's good too :D
      • Beta done, updating production
      • rdswift
        Fair enough. What this really means is that the user typically still needs to respond to the account verification email (from the test server) to be able to do editing. Doesn't this potentially expose their email address?
      • ...test editing...
      • reosarevok
        I guess we could have something that skips the verification process if you're using a test server, although that'd make it harder to test the verification process :D
      • rdswift
        It's fine the way it is. Just curious about the possible email address being exposed.
      • I mean, there is that warning on the main page of the test server.
      • reosarevok
        Hmm, I guess that's a fair point
      • Old accounts are marked verified but have no email stored
      • pinoaffe has quit
      • pinoaffe joined the channel
      • But if you add a new one, you'll need to add your email, and I guess everyone would be able to see that...
      • djinni` has quit
      • bitmap: ^ should we make it so that any new user in test servers is verified by default?
      • (we can still set a new email if we want to test the verification process)
      • rdswift
        Could you show a bogus email address for a profile unless you're logged into that profile? Not sure if that makes sense...
      • That might still allow you to test the verification process.
      • reosarevok
        That doesn't help if the password is mb
      • Since I could just log in as you :)
      • I guess if you added a new account you set your own pass though, huh
      • rdswift
        All passwords are mb? I must have missed that. ;-) I set my password on the new account.
      • Sylvhem has quit
      • Just as I would on the production system.
      • reosarevok
        All *default* passwords are mb, if you log in with an existing account
      • But yeah, I guess if you add your own new account, then it has your own new pass
      • bitmap
        reosarevok: if DB_STAGING_TESTING_FEATURES is enabled, that seems sensible
      • rdswift
        So the proper flow is for a new user to create an account in production first, then switch to test to try and learn how to do things before applying their changes to prod?
      • There are some users that want to work in a sandbox before venturing into actual production edits. Perhaps not many...
      • I'm actually one of them. I like to make sure that I (sort of) know what I'm doing first so that I don't f*ck something up.
      • (Or appear to look really stupid in public.) ;-)
      • djinni` joined the channel
      • jojo99 has quit
      • reosarevok
        Production updated
      • rdswift: you could just use my account or any other existing account
      • I usually do my stupid edits as ruaok :p
      • rdswift
        👍
      • reosarevok
        (and the smart ones as myself)
      • gnafu has quit
      • adhi001 has quit
      • Sylvhem joined the channel
      • TOPIC: MusicBrainz Community | See #metabrainz for development and the other *Brainz’s | Channel is logged; see https://musicbrainz.org/doc/IRC for details | Latest Release: https://blog.metabrainz.org/?p=8800 | Picard 2.6 released! https://picard.musicbrainz.org
      • xtim_41 has quit
      • xtim_41 joined the channel
      • xtim_41 has quit
      • Rexodys[m]
        How do I find labels? Like this just say "Catapult" but I cannot find any other info https://www.deezer.com/en/album/6658466
      • I hate labels
      • Lotheric
      • catapult seems to be a digital distributor
      • atj
        Lotheric: I'd set the release artists to VA FWIW. I've seen a few labels' listing themselves as artists on BC. I think it's something to do with the way the backend forms work that prompts people to do that.
      • I've even seen it for single artists release actually!
      • Lotheric
        They released other compilation and they are VA on MB
      • I'll wait for the merge to go through and will do that
      • Rexodys[m], it's probably self-released, indie artist using a digital distributor
      • Rexodys[m]
        That is what I thought but you are never sure haha
      • You found the wbsite, you are better than me 😂
      • 25$ setup fee + 9% of the sales. Damn and ppl complained about steam/google taking 30% haha
      • Oh nvm read that wrong. thought they were taking 91% o.O
      • xtim_41 joined the channel
      • Lotheric
      • found the back cover od the cd version
      • doesn't seem to have a label there
      • leave it blank if you can't be sure
      • it doesn't have to have a label on MB
      • it says here it's an independent release
      • so [self-released] I guess
      • atj, I made the changes. I hope it won't crap my merging edit though :)
      • atj
        Lotheric: LGTM! Might have to give that a listen - big fan of boom bap, although I seem to struggle to find modern stuff I like
      • Lotheric
        I removed all links to the artist entity
      • still doesn't say it will be deleted
      • DO I need to make a remove artist edit or something?
      • atj
        No, there's a scheduled job that removes orphaned entities
      • Just leave it and it will disappear after a while.
      • Lotheric
        That's what I thought bu usually there's a warning box that tells you just that
      • ~but
      • I like boom bap too
      • atj
        Oh, I haven't noticed that before.
      • Lotheric
        I often find new stuff to listen to on https://grownuprap.com/
      • pretty good blog
      • atj
        Ah, it's because of the open edits.
      • Bit confused because I can't see a link to the entity within the open edits for it...
      • But anyway, once those are applied, the orphaned artist will be removed.
      • Rexodys[m]
        How would you write the artist for this group? Do I create a new group "Mario Pelchat présente Les pretres
      • " or just "Les pretres"?The group Les Pretres currently on MB is not the same I believe and Mario Pelchat have none of those albums.
      • atj
        I would have two artist credits with "présente" as the join phrase.
      • Sylvhem has quit