Re-implement autopilot mode #584
Labels
No labels
backend
critical
defect
duplicate
enhancement
fixed
frontend
general
invalid
major
minor
normal
oxjs
pandora_client
python-ox
task
trivial
wontfix
worksforme
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: 0x2620/pandora#584
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pad.ma had an autopilot mode, basically a playlist of URLs, with durations. To re-implement this, we need an autoplay option for video views.
Could this be a simple (external) form, with lines like "itemId, in, out, view, ...", that on submit would generate javascript to be pasted in the console?
Among the things one should be able to do is
pandora.UI.set({showAnnotations: false})
andpandora.$ui.videoPlayer.options({playing: true})
. Looks like the only thing we'd actually have to implement islocalStorage['pandora.runOnLoad']
or similar, to eval any autopilot js on startup.