-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Clear and concise description of the problem
The current transcript is static and not clickable for navigation. Users cannot click on the text to jump directly to the corresponding point in the media timeline, forcing them to manually scrub the seek bar. This makes content review and navigation less intuitive and inefficient.
Suggested solution
Implement clickable subtitles/transcripts that allow users to jump to the exact moment in the media by clicking on any line of text.
Alternative
An alternative solution could be to implement a separate, interactive "chapter" list based on transcript timestamps, instead of making the full transcript clickable. However, this would require extra UI space and might not provide the same direct, line-by-line navigation efficiency.
Additional context
This feature is common in educational platforms, podcast players, and video hosting sites (e.g., YouTube, Coursera) and is highly valued for accessibility and user experience.
The implementation requires accurate timestamp data for each transcript segment, which should already be available if transcripts are time-coded.
Consider adding a visual feedback (like a brief highlight on the clicked line) to confirm the action to the user.
Validations
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
- This issue is valid