aboutsummaryrefslogtreecommitdiffstats
path: root/src/client/players
Commit message (Collapse)AuthorAgeLines
* Make raw videos adaptive for aspect ratiosRblSb2025-01-19-17/+14
| | | | | | Sadly there is no info about video size for iframes, so they will be keeped as 16/9. Let me know if this change breaks anything.
* VK player supportRblSb2025-01-17-0/+228
|
* Cache on server featureRblSb2025-01-17-41/+26
| | | | | | | | 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-5/+55
| | | | | | | | 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-7/+67
| | | | closes #49
* Video item fixesRblSb2024-04-29-3/+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`)
* Raw youtube fallback for unavailable videosRblSb2024-04-28-22/+47
| | | | | | | Also: - fix `tryLocalIp` replacement (NAT workaround) - improve proxy headers a bit - use json2object fork for better generated diffs
* Improve srt parsingRblSb2024-04-21-5/+35
|
* Skip proxy for local subsRblSb2023-06-21-5/+28
|
* Use null coalescing opRblSb2023-04-23-1/+1
|
* Hints, Open in App button, ui animationsRblSb2023-01-07-2/+2
|
* Add /ad commandRblSb2023-01-05-1/+1
| | | | for skipping youtube sponsored blocks
* Youtube shorts supportRblSb2022-11-24-0/+4
|
* Rework videolist structureRblSb2021-09-27-0/+1
|
* iOS...RblSb2021-08-28-0/+2
| | | | Sent from my iPhone
* Fix subs for linux chromeRblSb2021-08-20-6/+21
| | | | With trackEl.srclang = "en"
* Fix local subsRblSb2021-08-13-1/+4
| | | | closes #28
* Better subs checkRblSb2021-07-13-0/+1
|
* Show subs correctlyRblSb2021-07-13-5/+13
|
* Inline object allocationRblSb2021-07-12-4/+4
|
* Basic ass subs supportRblSb2021-07-12-42/+109
|
* vtt/srt subs supportRblSb2021-07-05-21/+160
|
* ReformatRblSb2021-07-05-30/+25
|
* Subtitles url inputRblSb2021-02-14-1/+8
| | | | Can be enabled by plugins
* Minor title input fixRblSb2021-01-31-8/+3
|
* Improve youtube link detectionRblSb2021-01-31-9/+9
|
* Video title inputRblSb2021-01-24-8/+19
|
* Use page token on requestsRblSb2020-12-18-30/+39
|
* youtubePlaylistLimit settingRblSb2020-12-17-1/+2
| | | | closes #12
* Playlists "at next" orderRblSb2020-06-07-19/+29
|
* Improve history inputsRblSb2020-05-23-5/+9
|
* text-overflow for title itemRblSb2020-05-22-1/+2
|
* Improve raw video removeRblSb2020-05-22-0/+3
|
* m3u8 supportRblSb2020-05-12-1/+31
|
* Support youtube streamsRblSb2020-05-01-10/+29
|
* Fix autoscroll with unloaded imagesRblSb2020-04-26-1/+1
|
* Fix some issues with reused playersRblSb2020-04-26-24/+30
|
* Fix youtube bg autoplayRblSb2020-04-24-24/+49
|
* Fix playback eventsRblSb2020-04-10-0/+4
|
* Sync playback rateRblSb2020-04-03-1/+27
|
* Dodge FF video controls bugRblSb2020-04-01-7/+8
|
* Safe autoplay on ChromiumRblSb2020-03-31-3/+12
|
* Youtube playlists and api key in configRblSb2020-03-08-15/+68
|
* Load only required languages on clientRblSb2020-03-06-0/+1
|
* Improve iframe handlingRblSb2020-03-04-0/+3
|
* Iframe itemsRblSb2020-03-04-0/+59
|
* Fix youtube player controlRblSb2020-03-02-3/+3
|
* Use git yt player externsRblSb2020-03-02-1/+1
|
* Get youtube video title/duration with apiRblSb2020-02-29-19/+70
|
* Youtube player supportRblSb2020-02-28-1/+161
|
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage