What's Changed
Fixes
- fix(live/check): split request if >100 channels a416db4. Fixes #122
- The Twitch API to check if a stream is live has a channel limit of 100. This fix will split watched channels into multiple requests.
Features
Add Multiple Watched Channels
Multiple watched channels can be added at once by selecting multiple channels when adding a watched channel. Every channel in the multi-select will use the selected settings and each channel will have an entry created in the watched channels table.
Theater Mode
A new button has been added to the left of the fullscreen button on the player. This is the "Theater Mode" button. Clicking this on desktop will hide the navigation bar and the video title bar. If you wish to go entirely fullscreen press F11.
Better Mobile Support
The video player is now more touch friendly.
- Tapping the player will play/pause the video.
- Double tapping on the right side will seek 10 seconds and the left side rewind 10 seconds.
Mobile Fullscreen
Clicking the "Theater Mode" button while on mobile will enter a mobile fullscreen view.
Important: If using Firefox on your phone you must click or interact with the video before clicking the "Theater Mode" button. This is a browser restriction that requires user input (permission) before allowing an API to fullscreen something.
Video demonstrating the fullscreen mode. The video is supposed to rotate to landscape but the video was recorded vertically 😕
Full Changelog: v1.2.4...v1.2.5