You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, first of all, thanks for this truly amazing app, I'm using it for live streaming, fetching now playing metadata from my site into OBS and adding CSS in OBS to only get the album art and song title and position/resize them however I want. I wonder if you'd be able to add a progress bar to the app, something like this:
I found that with this player endpoint you can get response progress_ms so I think it's possible? Idk I just do UI design and styling, first time using a Vue app, so please consider adding this if possible, Thanks.
The text was updated successfully, but these errors were encountered:
I spent some time messing around with the progress_ms off the response and got it to work on my own. It's not clean code and it doesn't add the progress bar like you want below but I'll post up a PR in sometime in the next few weeks. You can modify the CSS to your liking then.
This request comes up every now and then. I can absolutely see the need for it!
I think if I were to add this to the main branch, it would need to be done the 'right' way and be optional. I imagine that would look like some Settings menu in the display somewhere.
Hey, first of all, thanks for this truly amazing app, I'm using it for live streaming, fetching now playing metadata from my site into OBS and adding CSS in OBS to only get the album art and song title and position/resize them however I want. I wonder if you'd be able to add a progress bar to the app, something like this:
I found that with this player endpoint you can get response
progress_ms
so I think it's possible? Idk I just do UI design and styling, first time using a Vue app, so please consider adding this if possible, Thanks.The text was updated successfully, but these errors were encountered: