nextcloud / nextcloud/viewer

Navigate to specific timestamps in video urls

Open
#2,176 1 comment 10 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

0. Needs triage enhancement feature: player
Dominant language
JavaScript
Stars
119
Forks
72
Avg merge
18h 42m
Merged PRs (30d)
24

Description

I would like to request a feature for the Nextcloud video player that would allow users to navigate directly to a specific time in a video through the URL. This feature would be similar to the functionality available on platforms like YouTube, where appending a parameter (e.g., ?t=1m20s) to the video URL starts the video at the specified timestamp.

This feature would be incredibly useful for sharing specific parts of long videos with other users, allowing them to jump straight to the relevant section without manually seeking. It can enhance the user experience in educational contexts, team collaborations, and personal media sharing by providing direct access to key moments in video content.

A possible implementation could involve modifying the Nextcloud video player to recognize URL parameters that specify the desired start time (e.g., ?start=90 for starting the video at 1 minute and 30 seconds). The video player would then parse this parameter and seek to the corresponding time when the video loads.

  • Improved Usability: Makes it easier for users to share and view the most relevant parts of videos.
  • Enhanced Collaboration: Facilitates more efficient video-based communication and collaboration among Nextcloud users.
  • Increased Engagement: Encourages users to share video content, knowing that recipients can be directed to the most pertinent sections.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No files, tests, or entry points are named. Start by locating the Nextcloud video player and its URL-handling logic, then determine the supported timestamp parameter and seek behavior; done means a video URL reliably opens at the requested time, including the sharing use case described.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.