skuethe / MMM-Spotify

Spotify display and controller for MagicMirror
MIT License
68 stars 17 forks source link

Change device for volume ... #99

Closed jamesvcc closed 4 years ago

jamesvcc commented 4 years ago

Using the "default" style for displaying a large Spotify information panel I would like to replace the line of text "Listening on xxxxxxx" to show the current volume instead (either as a value or a small 0-100 progress bar would be fantastic) - how would I go about this as I am a beginner and do not know where to start.

Thanks for your help.

bugsounet commented 4 years ago

Hi, I planned to do this in the default ui (like bottom_bar ui) It's complex to explain, needed a couple of CSS and JS code

jamesvcc commented 4 years ago

Oh, OK so I guess I can wait and you will get to it at some point?

bugsounet commented 4 years ago

It's not difficult for me ;) I just have to take the time to do it ! :) and unfortunately I don't have just one module

jamesvcc commented 4 years ago

I understand. Thanks for coming back to me and I am happy to wait. The module is excellent, I just wish I could customise it more myself but I do not have the knowledge.

bugsounet commented 4 years ago

So, just wait and see ;)

jamesvcc commented 4 years ago

Another amazing enhancement if it is possible is in the iOS Spotify client for some tracks it will show short video clips instead of album artwork. It would be wonderful if it was possible to show these as an option.

skuethe commented 4 years ago

@jamesvcc : device volume is now shown by default. See current screenshot: https://github.com/skuethe/MMM-Spotify/blob/master/screenshots/spotify_default.png

skuethe commented 4 years ago

Another amazing enhancement if it is possible is in the iOS Spotify client for some tracks it will show short video clips instead of album artwork. It would be wonderful if it was possible to show these as an option.

A quick search didn't really bring anything up. So it seems this is some special function for mobile apps? Feel free to update this if you find anything on that subject, but I think this is currently not possible.