Feature #3315

Support for Youtube time jump

Added by Rob Koni over 5 years ago. Updated about 5 years ago.

Status:NewStart date:07/28/2017
Priority:NormalDue date:
Assignee:Andreas Smas% Done:

0%

Category:Plugins
Target version:-

Description

For example:

https://youtu.be/P0pWhFngvUI?t=1929

t=1929 jumps directly to 32 mins 9 seconds of the video

If that is added in the search bar or via webui it should go to that position.

History

#1 Updated by paul . over 5 years ago

Rob Koni wrote:

For example:

https://youtu.be/P0pWhFngvUI?t=1929

t=1929 jumps directly to 32 mins 9 seconds of the video

If that is added in the search bar or via webui it should go to that position.

I don't know if there's any way to start playback at a specific time using the API. (it might mess with the resume playback feature)
I would also like to see &pid= from playlist URLs to both open the playlist, and start playback from that video.

#2 Updated by Rob Koni over 5 years ago

There are several API examples but unsure which JS parser Andreas uses for Youtube

https://stackoverflow.com/questions/10175367/youtube-api-event-on-a-specified-time

#3 Updated by Rob Koni about 5 years ago

Rob Koni wrote:

There are several API examples but unsure which JS parser Andreas uses for Youtube

https://stackoverflow.com/questions/10175367/youtube-api-event-on-a-specified-time

Is supported in the Youtube core that the plugin uses, search for BEGIN

https://github.com/fent/node-ytdl-core

Also available in: Atom PDF