Selbi182 / SpotifyBigPicture

A Java/JavaScript-based fullscreen interface displaying your current music on Spotify in a beautiful little browser page
GNU General Public License v3.0
55 stars 6 forks source link

Optional Timestamps (Suggestion) #7

Closed GreenRabbits closed 1 year ago

GreenRabbits commented 1 year ago

It would be great to add the possibility to hide both current and total timestamps which are big, because the progress bar already gives you an idea of them by its position and its speed. image image I have managed to do that editing the CSS : #bottom-right { visibility: hidden; }

There may be a better way of doing it, lowering (centering vertically in the free space) the progress bar when both Playback Meta Info and Timestamps are unchecked.

Selbi182 commented 1 year ago

Hiding the timestamps is simple enough, but vertically centering the layout is on a whole different level, unfortunately.

Selbi182 commented 1 year ago

Implemented. Will be available in the next release :)