Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug Report] Art cover and proper username doesn't show up my own playlists in the library section #21

Closed
IdkWhatToCallMe123 opened this issue Jan 8, 2024 · 3 comments · Fixed by #22
Labels
bug Something isn't working

Comments

@IdkWhatToCallMe123
Copy link

Describe the bug

If I go to the library section a look at my own playlists, it doesn't show the art cover and instead of displaying the name of the author for the playlist it displays what appear to be a uuid instead.

To Reproduce

No response

Error reports & Screenshots

Screenshot_20240108-103441

Device info

Device: Google Pixel 7
OS: Android 14 (stock)
Jetispot ver: 0.1.6

Additional context

No response

@IdkWhatToCallMe123 IdkWhatToCallMe123 added the bug Something isn't working label Jan 8, 2024
@Outlet7493
Copy link

I have fixed the username issue.

In regards to pictures, for some reason the Spotify API isn't returning images on the rootlist endpoint, or the playlist endpoint.

I am still investigating this but for now have implemented a patch to save and use the playlist image if it is seen on the home screen. Changes are at https://github.com/Outlet7493/Jetispot and will make a PR when things are ready or I've found a better way of doing it.

@BobbyESP
Copy link
Owner

Nice, okay, thanks mate!

@BobbyESP
Copy link
Owner

In regards to pictures, for some reason the Spotify API isn't returning images on the rootlist endpoint, or the playlist endpoint.

I saw these before. If you take a look at the network requests, Spotify tries to retrieve 4 images of the playlists that have no uploaded image. These 4 images are the first 4 songs of the playlist, but they are not requested to the CDN, they have something like the next format: [spotify:artwork:heregoesanid] (the keyword of the middle isn't "artwork", but I don't remember now which one it is. It's been a long time since I took a look at this)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants