aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/Player.hx
Commit message (Collapse)AuthorAgeLines
* VK player supportRblSb2025-01-17-0/+2
|
* Cache on server featureRblSb2025-01-17-16/+27
| | | | | | | | 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.
* External audiotrack supportRblSb2025-01-12-6/+118
| | | | | | | | 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).
* Streamable supportRblSb2024-08-02-4/+3
| | | | closes #49
* Video item fixesRblSb2024-04-29-17/+20
| | | | | | - 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`)
* Raw youtube fallback for unavailable videosRblSb2024-04-28-0/+4
| | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs
* Flashback time per item, improve webm/webp supportRblSb2024-01-01-10/+9
|
* Keep player removed between videosRblSb2023-04-23-1/+6
|
* Use null coalescing opRblSb2023-04-23-5/+3
|
* Hints, Open in App button, ui animationsRblSb2023-01-07-2/+1
|
* Add /ad commandRblSb2023-01-05-1/+36
| | | | for skipping youtube sponsored blocks
* Update locked playlist restrictionsRblSb2022-03-15-3/+2
| | | | And add "toggleItemType" permission. Closes #36
* Call setPos after items addedRblSb2021-09-28-1/+1
|
* Rework videolist structureRblSb2021-09-27-47/+60
|
* Minor autopause fixRblSb2021-09-09-1/+1
|
* Fix iOS keyboard handlerRblSb2021-09-04-2/+4
|
* Improve autopauseRblSb2021-08-01-1/+2
|
* ReformatRblSb2021-07-05-19/+28
|
* More JsApi methodsRblSb2021-06-06-5/+1
| | | | | getVideoItems/addVideoItem/removeVideoItem closes #24
* Subtitles url inputRblSb2021-02-14-0/+1
| | | | Can be enabled by plugins
* Video title inputRblSb2021-01-24-0/+4
|
* requestLeaderOnPause optionRblSb2021-01-17-0/+19
| | | | closes #13
* Hide iframes durationRblSb2020-06-07-2/+6
|
* Playlists "at next" orderRblSb2020-06-07-5/+6
|
* Pause indicatorRblSb2020-06-06-0/+9
|
* More api methodsRblSb2020-06-05-0/+14
|
* Major frontend redesign (#5)Austin Riddell2020-05-19-20/+15
| | | | | | | * Major frontend redesign * Some improvements Co-authored-by: RblSb <msrblsb@gmail.com>
* Sync leader on video start/refreshRblSb2020-05-13-0/+10
|
* Fix setNext item buttonRblSb2020-05-12-1/+1
|
* Blink tab on first video of playerRblSb2020-05-09-4/+6
|
* Support youtube streamsRblSb2020-05-01-0/+4
|
* Fix autoscroll with unloaded imagesRblSb2020-04-26-8/+1
|
* Fix some issues with reused playersRblSb2020-04-26-9/+13
|
* VideoRemove api eventRblSb2020-04-25-0/+2
|
* External api testRblSb2020-04-24-0/+1
|
* Fix youtube bg autoplayRblSb2020-04-24-16/+22
|
* Fix video restart after endRblSb2020-04-21-0/+5
|
* Sync playback rateRblSb2020-04-03-0/+26
|
* Minor fixesRblSb2020-03-12-0/+2
|
* Improve iframe handlingRblSb2020-03-04-1/+1
|
* Iframe itemsRblSb2020-03-04-3/+7
|
* Video sync togglerRblSb2020-03-02-0/+4
|
* Get youtube video title/duration with apiRblSb2020-02-29-3/+5
|
* Youtube player supportRblSb2020-02-28-9/+12
|
* Implement video item buttonsRblSb2020-02-28-40/+85
|
* Permanent items and player abstractionRblSb2020-02-27-92/+126
|
* Hide video controls automaticallyRblSb2020-02-25-0/+11
|
* Html escapismRblSb2020-02-25-7/+8
|
* NavBar buttonsRblSb2020-02-25-1/+6
|
* Start working on user folderRblSb2020-02-24-0/+1
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage