TylerJDev / YouTube-Timestamps

A plugin which tracks YouTube timestamps. Never lose track of what timestamp you're on again! ⏱️
6 stars 1 forks source link

Add timestamp title to progress preview #22

Closed TylerJDev closed 4 years ago

TylerJDev commented 4 years ago

Feature When hovering over the progress bar, YouTube will display a preview of an image at the time hovered over. I could possibly add the timestamp title for that exact time.

Solution The timestamps could be placed based on if that timestamp time is greater than the time that's currently displayed, while less than the very next timestamp. Determination of the timestamp should not be something which is done each time the user hovers over a new time, i.e 1:03 > 1:14.

This is to reduce the strain on performance which may be impacted if calculation is ran each time a user hovered through the progress bar.

Additional notes This feature should be inspected more to see if it's possible and or plausible to be done.

TylerJDev commented 4 years ago

This is natively done by YouTube as of now. I should not proceed with this feature. Closing.