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

[FEATURE] Add "show song info" #25

Closed
xxxserxxx opened this issue Aug 14, 2024 · 4 comments
Closed

[FEATURE] Add "show song info" #25

xxxserxxx opened this issue Aug 14, 2024 · 4 comments
Labels
enhancement New feature or request
Milestone

Comments

@xxxserxxx
Copy link
Collaborator

Add the ability to show song metadata available through the Subsonic API.

I'm thinking something like a vertical split tab in the Queue, where the currently highlighted song's metadata is shown as a simple key/value list. This would be the bare minimum; enhancements could include:

  • Showing rasterized cover art
  • Toggle the split
@spezifisch
Copy link
Owner

Showing rasterized cover art

Do you notice any sluggishness when scrolling through the queue?
It takes about 1-3 seconds to select the next entry.

@xxxserxxx
Copy link
Collaborator Author

Do you notice any sluggishness when scrolling through the queue? It takes about 1-3 seconds to select the next entry.

Hmm. I haven't. However, this would not be fork into a background process to pre-fetch all of the images in the queue. Although it wasn't intentional, the way I implemented this with the caching should make it relatively easy to implement.

I'll add another ticket.

@spezifisch
Copy link
Owner

spezifisch commented Oct 12, 2024

Reference (after closing the linked thread): #29

@xxxserxxx
Copy link
Collaborator Author

PR #66 should address the scrolling issues with image fetching latencies. If that's accepted and merged, this can be closed; if we want to add more stuff to the song info panel (e.g. lyrics) they should be separated tickets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants