Fix the picture-in-picture mode to allow for browsing the whole site while watching a video
Back to Table of Content page:
When there are no more episodes left to Autoplayi.e. at the end of the last episode in a playlist;
I want the script to exit out of Fullscreenmode, show a dialogbox asking to either go back to the Table of contents page or re-watch the whole series from beginning, if the user does not pick any option after 5 minutes of being in an idle state automatically go back to Table of contents page .
A Continue where you left off feature: if the video is paused or every 30 seconds elapses create or update a timestamp log.
When the user comes back from a new tabbed session and revisits an episode with a stored timestamp, prompts the user to continue where they left off or start from the beginning.
Log Timestamp if User exits out of fullscreen mode?
auto DELETE a timestamp
if a User is over 95% through the full video runtime
if there is less than a minute left on the video runtime [ for videos less than 8 minutes long]
if the video is restarted from the beginning or is replayed automatically.
Do Notlog videos less than 5 minutes in length
[Sessions - API] Could be a good contender for storing the Timestamps
[Idle - API]Could be used to check it the user is still watching a video
This script is either malfunctioning or does not have the capability to perform its intended purpose.
well It's was supposed to autoplay the next episode, but nothing happened
it could be because of the many domain changes that occurred over the past 3 year since this script was last updated.
I did a bit of research and found that videojs.com is the video player used for the whole website.
this is a link to the video player documatation. Link:
docs.Videojs.com
I believe that the script can work.
Feature Requests:
PIP:
Fix the picture-in-picture mode to allow for browsing the whole site while watching a video
Back to Table of Content page:
When there are no more episodes left to Autoplay i.e. at the end of the last episode in a playlist;
I want the script to exit out of Fullscreen mode, show a dialog box asking to either go back to the Table of contents page or re-watch the whole series from beginning, if the user does not pick any option after 5 minutes of being in an idle state automatically go back to Table of contents page .
A Continue where you left off feature: if the video is paused or every 30 seconds elapses create or update a timestamp log.
[Sessions - API] Could be a good contender for storing the Timestamps
[Idle - API] Could be used to check it the user is still watching a video