iconoclasthero_: I looked at your flac file. The file is not strictly valid (not having the STREAMINFO block first), but reading such files got fixed already in latest mutagen version, see https://github.com/quodlibet/mutagen/pull/500
lucifer
mayhem: the inside [] stuff just means enable flask support too. doesn't impact the version to unstall
mayhem: I'm ignoring any GSoC emails which do not mention our name or projects in any way and just talk about "your organization" or whatnot since they sound like they're sent to many orgs at once, but let me know if you want me to try and answer those instead
akshaaatt
Hi jasje
I've fixed your Login PR
Are you planning to make any changes to it or is it ready to be merged?
Hi lucifer
Just for my knowledge, CB has a way to create an application through oauth but LB doesn't, right?
Siddhart1o1 joined the channel
lucifer
akshaaatt: yes
akshaaatt
Is there a reason why LB doesn’t have it?
Because auth on LB android app is useless rn
We are authenticating to MB.
We only have a way to hardcore the user token by the user currently
For LB
Pratha-Fish
Hey reosarevok can I please get a review on this PR if you're free today?
I have exams from from 23rd-25th, so I won't be able to do much for the next few days. :smiling_face_with_tear:
If we want to work on the feed for a user, we need to have them authenticated.
reosarevok
Pratha-Fish: I will try :)
Pratha-Fish
Thanks :)
reosarevok
But you should be studying then today, not doing MusicBrainz stuff! :p
akshaaatt
lucifer, mayhem, monkey Can we get some progress done on the oauth stuff please because we want to authenticate the user on the app and not have them manually add their user token on the app. That is as good as not using the app. We have user-related stuff coming up such as Feed. we got away with the auth requirement because Listens history and YIM api doesnt require auth
When they talk about linking your CB account to LB, all it means is that do the oauth setup of CB from LB
So that LB can store the access token and refresh token of that user
And when the user hits the create/review api,
They create a CB review as is and create an event in the timeline
That’s it
So instead of using the create review api endpoint, we can do the first part directly and just use another api endpoint from LB to just create an event on the timeline of the review
Does that make sense jasje?
jasje
akshaaatt: as far as i made sense of the code, the fetch access token thing is done on the server itself
not on the frontend
the endpoint: /user/<user_name>/timeline-event/create/review'
has access to create an event that the frontend doesn't