#metabrainz

/

      • Aerozol[m] joined the channel
      • Aerozol[m]
        Since the Discord introduction channel isn't bridged, I'll share that Rostiku has built this: https://github.com/rossprokopchenko/WeAreMusik
      • rostiku[m]
        the public version of the web app is a little buggy as of now, but I appreciate it
      • Jigen has quit
      • Jigen joined the channel
      • lusciouslover has quit
      • lusciouslover joined the channel
      • pite_ has quit
      • yvanzo[m]
        Hi zas, is `search-server.stats` on rex & rudi related to the old search.mb.o endpoint only?
      • Hi lucifer, back to SIR, here is an actionable task that should greatly simplify the code: https://tickets.metabrainz.org/browse/SEARCH-691 :)
      • BrainzBot
        SEARCH-691: Drop web service compatibility
      • Kladky joined the channel
      • __BrainzGit
        [musicbrainz-server] 14yvanzo opened pull request #3589 (03master…drop-solr7dump): Drop dumping Solr 7 search indexes https://github.com/metabrainz/musicbrainz-serve...
      • [metabrainz.org] 14fettuccinae opened pull request #517 (03metabrainz-notifications…remove-depricated): Clean-up PR https://github.com/metabrainz/metabrainz.org/pu...
      • mamanullah7[m]
        hey lucifer if a song is not available on fw then should be simply return null or should be return 10-20 similar songs available in fw servers and play one?
      • <mamanullah7[m]> "i was thinking of dynamically..." <- monkey: ansh Any review?
      • ansh[m]
        <mamanullah7[m]> "Hey ansh: i was going through..." <- Hi! So, we have a default priority list which we had formed based on the performance of the players. Initially all users will have the same priority list, however they have the full liberty to reorder the priority list for themselves.
      • Yes, if a new service is added, it'll not be there in the user's priority list. So what you need to do is find a way to push the newly added service dynamically. This can be handles in the frontend itself, you don't need to modify the user's priority list saved in the database.
      • For removal of a service, I don't think we should handle those cases as of now. If we ever decide to remove a service, we can either mark it as deprecated and just not allow user's to use it, or just remove it from the DB itself, but that's a concern for later.
      • mamanullah7[m]
        Sounds good to me!
      • cant we simply add newly added service in last user priority list? will simply push the new one in last!
      • ansh[m]
        Yes, but do you want to make this change in the database?
      • mamanullah7[m]
        i dont think we need to change anything in db i'm thinking of handling with frontend itself!
      • ansh[m]
        Thats correct, you can simply add the new services in the bottom
      • You can handle all of this in the frontend itself
      • mamanullah7[m]
        Sure!
      • ansh: Thanks for the review!
      • __BrainzGit
        [listenbrainz-server] 14RayyanSeliya opened pull request #3316 (03master…integrating-ia-into-bp): Integrating Internet Archive recordings into Brainzplayer https://github.com/metabrainz/listenbrainz-serv...
      • rayyan_seliya123 has quit
      • rayyan_seliya123 joined the channel
      • rayyan_seliya123
        <lucifer[m]> "rayyan_seliya123: you can..." <- hey lucifer I have just created a new PR for this and pushed my latest changes to it you can have a look also i have attached the video of my player in that pr itself and i am eager to have a feedback on it and what i am missing more on it and what to add further ?
      • petitminion joined the channel
      • petitminion has quit
      • lucifer[m]
        <mamanullah7[m]> "hey lucifer if a song is not..." <- return null, BP will try a different source or skip it
      • <rayyan_seliya123> "hey lucifer I have just created..." <- will try review later today or tomorrow
      • rayyan_seliya123: if you want you can try adding an api endpoint to LB server, to search the table for the artist/track etc and return a result.
      • mamanullah7[m]
        lucifer[m]: lucifer: the search query returning random songs from the funkwhale servers if a song not present in the servers, i'm trying to improve and filtering manually if not it will be highly inaccurate as fw is self hoisted so the availablity of songs is much more lesser!?
      • lucifer[m]
        m.amanullah7: i see, leave a comment in your PR and i'll try to look into it
      • mamanullah7[m]
        Sure and also the refresh, token one!!
      • lucifer[m]
        yes sure, i probably won't have the time today but remind me tomorrow.
      • mamanullah7[m]
        lucifer: I'll push some changes today and will let u know! and i also need review for frontend part i think i'm making frontend much more complex lol!
      • lucifer[m]: Sure no issue!
      • rayyan_seliya123
        <lucifer[m]> "rayyan_seliya123: if you want..." <- lucifer:sure ! I'll think about it and can u please look at the pr I am doing it in a correct way or not ? in your free time so that it would be helpful for me to understand and go further for api ..
      • lucifer[m]
        mamanullah7[m]: for the frontend, monkey and ansh will be able to assist you better but yes list down your questions in the PR for now I guess.
      • and i'll check it too.
      • mamanullah7[m]
        lucifer: Sure
      • __BrainzGit
        [mb-solr] 14yvanzo opened pull request #67 (03master…fix-typo): Fix typo in the output of `remove-backup-archives` https://github.com/metabrainz/mb-solr/pull/67
      • reosarevok[m]
        yvanzo: re https://github.com/metabrainz/musicbrainz-serve... I have no idea what I did, I've never used inkscape before. I was hoping I could just move the lines to make some sense and that would do the trick, but it seems that's not it then
      • I guess at least for some of them, the suggestion is to drop the regenerated image entirely and just change some text by hand in the svg file or?
      • yvanzo[m]
        reosarevok: No, it is to drop the unnecessary visual changes only.
      • Mainly line changes.
      • reosarevok[m]
        Yeah, but all those visual changes were forced by the way the image was generated IIRC - in that as soon as the new image was generated, the lines were a horrible garbled mess
      • And I had to move them all around
      • That's why I'm asking if I should just edit the svg source to change strings instead
      • yvanzo[m]
        "change some text", "change strings", if you mean SVG code, yes.
      • Once the SVG code is normalized (using the make normalized), it is easy to pick up changes using gitk (and its git gui).
      • mamanullah7[m]
        lucifer: i've pushed the latest changes later u can have a look!
      • __BrainzGit
        [mb-solr] 14yvanzo merged pull request #67 (03master…fix-typo): Fix typo in the output of `remove-backup-archives` https://github.com/metabrainz/mb-solr/pull/67
      • mamanullah7[m]
        Hey monkey ansh frontend is also ready to review now, as suggested by monkey about fwIcon, styling etc i've tried to match the styling! You can have a look and let me know if anything i can improve or any changes needed!
      • monkey[m] joined the channel
      • monkey[m]
        Link to the PR please :)
      • mamanullah7[m]
        Sorry! My bad
      • * monkey: Sorry! My
      • monkey[m]
        All good! Will review when I have a moment
      • mamanullah7[m]
        Sure!
      • monkey[m]
        I don't have a funkwhale server myself, any tips for testing the PR?
      • mamanullah7[m]
        U can use mine or lucifer: can create a new user for u!
      • lucifer[m]
        monkey, mayhem, ansh : team meeting on coming monday?
      • mayhem[m] joined the channel
      • mayhem[m]
        coming monday, please.
      • monkey[m]
        I am free.
      • mayhem[m]
        #accountinghell
      • monkey[m]
        The 7th?
      • lucifer[m]
        mayhem[m]: 7th right or do you mean the one after?
      • mayhem[m]
        7th is fine
      • lucifer[m]
        cool
      • reosarevok[m]
        bitmap, aerozol: MBS-14084 makes sense to me, but what do you feel? Re: making events sort newest first, sorting of course we all want but that's a different, longer ticket :p
      • BrainzBot
        MBS-14084: Improve events: Sort by DESC (Newest First) or allow toggle https://tickets.metabrainz.org/browse/MBS-14084
      • yvanzo[m]
        reosarevok: Here is an actionable task to catch up with maintenance: https://tickets.metabrainz.org/browse/MBS-12729
      • BrainzBot
        MBS-12729: Drop support for search.musicbrainz.org
      • __BrainzGit
        [sir] 14yvanzo opened pull request #169 (03master…upd-deps): Update requests and urllib3 dependencies https://github.com/metabrainz/sir/pull/169
      • yvanzo[m]
        lucifer: I’m unsure why a pair of docstrings refer to `urllib2.URLError` ^^
      • pite joined the channel
      • lucifer[m]
        yvanzo: can you point me to the error traceback?
      • pite_ joined the channel
      • pite has quit
      • __BrainzGit
        [metabrainz.org] 14mayhem merged pull request #517 (03metabrainz-notifications…remove-depricated): Clean-up PR https://github.com/metabrainz/metabrainz.org/pu...
      • Maxr1998 joined the channel
      • Maxr1998_ has quit
      • yvanzo[m]
        lucifer: It is just about outdated docstrings: https://github.com/search?q=repo%3Ametabrainz%2...
      • bitmap[m]
        <reosarevok[m]> "bitmap, aerozol: MBS-14084 makes..." <- desc order definitely makes the most sense to me
      • BrainzBot
        MBS-14084: Improve events: Sort by DESC (Newest First) or allow toggle https://tickets.metabrainz.org/browse/MBS-14084
      • __BrainzGit
        [musicbrainz-server] 14mwiencek merged pull request #3588 (03master…mbs-14082): MBS-14082: Log out accounts after they've been marked as spam https://github.com/metabrainz/musicbrainz-serve...
      • BrainzBot
        MBS-14082: Log out accounts after they've been marked as spam https://tickets.metabrainz.org/browse/MBS-14082
      • __BrainzGit
        [musicbrainz-server] 14yvanzo merged pull request #3589 (03master…drop-solr7dump): Drop dumping Solr 7 search indexes https://github.com/metabrainz/musicbrainz-serve...
      • mthax has quit
      • mthax joined the channel
      • outsidecontext[m has quit
      • holycow23[m] has quit
      • HemangMishra[m] has quit
      • jasje[m] has quit
      • Jade[m]1 has quit
      • mamanullah7[m]
        <monkey[m]> "I don't have a funkwhale..." <- monkey: Sorry i missed one thing you need to create tables before u connect fw servers!... (full message at <https://matrix.chatbrainz.org/_matrix/media/v3/...>)
      • holycow23[m] joined the channel
      • holycow23[m]
        hey lucifer have you added genre data to the test so, I could test it out and wind up the genre stats
      • __BrainzGit
        [musicbrainz-server] 14mwiencek merged pull request #3579 (03master…update-test-services): Update test services https://github.com/metabrainz/musicbrainz-serve...
      • [musicbrainz-server] 14mwiencek merged pull request #3577 (03master…update-supported-browsers-2025): Update supported browsers https://github.com/metabrainz/musicbrainz-serve...
      • HSOWA has quit
      • HSOWA joined the channel
      • Kladky has quit
      • aerozol[m]1 joined the channel
      • aerozol[m]1
        <reosarevok[m]> "bitmap, aerozol: MBS-14084 makes..." <- Descending order makes sense to me as well
      • BrainzBot
        MBS-14084: Improve events: Sort lists by newest first https://tickets.metabrainz.org/browse/MBS-14084