| Commit message (Collapse) | Author | Age | Lines | |
|---|---|---|---|---|
| * | Add server pause when leader disconnects | RblSb | 2025-01-24 | -24/+19 |
| | | ||||
| * | Cache on server feature | RblSb | 2025-01-17 | -2/+3 |
| | | | | | | | | | 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. | |||
| * | Streamable support | RblSb | 2024-08-02 | -2/+0 |
| | | | | | closes #49 | |||
| * | Video item fixes | RblSb | 2024-04-29 | -2/+2 |
| | | | | | | | - 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`) | |||
| * | Use null coalescing op | RblSb | 2023-04-23 | -1/+1 |
| | | ||||
| * | Rework videolist structure | RblSb | 2021-09-27 | -1/+1 |
| | | ||||
| * | Way to change video src on client | RblSb | 2021-08-01 | -1/+1 |
| | | | | | see #27 | |||
| * | Reformat | RblSb | 2021-07-05 | -10/+13 |
| | | ||||
| * | More JsApi methods | RblSb | 2021-06-06 | -0/+32 |
| | | | | | | getVideoItems/addVideoItem/removeVideoItem closes #24 | |||
| * | Subtitles url input | RblSb | 2021-02-14 | -0/+15 |
| | | | | | Can be enabled by plugins | |||
| * | Api: getLocalIp / getGlobalIp | RblSb | 2021-02-10 | -1/+13 |
| | | ||||
| * | Once events api, improve pause hotkey | RblSb | 2020-06-06 | -0/+22 |
| | | ||||
| * | More api methods | RblSb | 2020-06-05 | -7/+39 |
| | | ||||
| * | m3u8 support | RblSb | 2020-05-12 | -1/+1 |
| | | ||||
| * | Change addPlugin api | RblSb | 2020-04-30 | -2/+22 |
| | | ||||
| * | VideoRemove api event | RblSb | 2020-04-25 | -6/+20 |
| | | ||||
| * | External api test | RblSb | 2020-04-24 | -0/+49 |
