Rafostar / clapper

Level up your video experience with a modern and user-friendly media player.
https://rafostar.github.io/clapper/
GNU General Public License v3.0
711 stars 34 forks source link

FR: Re-seek to current playback position on subtitles added #452

Open juxuanu opened 1 month ago

juxuanu commented 1 month ago

This was available before re-write. As commented in Matrix, Clapper should not leave the playback position to the beginning when adding subtitles. Gstreamer apparently does this, so Clapper seeking to the playback position when the subtitles file was added would be awesome.

Rafostar commented 1 month ago

Will likely need an "is seekable" detection in API before can be implemented, which is also related to: https://github.com/Rafostar/clapper/issues/99