aboutsummaryrefslogtreecommitdiffstats
path: root/notes.md
diff options
context:
space:
mode:
authorSam Potts <sam@selz.com>2017-04-25 12:40:13 +1000
committerGitHub <noreply@github.com>2017-04-25 12:40:13 +1000
commit948e2cc66c3b6fe8774b810f360017e1ea941137 (patch)
tree54236b0750588fe4838bc11826e81d8c6be92b5b /notes.md
parent2a97a9a9c5213ea6fc2bbe830ff483fc7b60c247 (diff)
parent396b816a1f0cd4e1a7b1ecf5fd5523d47562ab89 (diff)
downloadplyr-948e2cc66c3b6fe8774b810f360017e1ea941137.tar.lz
plyr-948e2cc66c3b6fe8774b810f360017e1ea941137.tar.xz
plyr-948e2cc66c3b6fe8774b810f360017e1ea941137.zip
Merge branch 'develop' into blank-mp4
Diffstat (limited to 'notes.md')
-rw-r--r--notes.md34
1 files changed, 34 insertions, 0 deletions
diff --git a/notes.md b/notes.md
new file mode 100644
index 00000000..42c2d3d1
--- /dev/null
+++ b/notes.md
@@ -0,0 +1,34 @@
+### 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
+
+- 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
+
+# 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
+
+#### Breaking changes
+- Custom controls HTML removed (temporarily, will return) - perhaps can re-instate but no options UI
+- Selectors changes (new `input` and `display` object) - DOCUMENT
+
+## Added
+- Seek i8n label
+- Loop related i8n labels \ No newline at end of file