mayhem, don't plan on my attending the summit this year. Since the earlier cancellation, I've now got another commitment in the same time frame, although I should still be able to attend most sessions virtually.
mayhem
ah, bummer. well, hopefully next year.
rdswift
Hopefully. As for flights, it might be (significantly) cheaper if I drive across the border into the US and fly out of Montana. Airfare in Canada is just insane.
Lotheric
My father used to do that to go to Florida (Plattsburgh, NY instead of Montreal)
much cheaper
mayhem
rdswift: yes, I saw. how expensive they were. expected...
Pratha-Fish
yo bitmap, last week you mentioned ```Re-run create_test_db.sh to reset the test database.```
Well, I tried executing that in a variety of places, but that didn't seem to work :melting_face:
Can you be a little more specific? Sorry I'm a real noob when it comes to docker :skull:
reosarevok
Pratha-Fish: there's /script/create_test_db.sh in the mb repo
Assuming you can access the mb code inside your docker, try doing ./script/create_test_db.sh from terminal?
(from the mb root)
Pratha-Fish
reosarevok: in the mb repo, or the mb-docker repo?
nvm 🤦‍♂️
reosarevok: thanks! I found it in the mb docker container as you specified :)
Alright I might have to be somewhere in 2 hours but I will ping you when I am back
I just wanted to discuss about evaluations
In case I am late I will ping you tomorrow
BrainzGit
[bookbrainz-site] 14MonkeyDo merged pull request #999 (03administration-system…middlewares): feat(Admin System): Add middleware for securing routes according to privs https://github.com/metabrainz/bookbrainz-site/p...
prout_ has quit
prout joined the channel
mayhem
I'll be around for a few hours, so let's hope we cross paths.
akshaaatt
!m mayhem, for always being super efficient with management of things at MetaBrainz
BrainzBot
You're doing good work, mayhem, for always being super efficient with management of things at MetaBrainz!
akshaaatt
You are inspirational with the way you handle things. A big shoutout!
mayhem
Aww, thanks. ❤️
Maxr1998 joined the channel
trolley has quit
trolley joined the channel
Maxr1998_ has quit
jasje
akshaaatt: feed pr review complete? I think i can walk you through the mess i shat :D
also
what happens in mid eval?
do i need to do anything extra?
akshaaatt
Hi jasje
jasje
yoss
akshaaatt
Tbh there shouldn’t arise a situation where you have to explain your PR to anyone, lol
It’s a knockout during eval
Bad projects go flying out
jasje
who decides if the project is bad
akshaaatt
XD jk
Chill
jasje
me chill 100%
just a bit curious
akshaaatt
It’s just a checkpoint on whether things are going as expected
Maxr1998
Something funky seems to be going on with Listenbrainz
akshaaatt
FunkyBrainz
jasje
Maxr1998: Hey
Maxr1998
All listens from the last hour seem to have been lagging behind and were only submitted now, but in the wrong order and with the wrong time
The Grafana Rabbit MQ queue also shows a huge spike
jasje
You maintain jellyfin android right?
akshaaatt
Hi Maxr1998. Are you using spotify to submit your listens?
Maxr1998
No, I'm using the Jellyfin Listenbrainz Plugin, which uses the API
And yeah, I do maintain the JF Android app :)
akshaaatt
Ouu
jasje
Maxr1998: noice work i was thinking of peeking in there ;P
Maxr1998
Oh, nice! I'm currently working on some rewrites (again), unfortunately that kind of development is always kinda slow..
mayhem
Maxr1998: FWIW, my listens have appeared correctly.
jasje
Maxr1998: ou anyways I’ll pickup any bug soon!
plus have that jellyfin integration in android (if its ready)
lb android*
Maxr1998
mayhem: weird, maybe it's because I'm using the API and the requests were stuck. Spotify import would use the correct timestamps from Spotify, but the listenbrainz plugin sequentially submits listens with the current time..
Or something else was broken locally but the grafana dashboard showed some weirdness too so I suppose it was a combined issue on LB and my side
mayhem
I see the weirdness on rabbitmq and am investigating.
Maxr1998
Thanks!
jasje
Maxr1998: btw if you want i can help rewrite in compose (if thats what you mean by rewrites)
Maxr1998
Yep, that's the current plan. I have a branch already but the migration is only half-finished. Not sure if that's something multiple people could work on. But I appreciate the offer!
jasje
no problemos! good luck
Maxr1998
Thanks!
mayhem
Maxr1998: I restarted one container in charge of sending out now listening events. lets see if that improves things
arsh: I'm available now
Maxr1998: the queue is looking normal now. seeing any issues still?
Maxr1998
Seems fine for me now
mayhem
k, thx for the nudge
Maxr1998
Was also able to recover my listens from the system log. But I should look into making the plugin I use to submit more robust, it was failing quite badly unfortunately..
mayhem
question about jellyfin... are you interested in having recommendations or dynamically generated playlists?
Maxr1998
I personally rarely use those, but it could be cool
mayhem
we're working on an LB-radio feature that gives the user a prompt to specify music entities to cobble a list together from... looking quite fun.
does jellyfin have any means to import a playlist?
Maxr1998
Not really, I fear. The playlists there use the local system paths.. so it depends on the filename and tags a user used..
mayhem
ok, thats pretty much the norm, because its never been possible to share playlists. thanks tech silos.
this is another project I need to spend more time on to finish it. but the idea is that you can take a JSPF playlist, run it through a resolver, which resolves the playlist to local tracks and then outputs a "something" (could be an m3u playlist) that is resolved to the local music store, and thus playable.
Maxr1998
I wish the playlists on Jellyfin used mbids or at least the Jellyfin IDs in a database, but right now it's just XML.. if they get rewritten eventually, importing should get easier too. Unfortunately I only do Android and lack knowledge on the server side.. The resolver looks cool though.
mayhem
ok, thanks for the insight. when I get further down the road I may reach out to the rest of the team.