prayag17 / Blink

Modern Desktop Jellyfin Client made with Tauri and React :atom_symbol: [WIP]
GNU General Public License v3.0
687 stars 20 forks source link

[Feat] Show hour and minutes when hovering on progress bar #339

Open exnihilo-creatio opened 3 months ago

exnihilo-creatio commented 3 months ago

Is your feature request related to a problem? Please describe. Show a hh:mm:ss when hovering on the progress bar for videos.

Describe the solution you'd like A tooltip that shows the current progress or the timestamp when hovering on the progress bar for videos.

prayag17 commented 3 months ago

The player already shows progress slider value where the current time is rendered but only while scrubbing

exnihilo-creatio commented 3 months ago

Ok, then ideally it also shows when it is not scrubbing when it is needed to jump to a specific time without scrubbing. So you can click and it jumps to that moment.

prayag17 commented 3 months ago

Oh ok got it