Update TODO

This commit is contained in:
Korbs 2024-12-02 19:13:56 -05:00
parent 6f4cbd3d9d
commit 2474a3d62e

12
TODO.md
View file

@ -1,20 +1,20 @@
- [x] Support HLS (HTTP Live Streaming) - [x] Support HLS (HTTP Live Streaming)
- [x] Subtitles ([`textTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/textTracks))
- [ ] Multi-Video Tracks ([`videoTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/videoTracks))
- [ ] Multi-Audio Tracks ([`audioTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/audioTracks))
- [ ] Playback Rate ([`playbackRate`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playbackRate))
- [x] Add Picture-in-Picture button - [x] Add Picture-in-Picture button
- [x] Volume Controller - [x] Volume Controller
- [x] Mobile Gestures - [x] Mobile Gestures
- [ ] Cast Support
- [x] Allow for multiple players on one page - [x] Allow for multiple players on one page
- [ ] 360 Video Support
- [x] Remove Iconoir's Vue package, [replace with CSS](https://iconoir.com/docs/packages/css) - [x] Remove Iconoir's Vue package, [replace with CSS](https://iconoir.com/docs/packages/css)
- [x] Milieu Settings - [x] Milieu Settings
- [x] Mode (Default | Fullscreen) - [x] Mode (Default | Fullscreen)
- [x] Speed - [x] Speed
- [x] Blur - [x] Blur
- [x] Scale - [x] Scale
- [x] Subtitles ([`textTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/textTracks))
- [x] Playback Rate ([`playbackRate`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/playbackRate))
- [ ] Multi-Video Tracks ([`videoTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/videoTracks))
- [ ] Multi-Audio Tracks ([`audioTracks`](https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/audioTracks))
- [ ] Cast Support
- [ ] 360 Video Support
- [ ] Modes - [ ] Modes
- [ ] Audio-Only - [ ] Audio-Only
- [ ] Pop-Up - [ ] Pop-Up