aboutsummaryrefslogtreecommitdiffstats
path: root/notes.md
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2017-04-25 22:39:21 +1000
committerSam Potts <sam@potts.es>2017-04-25 22:39:21 +1000
commit3756476809bdf33b469e6b8ebec5d6e41e00d85b (patch)
tree8b676de6d20cc5882d035b4b4e732697a090ce78 /notes.md
parentb3d798eeeecc066ced3582d333944f350628de0d (diff)
parentb499622eb8f9b45c674bb8393f9297f5f9906ff7 (diff)
downloadplyr-3756476809bdf33b469e6b8ebec5d6e41e00d85b.tar.lz
plyr-3756476809bdf33b469e6b8ebec5d6e41e00d85b.tar.xz
plyr-3756476809bdf33b469e6b8ebec5d6e41e00d85b.zip
Merge branch 'develop' of github.com:Selz/plyr into develop
Diffstat (limited to 'notes.md')
-rw-r--r--notes.md32
1 files changed, 17 insertions, 15 deletions
diff --git a/notes.md b/notes.md
index 1b30cfc9..e6fddc93 100644
--- a/notes.md
+++ b/notes.md
@@ -1,30 +1,32 @@
### Todo
#### To build
-- Get list of subtitles/captions available (HTML5)
-- Add preferred quality option into config
-- Update quality options on YouTube play (can't get up front?!)
-- Update speed options on YouTube load
+[x] Get list of subtitles/captions available (HTML5)
+[x] Add preferred quality option into config
+[ ] Update quality options on YouTube play (can't get up front?!)
+[ ] Update speed options on YouTube load
+[ ] Get quality options for HTML5 somehow (multi source?)
+[ ] Finish and test PiP (need Sierra VM)
+[ ] Finish and test AirPlay (need Sierra VM)
+[ ] Download button - grab first <source> or src attribute (or maybe use currentSrc?) for HTML5 and links for embedded players
+[ ] Controls hide/show events
-- Get quality options for HTML5 somehow (multi source?)
-- Build templating for controls somehow
-- Finish and test PiP (need Sierra VM)
-- Finish and test AirPlay (need Sierra VM)
+#### Bugs
+[ ] Fix audio setup bug when calling .setup() again
+[ ] Fix events on unsupported devices (iOS)
+[ ] Investigate iOS inline playback
+[ ] Look at Vimeo's "background" option
+[ ] Fix YouTube rights blocking (origin perhaps?)
# Notes
- No quality HTML5 support (yet)
- No Vimeo quality support
- No Vimeo or YouTube caption support
- No PiP or AirPlay for Vimeo/YouTube
-
-#### Bugs
-- Fix audio setup bug when calling .setup() again
-- Fix events on unsupported devices (iOS)
-- Investigate iOS inline playback
-- Look at Vimeo's "background" option
+- Settings won't be supported for custom controls (coming soon, need to work on templating)
#### Breaking changes
-- Custom controls HTML removed (temporarily, will return) - perhaps can re-instate but no options UI
+- New config options for loop
- Selectors changes (new `input` and `display` object) - DOCUMENT
## Added