-
Notifications
You must be signed in to change notification settings - Fork 6
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
Comments
Implements #25, display song info.
Do you notice any sluggishness when scrolling through the queue? |
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. |
Reference (after closing the linked thread): #29 |
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. |
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:
The text was updated successfully, but these errors were encountered: