aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/JsApi.hx
Commit message (Collapse)AuthorAgeLines
* Video upload featureRblSb2025-01-28-4/+20
| | | | | | And you can play video as soon as upload starts! This is pretty useful for thicc ones. Video will be keeped in cache and will comply cache size limit. I'm also implemented system storage check to change cache limit if it's lower than config value, so upload will be blocked if there is lower than 10MiB available on disk.
* Add server pause when leader disconnectsRblSb2025-01-24-24/+19
|
* Cache on server featureRblSb2025-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 supportRblSb2024-08-02-2/+0
| | | | closes #49
* Video item fixesRblSb2024-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 opRblSb2023-04-23-1/+1
|
* Rework videolist structureRblSb2021-09-27-1/+1
|
* Way to change video src on clientRblSb2021-08-01-1/+1
| | | | see #27
* ReformatRblSb2021-07-05-10/+13
|
* More JsApi methodsRblSb2021-06-06-0/+32
| | | | | getVideoItems/addVideoItem/removeVideoItem closes #24
* Subtitles url inputRblSb2021-02-14-0/+15
| | | | Can be enabled by plugins
* Api: getLocalIp / getGlobalIpRblSb2021-02-10-1/+13
|
* Once events api, improve pause hotkeyRblSb2020-06-06-0/+22
|
* More api methodsRblSb2020-06-05-7/+39
|
* m3u8 supportRblSb2020-05-12-1/+1
|
* Change addPlugin apiRblSb2020-04-30-2/+22
|
* VideoRemove api eventRblSb2020-04-25-6/+20
|
* External api testRblSb2020-04-24-0/+49
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage