akshaaatt (IRC): Did you get a chance to take a look at the issue mayhem is facing in app YIM? I tried to reproduce the issue in the same phone using its sim but on the sim it was working fine..
minimal has quit
kubrimskii joined the channel
kubrimskii48 joined the channel
kubrimskii has quit
kubrimskii48
Hi! Im working on LB-1488, and can't test how YouTube video works on BrainzPlayer. How can I enable the YouTube videos? I tried almost every song, but it gives me the error "Not enough info to search on Youtube
We are missing a track title, artist or album name to search on Youtube"
mayhem, monkey: i have put https://github.com/metabrainz/listenbrainz-serv... for testing on test.lb. no feature change but it touches most of the backend code so chances of breaking stuff. i tested almost all features and it seems to work fine for me. can you test it as well when you get time and report any issues you find?
monkey
Any specific areas to test?
lucifer
unfortunately no it touches each and every part of the website.
monkey (IRC): the gsoc ideas page for bookbrainz is still empty. it needs to be ready by tomorrow.
yvanzo
lucifer_: OK, I just tried it, and GlassFish `jaxb-runtime` implementation will be installed to match the specified `jakarta.xml.bind-api` specification.
monkey
mayhem[m]: Roger, on my list for today
mayhem[m]
great
yvanzo
It is probably because it is the reference implementation.
mayhem[m]
wow, the LB page is redonkulous.
lucifer_
yvanzo[m]: ah cool, I'll check again in a while and confirm.
yvanzo
`jaxb-core` has not been installed through, but was probably not needed for generating the binding.
lucifer_
mayhem[m]: I'll add a few more if time permits today
mayhem[m]
yvanzo (IRC): bit
yvanzo
I’ll try running mb-solr with it.
lucifer_
Yes for generating bindings just the api should be enough
mayhem[m]
meh. yvanzo (IRC) bitmap (IRC) reosarevok (IRC) : the MB ideas page has one unfinished idea. could you please look at it?
zas: outsidecontext (IRC) there are two ideas on the picard page and one is pretty terse. could you please take a look at the page and see if it needs updating?
outsidecontext
mayhem[m]: zas and I just chatted about that. the first one is actually not actionable that way. we will reframe it. I'll update the wiki this evening
mayhem[m]
puuuurfect, thanks!
mukti joined the channel
reosarevok
mayhem: did you expand that idea for LB? Apparently aerozol added it to both it says
(Afk in Central Brussels rn but I could check in the evening)
mayhem[m]
no, its not in the LB ideas page.
yvanzo
aerozol, cc reosarevok: I made a comment to the ticket that could make it worth a small (90h) GSoC project IMHO.
yellowhatpro
@yvanzo, regarding rust bindings for musicbrainz database, sql-gen with some tweaks could generate around 500 entities. But it fails as soon as we get postgres extensions like cube. I couldn't find a way to map extensions and functions using sql-gen. Do you have any context on how we can do so?
akshaaatt
theflash_ and pranavkonidena I have added 2 ideas for apps on the LB ideas page for now
Will add more soon
yvanzo
Hi yellowhatpro: It is expected that some tweaks are needed as it is still under development. Did you identify which part of the MB database schema is causing this issue?
yellowhatpro
I believe it is the table medium_index. It is not clear from sql-gen though, it only panicked to tell it couldn't generate cube types. Looking for cube types, it is there in the table medium_index
yvanzo
You can try adding the `cube` data type to the `convert_data_type_from_pg` function in `utils.rs`.
And test it on a minimal example of database schema using the `cube` extension.
monkey
lucifer: Everything I tried on test.LB is working fine, can't notice anything different (so I guess 🎉)
lucifer
reosarevok, mayhem[m]: i'll just move that idea to under listenbrainz and expand on it there maybe?
aerozol also said its more relevant to LB than MB.
yvanzo
lucifer: I rather read _I don't see how this has anything to do with LB?_ in comment to the MB ticket he opened.
He probably changed his mind in the meantime.
yvanzo[m] has quit
pinkman_[m] joined the channel
pinkman_[m]
<lucifer> "we can discuss on how to..." <- So what exactly do we need to do?
huhridge joined the channel
yvanzo
lucifer: We probably talked at cross-purposes, my above comment about was about the same ticket 🙂
lucifer
yvanzo: ah okay, yes i vaguely remember a dicussion about it but its totally possible i am misremembering.
we can add it under MetaBrainz too fwiw, that's where i have put the two cross purpose projects.
yvanzo[m] joined the channel
yvanzo[m]
pinkman_: You just made me discover quotes on Matrix ✨
lucifer
monkey: hi! pinkman_[m] wants to work on LB-1143, do you have any suggestions on how to get started?
redoing BB search to use SOLR, might also be another good idea.
happy to co-mentor on that one.
monkey
lucifer: I do have some ideas down, but only half motivated to mentor this year
Good to know :)
Knowing nothing about SOLR I wouldn't be comfortable leading that
mayhem[m]
lucifer (IRC): sure, to moving the idea.
lucifer
makes sense, i am happy to take lead on that. as for other projects, if you write down the ideas and we get good proposals. we can always ask community and ex-gsoc students for help in mentoring.
monkey[m] joined the channel
monkey[m]
pinkman_: Regarding the UserReports page it's not expected, you should see your cahnges reflected after a page refresh. You might possibly need to do a hard refresh?
Otherwise, look in the container logs (especially static_builder) and see if there are any errors.
pinkman_[m]
monkey[m]: No luck, it was working fine until 2 days ago, then Synced with remote and this started happening
lucifer
try running ./develop.sh build
monkey
Ah pinkman_[m] try to rebuild the static_builder image
Yeah, what lucifer said :)
yvanzo
lucifer: Back to Solr, specifying glassfish was indeed unneeded as it is the reference implementation for jakarta.
lucifer
makes sense, yvanzo thanks for checking.
yvanzo
lucifer: Can I rework your PRs or do you prefer that I open new PRs instead?