#metabrainz

/

      • reosarevok
        But all tests passed? :D
      • 2024-01-13 01312, 2024

      • yvanzo
        It’s becoming addictive…
      • 2024-01-13 01337, 2024

      • yvanzo
        The issue is that added language is erroneously set, it shouldn’t have a sub-tag.
      • 2024-01-13 01342, 2024

      • yvanzo
        lucifer: that’s good news, which commit was that? (the link is broken)
      • 2024-01-13 01326, 2024

      • relaxoMob has quit
      • 2024-01-13 01332, 2024

      • lucifer
      • 2024-01-13 01355, 2024

      • lucifer
        bitmap has deployed this to test.mb and started a reindex yesterday.
      • 2024-01-13 01308, 2024

      • lucifer
        can you tell how to check its status?
      • 2024-01-13 01310, 2024

      • relaxoMob joined the channel
      • 2024-01-13 01312, 2024

      • yvanzo
        lucifer: from `musicbrainz-solr-test` container logs, it seems to be over since 08:44 UTC
      • 2024-01-13 01339, 2024

      • lucifer
        oh awesome, how do we test it worked fine?
      • 2024-01-13 01349, 2024

      • yvanzo
      • 2024-01-13 01356, 2024

      • lucifer
        seems to be working right?
      • 2024-01-13 01304, 2024

      • yvanzo
        yes :)
      • 2024-01-13 01346, 2024

      • lucifer
        🎉
      • 2024-01-13 01301, 2024

      • lucifer
        so now to move Solr 7 to Solr 9
      • 2024-01-13 01313, 2024

      • yvanzo
        We had some surprises with some entity types and search fields when moving to Solr 9.
      • 2024-01-13 01339, 2024

      • yvanzo
        Nothing that can’t be addressed quickly, but still worth testing each field.
      • 2024-01-13 01332, 2024

      • lucifer
        do you know any one that breaks so i can reproduce it quickly?
      • 2024-01-13 01316, 2024

      • yvanzo
        lucifer: Yes, this commit is totally related to https://github.com/metabrainz/mb-solr/pull/49
      • 2024-01-13 01310, 2024

      • yvanzo
        lucifer: See https://github.com/metabrainz/mbsssss/pull/63 mostly for known breaking changes.
      • 2024-01-13 01320, 2024

      • lucifer
        yvanzo: ah i see, yes that is the same issue.
      • 2024-01-13 01333, 2024

      • relaxoMob has quit
      • 2024-01-13 01343, 2024

      • lucifer
        yvanzo: can we merge the java11 PRs to mb-solr and mmd-schema since it works fine?
      • 2024-01-13 01325, 2024

      • BrainzGit
        [mb-solr] 14amCap1712 closed pull request #34 (03master…samj1912-patch-1): Update .travis.yml https://github.com/metabrainz/mb-solr/pull/34
      • 2024-01-13 01325, 2024

      • yvanzo
        lucifer: there is no change to mmd-schema?
      • 2024-01-13 01350, 2024

      • lucifer
        yvanzo: oh forgot to open the PR, doing it now.
      • 2024-01-13 01330, 2024

      • yvanzo
        Please update `.gitmodules` in your mb-solr PR too.
      • 2024-01-13 01345, 2024

      • lucifer
        i already have done that
      • 2024-01-13 01308, 2024

      • yvanzo
        I don’t see it.
      • 2024-01-13 01308, 2024

      • lucifer
        oh i think i just updated the submodule but not the particular file
      • 2024-01-13 01343, 2024

      • BrainzGit
        [mmd-schema] 14amCap1712 opened pull request #32 (03master…java11-new): Upgrade to Java 11 https://github.com/metabrainz/mmd-schema/pull/32
      • 2024-01-13 01336, 2024

      • lucifer
        i'll rebase this on latest master once, regenerate all the models and update the PR.
      • 2024-01-13 01353, 2024

      • lucifer
        if we merge this PR, then i shouldn't need to update the `.gitmodules` file?
      • 2024-01-13 01324, 2024

      • kellnerd
        Where in the LB codebase does the cover art selection happen? I have a listen here where the displayed cover art is literally the worst choice for the whole release group: An image with types other+Raw/unedited from the only release which does not have a front cover 😂
      • 2024-01-13 01323, 2024

      • lucifer
        kellnerd: link to the listen?
      • 2024-01-13 01308, 2024

      • kellnerd
        Sent you a PM
      • 2024-01-13 01348, 2024

      • mayhem
        clearly we need to document all this cover art black magic. I honestly never thought cover art could get so complicated.
      • 2024-01-13 01357, 2024

      • kellnerd
        It was submitted manually via the website, which seems to think that is the canonical release.
      • 2024-01-13 01342, 2024

      • kellnerd
        "mbid_mapping" suggests a better cover but that is apparently ignored in favor of the canonical release, although that one has no front cover.
      • 2024-01-13 01335, 2024

      • kellnerd
        The problem is that the listens contains a release MBID although the "Add listens" popup gives me no choice to select a release, only the recording.
      • 2024-01-13 01334, 2024

      • lucifer
        kellnerd: i took a look at the data, this seems like a bug in frontend or the backend to me. only front cover arts should be used.
      • 2024-01-13 01353, 2024

      • lucifer
        the cover art that appears in your case is not marked front so it should never show up in any case.
      • 2024-01-13 01300, 2024

      • lucifer
        i'll try to fix it.
      • 2024-01-13 01306, 2024

      • kellnerd
        I thought so. Falling back to something else if there is no front cover across the whole RG might make sense, but not if other releases have a front cover. Thanks!
      • 2024-01-13 01320, 2024

      • kellnerd
        Ha, found the place in the code at least: https://github.com/metabrainz/listenbrainz-server…
      • 2024-01-13 01319, 2024

      • BrainzGit
        [listenbrainz-android] 14akshaaatt merged pull request #334 (03dev…YIM/Fixes): Add status bar and nav bar colors https://github.com/metabrainz/listenbrainz-androi…
      • 2024-01-13 01339, 2024

      • BrainzGit
        [listenbrainz-android] 14dependabot[bot] closed pull request #303 (03dev…dependabot/gradle/dev/androidx.lifecycle-lifecycle-runtime-compose-2.7.0-rc02): Bump androidx.lifecycle:lifecycle-runtime-compose from 2.7.0-beta01 to 2.7.0-rc02 https://github.com/metabrainz/listenbrainz-androi…
      • 2024-01-13 01342, 2024

      • BrainzGit
        [listenbrainz-android] 14dependabot[bot] closed pull request #304 (03dev…dependabot/gradle/dev/org.mockito.kotlin-mockito-kotlin-5.2.1): Bump org.mockito.kotlin:mockito-kotlin from 5.1.0 to 5.2.1 https://github.com/metabrainz/listenbrainz-androi…
      • 2024-01-13 01345, 2024

      • BrainzGit
        [listenbrainz-android] 14dependabot[bot] closed pull request #305 (03dev…dependabot/gradle/dev/com.squareup.okhttp3-mockwebserver-5.0.0-alpha.12): Bump com.squareup.okhttp3:mockwebserver from 5.0.0-alpha.11 to 5.0.0-alpha.12 https://github.com/metabrainz/listenbrainz-androi…
      • 2024-01-13 01346, 2024

      • BrainzGit
        [listenbrainz-android] 14dependabot[bot] closed pull request #319 (03dev…dependabot/gradle/dev/org.mockito-mockito-core-5.8.0): Bump org.mockito:mockito-core from 5.7.0 to 5.8.0 https://github.com/metabrainz/listenbrainz-androi…
      • 2024-01-13 01349, 2024

      • BrainzGit
        [listenbrainz-android] 14dependabot[bot] closed pull request #302 (03dev…dependabot/gradle/dev/com.squareup.okhttp3-okhttp-5.0.0-alpha.12): Bump com.squareup.okhttp3:okhttp from 5.0.0-alpha.11 to 5.0.0-alpha.12 https://github.com/metabrainz/listenbrainz-androi…
      • 2024-01-13 01355, 2024

      • BrainzGit
        [listenbrainz-android] 14dependabot[bot] closed pull request #322 (03dev…dependabot/gradle/dev/org.jsoup-jsoup-1.17.2): Bump org.jsoup:jsoup from 1.16.2 to 1.17.2 https://github.com/metabrainz/listenbrainz-androi…
      • 2024-01-13 01300, 2024

      • BrainzGit
        [listenbrainz-android] 14dependabot[bot] closed pull request #321 (03dev…dependabot/gradle/dev/com.squareup.okhttp3-logging-interceptor-5.0.0-alpha.12): Bump com.squareup.okhttp3:logging-interceptor from 5.0.0-alpha.11 to 5.0.0-alpha.12 https://github.com/metabrainz/listenbrainz-androi…
      • 2024-01-13 01302, 2024

      • BrainzGit
        [listenbrainz-android] 14dependabot[bot] closed pull request #332 (03dev…dependabot/gradle/dev/work_version-2.9.0): Bump work_version from 2.8.1 to 2.9.0 https://github.com/metabrainz/listenbrainz-androi…
      • 2024-01-13 01317, 2024

      • yvanzo
        lucifer: Actually `.gitmodules` doesn’t have to be changed, committing the submodule respective directories as you just did is the way to do it.
      • 2024-01-13 01312, 2024

      • yvanzo
        lucifer: Can you please check that you don’t have local changes under these directories?
      • 2024-01-13 01337, 2024

      • lucifer
        yvanzo: i did and i don't have any. bitmap also pulled and built the image to confirm.
      • 2024-01-13 01341, 2024

      • yvanzo
        The issue with the current `push.sh` script is that it uses `git describe` but it doesn’t check git submodules.
      • 2024-01-13 01347, 2024

      • yvanzo
        👍
      • 2024-01-13 01308, 2024

      • lucifer
      • 2024-01-13 01309, 2024

      • minimal joined the channel
      • 2024-01-13 01308, 2024

      • yvanzo
        lucifer: The `mmd-schema` directory that you committed to your `mb-solr` branch doesn’t have the generated models with Java 11.
      • 2024-01-13 01340, 2024

      • lucifer
        yvanzo: yes, because there is no change in the models.
      • 2024-01-13 01324, 2024

      • yvanzo
        It points to the second to last commit in your `mmd-schema` branch/PR.
      • 2024-01-13 01359, 2024

      • lucifer
        yes, i had checked that the models didn't change except the comment so i didn't push any change for mmd-schema yesterday.
      • 2024-01-13 01306, 2024

      • lucifer
        i can update it now, if you'd like to run another test
      • 2024-01-13 01324, 2024

      • yvanzo
        reosarevok, bitmap: Finally done with fixing tests :)
      • 2024-01-13 01353, 2024

      • lucifer
        pushed a change for it anyway.
      • 2024-01-13 01356, 2024

      • yvanzo
        lucifer: Ok, not necessary for now, thank you.
      • 2024-01-13 01327, 2024

      • mayhem
        lucifer: for when you have a break, another smallish PR: https://github.com/metabrainz/listenbrainz-conten…
      • 2024-01-13 01347, 2024

      • lucifer
        no worries. let me know if we can merge these, i would prefer to rebase the existing solr9 PRs on the master before moving ahead
      • 2024-01-13 01350, 2024

      • yvanzo
        lucifer: I see, I will test it further as we don’t have enough test coverage for it.
      • 2024-01-13 01306, 2024

      • lucifer
        yvanzo: makes sense
      • 2024-01-13 01312, 2024

      • lucifer
        let me know if i can help with the testing.
      • 2024-01-13 01303, 2024

      • GauravGupta993
        Hello, I am interested in contributing to listenbrainz-server. I have worked on Flask and MERN tech stacks before but this would be my first time contributing to a big project. I have already set up the development environment on my PC. It would be really helpful if I could get some guidance on which issue to take first and how to start
      • 2024-01-13 01304, 2024

      • GauravGupta993
        contributing. Thanks
      • 2024-01-13 01317, 2024

      • lucifer
        GauravGupta993: three are some good-first-bugs here, https://tickets.metabrainz.org/issues/?jql=projec…
      • 2024-01-13 01318, 2024

      • lucifer
        probably try to pick one of these or any others from the issue tracker (https://tickets.metabrainz.org/projects/LB/issues) and then ask here how discuss here how you would try to solve it.
      • 2024-01-13 01303, 2024

      • lucifer
        mayhem: done
      • 2024-01-13 01330, 2024

      • mayhem
        thanks!
      • 2024-01-13 01318, 2024

      • GauravGupta993
        lucifer: Thanks, will do so.
      • 2024-01-13 01323, 2024

      • pranavkonidena_ has quit
      • 2024-01-13 01350, 2024

      • pranavkonidena_ joined the channel
      • 2024-01-13 01354, 2024

      • bitmap
        lucifer: yvanzo: the reindex finished without errors btw
      • 2024-01-13 01330, 2024

      • bitmap
        nvm you already figured that out hehe
      • 2024-01-13 01341, 2024

      • kellnerd
        bitmap: By the way, https://github.com/metabrainz/listenbrainz-server… is the Spotify listening history importer I remembered yesterday
      • 2024-01-13 01353, 2024

      • BrainzGit
        [musicbrainz-server] 14reosarevok merged pull request #3143 (03master…MBS-13425): MBS-13425: Normalize entities.oclc.org to id.oclc.org https://github.com/metabrainz/musicbrainz-server/…
      • 2024-01-13 01304, 2024

      • bttf joined the channel
      • 2024-01-13 01352, 2024

      • bttf has quit
      • 2024-01-13 01327, 2024

      • bitmap
        thanks kellnerd :)
      • 2024-01-13 01347, 2024

      • bttf joined the channel
      • 2024-01-13 01302, 2024

      • bitmap
        I probably won't write a direct importer, but something that imports these into a sqlite DB so I can diff them with last.fm
      • 2024-01-13 01328, 2024

      • bttf has quit
      • 2024-01-13 01303, 2024

      • bitmap
        to fix all the dupes/incorrect timestamps caused by spotify's crap official scrobbler
      • 2024-01-13 01323, 2024

      • kellnerd
        Yeah, I have already disbaled the LB Spotify integration after seeing the many errors in the first 50 automatic imports already :D
      • 2024-01-13 01348, 2024

      • kellnerd
        I think it also treats streams as listens when you have only listened a single second.
      • 2024-01-13 01333, 2024

      • kellnerd
        So, e.g. play until the start of track X, pause, go away, come back and hit play, and you have a duplicate listen for track X.
      • 2024-01-13 01315, 2024

      • bitmap
        I have the exact same issue on last.fm, so yeah, def. a spotify bug :\
      • 2024-01-13 01353, 2024

      • bitmap
        but it also submits dupes for entire albums at staggered times, I guess related to me using clients on multiple devices/machines
      • 2024-01-13 01347, 2024

      • bitmap
        the data in the JSON they gave me looks fine though
      • 2024-01-13 01358, 2024

      • kellnerd
        Is it still the same format as in the linked PR's description?
      • 2024-01-13 01301, 2024

      • kellnerd
        ms_played, reason_start and reason_end might be useful to get rid of these bad short listens if they are included
      • 2024-01-13 01319, 2024

      • bitmap
        the format is the same, and those are indeed useful. reason_end could be, e.g., "trackdone", "endplay", and "unexpected-exit-while-paused". but an abnormally short ms_played is also a giveaway
      • 2024-01-13 01349, 2024

      • bitmap
        I can send you the PDF documentation they provided with the dumps if you're interested, but it should come with yours later
      • 2024-01-13 01346, 2024

      • kellnerd
        I guess I will be patient and focus on my .scrobbler.log files and "full release listens noted on paper" first :)
      • 2024-01-13 01306, 2024

      • bitmap
        ok! just curious, what is the source of your .scrobbler.log files?
      • 2024-01-13 01338, 2024

      • kellnerd
        My portable Sansa MP3 player with Rockbox custom firmware
      • 2024-01-13 01322, 2024

      • bitmap
        neat
      • 2024-01-13 01348, 2024

      • bitmap
        I used to have a cowon player with rockbox a long time ago, wish it still worked
      • 2024-01-13 01342, 2024

      • kellnerd
        Mine is 16 years old and still working, only the clip on the back has died long ago :D
      • 2024-01-13 01355, 2024

      • bitmap
        wow! mine only lasted a few years sadly
      • 2024-01-13 01313, 2024

      • bitmap
        I was probably 16 when I got it, 'cause it could play flac and ogg files XD
      • 2024-01-13 01346, 2024

      • RetroPunk has quit
      • 2024-01-13 01328, 2024

      • RetroPunk joined the channel
      • 2024-01-13 01351, 2024

      • kellnerd
        Hmm, how long does it take the LB mapper to notice upstream data changes on MB? A changed recording title, for example. (Changing it had no effect when I listened to it again shortly after.)
      • 2024-01-13 01347, 2024

      • kellnerd
        Might be worth adding a sentence to https://listenbrainz.readthedocs.io/en/latest/gen… what happens for "known listens".
      • 2024-01-13 01344, 2024

      • gcrkrause joined the channel
      • 2024-01-13 01356, 2024

      • gcrkrause
        I summarized our discussions around renaming pylistenbrainz in a github issue, in case you want to leave your opinion there: https://github.com/metabrainz/pylistenbrainz/issu…
      • 2024-01-13 01349, 2024

      • gcrkrause
        mayhem an alternative might be to just reclaim the package name according to PEP541: https://github.com/pypi/support/issues/new?labels…
      • 2024-01-13 01356, 2024

      • gcrkrause
        However, not sure if this would be faster
      • 2024-01-13 01317, 2024

      • BrainzGit
        [bookbrainz-site] 14sidharthkumar2019 opened pull request #1052 (03master…BB-779-test): Improvement: BB-779 https://github.com/metabrainz/bookbrainz-site/pul…
      • 2024-01-13 01348, 2024

      • aerozol
        kellnerd: I think we talked about this already, but go Sansa + Rockbox! The best combo
      • 2024-01-13 01300, 2024

      • BrainzGit
        [bookbrainz-site] 14sidharthkumar2019 closed pull request #1052 (03master…BB-779-test): Improvement: BB-779 https://github.com/metabrainz/bookbrainz-site/pul…
      • 2024-01-13 01308, 2024

      • GauravGupta993 has quit
      • 2024-01-13 01323, 2024

      • pranavkonidena_ has quit
      • 2024-01-13 01358, 2024

      • aabbi15 joined the channel
      • 2024-01-13 01341, 2024

      • aabbi15 has quit
      • 2024-01-13 01335, 2024

      • aabbi15 joined the channel
      • 2024-01-13 01309, 2024

      • aabbi15 has quit
      • 2024-01-13 01326, 2024

      • aabbi15 joined the channel
      • 2024-01-13 01355, 2024

      • aabbi15 has quit
      • 2024-01-13 01305, 2024

      • SothoTalKer joined the channel
      • 2024-01-13 01341, 2024

      • petitminion joined the channel
      • 2024-01-13 01337, 2024

      • petitminion has quit
      • 2024-01-13 01304, 2024

      • Sciencentistguy joined the channel
      • 2024-01-13 01301, 2024

      • Kladky has quit