#musicbrainz

/

      • rdswift joined the channel
      • ens0 has quit
      • lovesegfault has quit
      • Rotab has quit
      • ens0 joined the channel
      • hibiscuskazeneko joined the channel
      • Rotab joined the channel
      • hibiscuskazeneko has quit
      • hibiscuskazeneko joined the channel
      • lovesegfault joined the channel
      • hibiscuskazeneko has quit
      • dolina has quit
      • albertus11 joined the channel
      • albertus1 has quit
      • ens0 has quit
      • dolina joined the channel
      • Nyanko-sensei joined the channel
      • Nyanko-sensei has quit
      • Nyanko-sensei joined the channel
      • D4RK-PH0ENiX has quit
      • Vacuity_ joined the channel
      • Vacuity has quit
      • hibiscuskazeneko joined the channel
      • Nyanko-sensei has quit
      • D4RK-PH0ENiX joined the channel
      • lovesegfault has quit
      • lovesegfault joined the channel
      • michelv__ joined the channel
      • hibiscuskazeneko has quit
      • d3daim has quit
      • d3daim joined the channel
      • Gore|work joined the channel
      • Gore|work is now known as G0re
      • G0re has quit
      • Gore|work joined the channel
      • Gore|work is now known as G0re
      • Nyanko-sensei joined the channel
      • D4RK-PH0ENiX has quit
      • timbl_ has quit
      • xplt joined the channel
      • yvanzo
        reosarevok: new relationship types/attributes contain musical genres such as jazz, electronic music, early music, where does it show up?
      • reosarevok
        They're subjects for the studied at rel
      • yvanzo
        Thanks, translation files definitely lack context when it comes to relationships.pot
      • albertus11 has quit
      • reosarevok: level of studies are not ordered by level of studies, should I create a STYLE ticket?
      • reosarevok
        No need, if you think that matters I can just do it now
      • yvanzo
        Not a big deal, just noticed it while reviewing new strings on documentation page.
      • Nyanko-sensei has quit
      • D4RK-PH0ENiX joined the channel
      • timbl joined the channel
      • reosarevok
        yvanzo: changed the order now anyway, can't hurt
      • timbl has quit
      • timbl joined the channel
      • yvanzo
        Thank you reosarevok
      • reosarevok
        yvanzo: any ideas how to get better context for these? I guess we could at least somehow try to specify the parent attribute in case it helps?
      • Also, when do we release beta to prod? :)
      • yvanzo
        reosarevok: Yes, po/extract_pot_db is responsible for this and should be improved.
      • reosarevok
        Can you add a ticket?
      • yvanzo
        I’m updating beta now.
      • Alright, will do.
      • reosarevok
        And yes, I got that you were updating beta, that's why I was wondering when do we actually release the beta and start merging again :)
      • Is it too early? Or since all known bugs seem fixed, is today ok?
      • michelv__ has quit
      • d3daim has quit
      • xplt has quit
      • yvanzo
        reosarevok: we probably need at least one extra day.
      • reosarevok
        In case the new patches broke something else?
      • yvanzo
        (just giving time to volunteers to double check)
      • Indeed :)
      • reosarevok
        Ok, sure
      • ens0 joined the channel
      • d3daim joined the channel
      • BCMM joined the channel
      • yvanzo
        reosarevok: added MBS-10132
      • BrainzBot
        MBS-10132: Improve contextual information for localization of relationship types and attributes https://tickets.metabrainz.org/browse/MBS-10132
      • reosarevok
        Thanks!
      • Jinx has quit
      • BCMM has quit
      • Jinx joined the channel
      • ens0 has quit
      • xplt joined the channel
      • ens0 joined the channel
      • m1dgard_ is now known as m1dgard
      • D4RK-PH0ENiX has quit
      • michelv__ joined the channel
      • D4RK-PH0ENiX joined the channel
      • ens0 has quit
      • timbl has quit
      • ens0 joined the channel
      • timbl joined the channel
      • BCMM joined the channel
      • timbl_ joined the channel
      • thomasross is now known as Guest97737
      • thomasross_ joined the channel
      • Guest97737 has quit
      • thomasross_ is now known as thomasross
      • timbl has quit
      • xplt has quit
      • JoeLlama joined the channel
      • culinko joined the channel
      • culinko has quit
      • culinko joined the channel
      • michelv__ has quit
      • michelv__ joined the channel
      • michelv__ has quit
      • JoeLlama has quit
      • rdswift
        CatQuest, when you have a minute can you please review https://wiki.musicbrainz.org/Development/Season...
      • I took the liberty of expanding the item you added, and I'd like to make sure I haven't screwed it up.
      • CatQuest
        oh not at all my ideason these pages were all legit to be sceletons for others to expand
      • you expansion looks great rdswift :O
      • rdswift
        Thanks.
      • CatQuest
        I mean really. wow I didn't even know we could create new tags :o
      • I'd love for a doc writer t ogo int othat
      • rdswift
        It's actually pretty easy. In the script, just include something like $set(new_tag_name,new_tag_value)
      • CatQuest
        yea it basically needs to be explained in a way so people who don't even know code can do it? (maybe something liek that can be added ot tht apge too)
      • rdswift
        You can set a temporary variable (not written as a tag) the same way except start the new_tag_name with an underscore.
      • CatQuest
        like what is "new_tag_value" ? if it has a constant value then why not jsut use that value everywhere
      • yea I read that underscore thing already. i don't really get it either :D
      • rdswift
        If you want a new tag in your file called "MyThoughts", you would include the line $set(MyThoughts,I really like this album)
      • CatQuest
        yea
      • oh here is an example:
      • $copy(new,old)
      • Copies metadata from variable old to new. The difference between $set(new,%old%) is that $copy(new,old) copies multi-value variables without flattening them.
      • what does "faltten them" mean? how is flattenting? it's text strings right?
      • this needs explaining
      • what language is https://picard.musicbrainz.org/docs/scripting/ in anyway? it looks like a code language to me anyway
      • rdswift
        I agree that it needs explaining. I think multi-value tags are initially set as Python lists [ 'Item 1', 'Item 2', 'etc.'] and flattening it turns it into a single string that looks like "Item 1;Item 2;etc."
      • CatQuest
        ah..
      • anyway great work expanding that section
      • rdswift
        I think it's based on the scripting language used for foobar2000. Yeah, looks a bit like a programming languge.
      • Judging by the number of script questions in the community forum, there are a lot of users that find it confusing.
      • CatQuest
        yea. I mean if you're used to programming languages then it's probably very straightforward . it's when you aren't that it's hard to grasp things
      • personlaly I don't know code, but I've been hanging out in here since 2003 and in #meta since it was created. I've.. picked up afew things :D
      • ZaphodBeeblebrox joined the channel
      • ZaphodBeeblebrox has quit
      • ZaphodBeeblebrox joined the channel
      • CatQuest has quit
      • lovesegfault has quit
      • xplt joined the channel
      • timbl_ has quit
      • idlus_ has quit
      • idlus_ joined the channel
      • idlus_ has quit
      • idlus_ joined the channel
      • hibiscuskazeneko joined the channel
      • Vacuity_
        Hi! Question regarding https://musicbrainz.org/release/fcf5434d-9398-4... . I have a CD in hand of that release, but it is definitely no CD-R. The barcode differs in the last 3 digits and the cover looks different (same woman, but different head position). But the Disc-ID (from Picard) is the same as the CD-R entry. What should I do?
      • reosarevok
        New barcode: new release
      • Vacuity_
        So mb won't have a problem with the same Disc-ID appearing in two releases of the same release group?
      • oh my. the situation gets worse. There are currently two release groups, one for digital media, the other for the CD-R release. and the digipak I have in hand has the cover of the digital media release :)
      • I will create the new release in the existing release group that currently contains the digital media release, as the cover and release date match. (https://musicbrainz.org/release/1233aaa5-e813-4...)