aboutsummaryrefslogtreecommitdiffstats
path: root/notes.md
diff options
context:
space:
mode:
authorSam Potts <me@sampotts.me>2017-04-25 18:37:31 +1000
committerSam Potts <me@sampotts.me>2017-04-25 18:37:31 +1000
commit1960d35d8b8319614adb4a7852a9614dfa8c1eb1 (patch)
treece5d6cce58149fb7942c44c616ab47e3560d8816 /notes.md
parentbbe4b7e565f6fd8acc946065934bdeae8d0dfc0e (diff)
downloadplyr-1960d35d8b8319614adb4a7852a9614dfa8c1eb1.tar.lz
plyr-1960d35d8b8319614adb4a7852a9614dfa8c1eb1.tar.xz
plyr-1960d35d8b8319614adb4a7852a9614dfa8c1eb1.zip
More work on menus and tidy up
Diffstat (limited to 'notes.md')
-rw-r--r--notes.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/notes.md b/notes.md
index 42c2d3d1..13530b46 100644
--- a/notes.md
+++ b/notes.md
@@ -5,19 +5,18 @@
- 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?)
-- Build templating for controls somehow
- 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
# Notes
- No quality HTML5 support (yet)
- No Vimeo quality support
- No Vimeo or YouTube caption support
- No PiP or AirPlay for Vimeo/YouTube
+- Settings won't be supported for custom controls (coming soon, need to work on templating)
#### Bugs
- Fix audio setup bug when calling .setup() again
@@ -26,7 +25,7 @@
- Look at Vimeo's "background" option
#### 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