From cc5f37392f8c33cd4e343d76d509d2082cdc3133 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Wed, 11 Jan 2017 20:14:41 +1100 Subject: ToDo notes, code tidy up --- notes.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 notes.md (limited to 'notes.md') diff --git a/notes.md b/notes.md new file mode 100644 index 00000000..f76be5a1 --- /dev/null +++ b/notes.md @@ -0,0 +1,14 @@ +### Todo + +#### Features +- Add preferred quality option +- Update quality options on YouTube play +- Update speed options on YouTube load +- No Vimeo quality support +- Get quality options for HTML5 somehow (multi source?) +- Get list of subtitles/captions available (HTML5) +- Finish PiP +- Finish AirPlay + +#### Bugs +- Fix audio setup bug \ No newline at end of file -- cgit v1.2.3 From 13973125fbc18768400c55b7eece1ac4649b5386 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 25 Mar 2017 10:08:39 +1100 Subject: Loop variable naming --- notes.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'notes.md') diff --git a/notes.md b/notes.md index f76be5a1..196a57d0 100644 --- a/notes.md +++ b/notes.md @@ -1,14 +1,16 @@ ### Todo #### Features +- Get list of subtitles/captions available (HTML5) - Add preferred quality option - Update quality options on YouTube play - Update speed options on YouTube load - No Vimeo quality support +- No Vimeo or YouTube caption support - Get quality options for HTML5 somehow (multi source?) -- Get list of subtitles/captions available (HTML5) +- Build templating for controls somehow - Finish PiP - Finish AirPlay #### Bugs -- Fix audio setup bug \ No newline at end of file +- Fix audio setup bug when calling .setup() again \ No newline at end of file -- cgit v1.2.3 From a974fbf31ca4886e7c89cfced744d31a4b1a092d Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 25 Mar 2017 18:44:10 +1100 Subject: Notes --- notes.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'notes.md') diff --git a/notes.md b/notes.md index 196a57d0..373e7edd 100644 --- a/notes.md +++ b/notes.md @@ -1,16 +1,18 @@ ### Todo -#### Features +#### To build - Get list of subtitles/captions available (HTML5) - Add preferred quality option - Update quality options on YouTube play - Update speed options on YouTube load -- No Vimeo quality support -- No Vimeo or YouTube caption support + - Get quality options for HTML5 somehow (multi source?) - Build templating for controls somehow - Finish PiP - Finish AirPlay +- No Vimeo quality support +- No Vimeo or YouTube caption support + #### Bugs - Fix audio setup bug when calling .setup() again \ No newline at end of file -- cgit v1.2.3 From 684107da5cdda920b57fd03bcc29349d11f625e2 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sun, 26 Mar 2017 21:32:41 +1100 Subject: WIP on new controls creation --- notes.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'notes.md') diff --git a/notes.md b/notes.md index 373e7edd..8cc39a76 100644 --- a/notes.md +++ b/notes.md @@ -15,4 +15,12 @@ - No Vimeo or YouTube caption support #### Bugs -- Fix audio setup bug when calling .setup() again \ No newline at end of file +- Fix audio setup bug when calling .setup() again + +#### Breaking changes +- Custom controls HTML removed (temporarily, will return) +- Selectors changes (new `input` and `display` object) - DOCUMENT + +## Added +- Seek i8n label +- Loop i8n labels \ No newline at end of file -- cgit v1.2.3 From 9b2396f5ff266284bb6c526413d14b075e131d3d Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 17 Apr 2017 01:28:52 +1000 Subject: Airplay and PiP --- notes.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'notes.md') diff --git a/notes.md b/notes.md index 8cc39a76..f30dc3ca 100644 --- a/notes.md +++ b/notes.md @@ -2,23 +2,26 @@ #### To build - Get list of subtitles/captions available (HTML5) -- Add preferred quality option -- Update quality options on YouTube play +- 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 PiP -- Finish AirPlay +- Finish and test PiP (need Sierra VM) +- Finish and test AirPlay (need Sierra VM) +# 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 #### Breaking changes -- Custom controls HTML removed (temporarily, will return) +- Custom controls HTML removed (temporarily, will return) - perhaps can re-instate but no options UI - Selectors changes (new `input` and `display` object) - DOCUMENT ## Added -- cgit v1.2.3 From 01d1ac9ab9b02f3751e7ef8a174fdcc388a36c82 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Mon, 17 Apr 2017 21:05:35 +1000 Subject: Toggle menu --- notes.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'notes.md') diff --git a/notes.md b/notes.md index f30dc3ca..15340814 100644 --- a/notes.md +++ b/notes.md @@ -11,6 +11,8 @@ - Finish and test PiP (need Sierra VM) - Finish and test AirPlay (need Sierra VM) +- Click outside of menu closes it + # Notes - No quality HTML5 support (yet) - No Vimeo quality support -- cgit v1.2.3 From 60e51b70778dfa61c7885f50dc815fdef8797fc3 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Wed, 19 Apr 2017 21:33:23 +1000 Subject: Added notes --- notes.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'notes.md') diff --git a/notes.md b/notes.md index 15340814..875689d7 100644 --- a/notes.md +++ b/notes.md @@ -21,6 +21,9 @@ #### 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 -- cgit v1.2.3 From f5d80fa888bf9c1fae7248faa0bd4d68580e4803 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Wed, 19 Apr 2017 22:40:32 +1000 Subject: Notes --- notes.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'notes.md') diff --git a/notes.md b/notes.md index 875689d7..1b30cfc9 100644 --- a/notes.md +++ b/notes.md @@ -11,8 +11,6 @@ - Finish and test PiP (need Sierra VM) - Finish and test AirPlay (need Sierra VM) -- Click outside of menu closes it - # Notes - No quality HTML5 support (yet) - No Vimeo quality support @@ -31,4 +29,4 @@ ## Added - Seek i8n label -- Loop i8n labels \ No newline at end of file +- Loop related i8n labels \ No newline at end of file -- cgit v1.2.3 From bbe4b7e565f6fd8acc946065934bdeae8d0dfc0e Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Sat, 22 Apr 2017 14:55:03 +1000 Subject: Notes --- notes.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'notes.md') diff --git a/notes.md b/notes.md index 1b30cfc9..42c2d3d1 100644 --- a/notes.md +++ b/notes.md @@ -11,6 +11,8 @@ - Finish and test PiP (need Sierra VM) - Finish and test AirPlay (need Sierra VM) +- Download button - grab first or src attribute (or maybe use currentSrc?) for HTML5 and links for embedded players + # Notes - No quality HTML5 support (yet) - No Vimeo quality support -- cgit v1.2.3