| Commit message (Collapse) | Author | Age | Lines |
| |
|
|
|
|
|
| |
- yt-dlp should be more stable and allows more cool stuff in future
- easier to export cookies.txt with yt-dlp utility (cookies.json support removed)
- better quality fallback if not enough space
- keep progress reports after reconnections
|
| | |
|
| |
|
|
| |
You also don't need to change `parent` arg in iframe src now
|
| |
|
|
| |
closes #46
|
| | |
|
| |
|
|
|
|
|
| |
- Fix timer seek on server pause with double timer.pause() calls
- Implement multi-caching
- Better uploading progress with XMLHttpRequest
- Better upload/cache error reporting
|
| |
|
|
|
|
|
| |
- PWA support (needs https)
- Optimize websocket responses
- Support `/ad` for youtube cache
- New icon!
|
| |
|
|
|
|
| |
Also extended requestLeaderOnPause, so you can unpause when someone else is a leader by video click with this one. Only works for raw videos and doesn't work in FF, so there is new unsafe option that can break everything with enough clients.
There is also leader button hints when you touch player as non-leader for easier ux.
|
| | |
|
| |
|
|
| |
Also improve autoscroll with column-reverse, so viewport resize / orientation change should not scroll chat to random places
|
| | |
|
| |
|
|
|
|
|
|
| |
Server will download video from supported players and add as raw video to playlist (only youtube is supported for now).
Cache for YT player is available after installing optional dependencies, see readme. For cache size see `cacheStorageLimitGiB ` in config.
There is also minor ux improvement, latest checkbox states will be keeped in local storage now.
|
| |
|
|
|
|
|
|
| |
This works as voice over if video also has audio, changing video volume to 0.3.
Also improve autoplay by playing videos muted and unmute on first page click.
There is no mute if you use Firefox and allow autoplay on page (navigator.getAutoplayPolicy check).
|
| |
|
|
| |
closes #49
|
| |
|
|
|
|
| |
- Fix youtube fallback, `videoItem.url` is now immutable
- JsApi.setVideoSrc now updates to supported player based on `url` arg
- Fix auto-pause when video is ended (with `requestLeaderOnPause`)
|
| |
|
|
|
|
|
| |
Also:
- fix `tryLocalIp` replacement (NAT workaround)
- improve proxy headers a bit
- use json2object fork for better generated diffs
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
| |
for skipping youtube sponsored blocks
|
| |
|
|
| |
And add "toggleItemType" permission. Closes #36
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
| |
getVideoItems/addVideoItem/removeVideoItem
closes #24
|
| |
|
|
| |
Can be enabled by plugins
|
| | |
|
| |
|
|
| |
closes #13
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
|
| |
* Major frontend redesign
* Some improvements
Co-authored-by: RblSb <msrblsb@gmail.com>
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|