#metabrainz

/

      • reosarevok
        It's not the best order, but...
      • (this whole system is a spaghetti mess)
      • kellnerd
        Yeah, translating this thing already was a nightmare before, so just leave it as is for now.
      • reosarevok
        I'll move it to the start for now
      • Least bad option
      • There, "fixed"
      • huhridge has quit
      • kellnerd
        Great :) It shouldn't even get any worse for the German translation, luckily a capella does not change the article (which currently varies for medley).
      • reosarevok
        And added MBS-13496 - bitmap, I think our interpolation code makes more assumptions than it should, we should check it when you're around :)
      • BrainzBot
        MBS-13496: Link phrase interpolation dies on multi-word attribute names https://tickets.metabrainz.org/browse/MBS-13496
      • BrainzGit
        [bookbrainz-site] 14MonkeyDo merged pull request #1069 (03master…override-dep): chore(deps): Override dependency for react-select-fast-filter-options https://github.com/metabrainz/bookbrainz-site/p...
      • monkey
        huhridge: I can go to your page of listens and play any track. Let's say I don't have spotify or any other service connected, BrainzPlayer can search on the IA for a match and if there is one, play from that IA resource
      • Frans joined the channel
      • rimskii[m] has quit
      • huhridge joined the channel
      • huhridge
        monkey: okay that makes sense, so if a track is not on any streaming service then the integration is moot right
      • i guess adding those to musicbrainz can be another project
      • seperate from this
      • monkey
        What BrainzPlayer currently does is try on each connected service it can, and if there are no matches it skips the track
      • huhridge
        okay okay that makes sense
      • i understand it now finally! thanks!!!
      • monkey
        👍 don't hesitate if you have more questions
      • huhridge
        monkey: i probably will 😭😭 i'll be sure to ask them
      • so should i start working on it right away or work on the proposal and stuff first
      • or should i open some more PRs first?
      • pranav[m] joined the channel
      • pranav[m] uploaded an image: (2228KiB) < https://matrix.moviebrainz.org/_matrix/media/v3/download/matrix.org/eKQCxZaFkuAbLrYUfsscTNFX/ima_1211787.jpeg >
      • pranav[m]
        akshaaatt (IRC): Hi, while creating a proposal for The Artist Pages in LB app, I found user profile pages in Figma. So can I implement the same in the project or shud I make ui mocks for user pages as well? Thanks
      • monkey
        huhridge: We always request to post the proposal on our public forum first (template here: https://wiki.musicbrainz.org/Development/Summer...).
      • We also want to see the quality of your code so opening PRs is also a requirement
      • huhridge
        monkey: okay will definitely do!
      • reosarevok
        bitmap: oh, so Error: Failed to parse string "{a cappella} {live} {medley:medley including a} {partial} {instrumental} {cover} {karaoke} recording of" at position 0: unexpected token
      • I guess it's a wider issue with expand not supporting the spaces?
      • pranav[m]
        * akshaaatt (IRC) @aerozol: Hi,
      • akshaaatt
        pranav[m]: the artist’s page should replicate the one on website
      • For example
      • pranav[m]
        akshaaatt (IRC): I went thru all the pages on the web.. but it has too many components to offer a sleek look on the LB app… so I was confused on what to include..
      • Frans has quit
      • I don’t have a great design mind so wanted to chat with aerozol but he might not me up
      • Be*
      • reosarevok
        I'm going to assume he's not, it's almost 2 AM for him
      • pranav[m]
        Yeah that’s why..
      • akshaaatt
        That sounds fair then pranav[m] . Wait for aerozol to be around and have a chat with him. He’s the decision maker here.
      • reosarevok
        He'll be around at meeting time I expect
      • pranav[m]
        Yup I’ll have a chat with him post today’s meeting
      • akshaaatt
        Great!
      • huhridge has quit
      • Shivam58 joined the channel
      • shivam2002 has quit
      • Shivam58 has quit
      • Shivam2002 joined the channel
      • Shivam58 joined the channel
      • Shivam2002 has quit
      • Shivam58 is now known as Shivam2002
      • Shivam2002
        monkey: could you point me to few of the issues that I can work on as someone new to the project for my initial PRs?
      • I am particularly interested on the LB project
      • huhridge joined the channel
      • monkey
        Shivam2002: you can look at the good-first-bug tickets, or any other unassigned ticket that tickles your fancy: https://tickets.metabrainz.org/issues/?filter=1...
      • rimskii[m] joined the channel
      • rimskii[m]
        Im sorry for repeating the message, but i still couldnt resolved it. I have encountered the problem
      • "[webpack-cli] HookWebpackError: The "path" argument must be of type string. Received undefined" when launching static-builder
      • is there any way to solve it? :_)
      • huhridge has quit
      • pranav[m]
        aerozol (IRC): hey, long time. Could we please have a chat after today’s meet? I have prepare some wireframes for what the artist pages album pages and user pages shud look on LB ANDROID.. would love for your feedback so I can start working on the UI for my GSoC application.. thanks :)
      • bitmap
        reosarevok: you can support spaces by modifying `varSubst` and `condSubstStart` RegExps in expand2.js, and `linkSubstStart` in expand2react.js
      • reosarevok
        Is that safe or will it cause issues elsewhere though?
      • if we're assuming this is not a thing that happen
      • I'll check in a bit anyway
      • bitmap
        dunno, I'd suggest using an underscore instead (which is already supported), since they're intended to map to object property names, but adding space seems okay if it helps prevent breaking the website
      • `Entity::Relationship::_interpolate` may already support spaces
      • reosarevok
        Well, we display the attribute names in places, so we shouldn't make them be underscored (at least the non-interpolated ones, anyway)
      • Another thing is that we *could* make it so that the attributes with spaces get interpolated as underscores, though?
      • bitmap
        yeah that could work
      • it's not a big deal if we have to quote them though
      • reosarevok
        Not sure where that should get done though :)
      • Also in the same places in expand2?
      • bitmap
        `getVarSubstScalarArg` I guess?
      • monkey
        rimskii[m]: No idea what's going on, but what I usually do in this case is rebuild the static_builder image
      • `./develop.sh build static_builder`
      • Sometimes when we move, add or remove front-end files or dependencies we need to rebuild the builder
      • rimskii[m]
        i see
      • ok i will try thank you very much :)
      • BrainzGit
        [musicbrainz-server] 14reosarevok opened pull request #3185 (03master…MBS-12441): MBS-12441: Handle Yandex Music links https://github.com/metabrainz/musicbrainz-serve...
      • minimal joined the channel
      • reosarevok
        bitmap: Hmm. Do we have any documentation for all these layers upon layers of things?
      • Logging what gets passed to getVarSubstScalarArg it includes all sort of things, including things like "choir vocals" where we very much would not want to underscore anything
      • bitmap
        I'd start with just adding support for spaces and see if anything breaks
      • (it shouldn't)
      • if that works I wouldn't bother mapping anything to underscores...now that I think of it, it might cause other problems in linkPhrase.js
      • reosarevok
        Yeah that seems to just work so
      • Thanks
      • huhridge joined the channel
      • zima_blue joined the channel
      • BrainzGit
        [musicbrainz-server] 14reosarevok opened pull request #3186 (03master…MBS-13496): MBS-13496: Support attributes with spaces in link phrase interpolation https://github.com/metabrainz/musicbrainz-serve...
      • Lotheric_ joined the channel
      • Lotheric has quit
      • yvanzo
      • relaxoMob has quit
      • relaxoMob joined the channel
      • lucifer
        monkey: hi! tagging should be fixed for all users on test, beta and prod.
      • monkey
        Wunderbar ! Thank you for looking into it and fixing the issues
      • lucifer
        monkey, ansh: test.lb was running on spa image, i replaced it with the latest release image.
      • monkey
        OK
      • lucifer
        if not already done, please spa branch on latest master.
      • *rebase spa branch
      • monkey
        I think I merged master into it a few days ago, but re-erging now
      • +m
      • ansh
        Okay
      • monkey
        Are you on it ansh or should I?
      • (I already have the branch checked out FWIW)
      • ansh
        I'm not on my machine right now, can you do it?
      • monkey
        Sure thing
      • Yeah, it's already up to date from 3 days ago :+1/
      • pranav[m] has quit
      • relaxoMob has quit
      • relaxoMob joined the channel
      • rimskii[m] has quit
      • akshaaatt
        Hi guys, gotta wake up early tomorrow. So heading to bed. I reviewed many prs for apps last week and we fixed many bugs. Looking forward to doing a beta release this week.
      • zima_blue has quit
      • ApeKattQuest
        akshaaatt: you can email/pm reosarevok wit your review
      • yvanzo
        reosarevok ^ IRCed-review :)
      • Good night!
      • yvanzo[m] joined the channel
      • yvanzo[m] is back to Matrix now!
      • bitmap waves to yvanzo from the primitive IRC world
      • ApeKattQuest
        <3 bitmap
      • prout has quit
      • prout joined the channel
      • ApeKattQuest will like ot go early
      • yvanzo[m]
        I see you, rabbit!
      • bitmap
        :D
      • ApeKattQuest
        🐒
      • 🐇 ?
      • reosarevok
      • monkey
        was just about to ping
      • ApeKattQuest
        i wonder if he is afk for osme reason
      • Sophist_UK joined the channel
      • mayhem
        well, I could start the meeting, if y'all want.
      • ApeKattQuest
        still getting used to timesones
      • I ean, sure go for it
      • mayhem
        <BANG>
      • Welcome everyone, I'll be your host until our regular slacker appears.
      • ApeKattQuest: go
      • ApeKattQuest
        Arararara~! hi!
      • added hungarian duda (magyar duda)
      • adhawkins_ joined the channel
      • reosarevok
        Sorry!
      • ApeKattQuest
        will work on polish dudy/koza this week and then I'll have only the lithuanian dūdmaišis and the czechian dudy/bock left and I will be done with the dude(y/a)s!
      • fin go yvanzo[m] !