blob: 8cc39a768c351baf4e7999ba2483cbad7caf64d5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
### Todo
#### 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
- 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
#### Breaking changes
- Custom controls HTML removed (temporarily, will return)
- Selectors changes (new `input` and `display` object) - DOCUMENT
## Added
- Seek i8n label
- Loop i8n labels
|