Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.03 KB

TODO.md

File metadata and controls

21 lines (17 loc) · 1.03 KB

TODO list

(will probably never happen)

  • test on an android device
  • remove all custom stuff into jsons
  • strip youtube coupling (it'd actually work far better from direct mp4s)
  • add some gimmickry for the settings (e.g. directors commentary displays comments included in json or something)
  • resolve annoying pause issues (currently loops frames)
  • resolve video src swapping bugs (e.g. not redirecting on finish, not autoplaying on route change)
  • improve initial launch (make it easy to force in all that bullshit you had to sit through at the start of a dvd)
  • routing is buggy, need to use '/' starting point always
  • youtube videojs playsinline=true should be playsinline=1, not sure of issues beyond this as it seems to break othr things

TODO new list (2024)

  • simplify controls scheme
  • remove youtube muddled info (i.e. let mp4s pause where it makes sense)
  • get secondary videos playing (e.g. Shrek karaoke special)
  • let controls fully control video (e.g. arrow buttons to navigate)
  • redo videojs logic as it's probably just a mess atm