Commit graph

69 commits

Author SHA1 Message Date
JdM
4366e628b2
Update VideoPlayer.vue 2023-05-20 16:00:06 +02:00
JdM
717b31f3fd Auto display of subtitles if enabled 2023-05-20 15:36:12 +02:00
Kavin
75dcc0abf1
Make the canvas display: none by default. 2023-05-15 05:42:14 +01:00
Glen Lowland
25818ae89f Fix seekbar preview aspect ratio and cropping
This PR fixes two issue observed with the seekbar preview:
- sometimes images got cropped incorrectly at the end of the video due to image having less frames that server tells us - so calculate it in place;
- set canvas width and height based on actual frame data so it follows the video aspect ratio rather than hard-coded value.
2023-05-01 23:22:30 +01:00
Kavin
ec08bdc31d
Merge pull request #2218 from EscherMoore/add-pip-hotkey
Fix: Add a hotkey to toggle Picture-In-Picture
2023-04-29 19:51:32 +01:00
Kavin
096999a69e
Merge remote-tracking branch 'origin/master' into toast 2023-04-29 19:09:15 +01:00
Bnyro
ba36d4b0da Fix position and visibility issues of the seekbar preview 2023-04-22 11:32:06 +02:00
Kavin
974324fad7
Listen on the actual seekbar to calculate 2023-04-17 00:05:06 +01:00
Kavin
7ce0c0fcc0
Fix for calculating right position in seekbar preview 2023-04-17 00:00:32 +01:00
Bnyro
367bb0f0a0 Add a seekbar thumbnail preview 2023-03-26 17:56:50 +02:00
Kavin
defefed9ed
Merge remote-tracking branch 'origin/master' into toast 2023-03-17 04:13:04 +00:00
EscherMoore
4a3f5d69c7 add hotkey to toggle Picture-In-Picture 2023-03-16 11:58:02 -04:00
Bnyro
125dda2b63 Re-add frame by frame navigation 2023-03-16 16:35:23 +01:00
Bnyro
c4bf2fec6e
Merge pull request #2200 from snematoda/patch-2
Minor fix for SponsorBlock
2023-03-15 19:16:21 +01:00
Bnyro
c93e0e0c3c
Revert "Frame-by-frame navigation" 2023-03-15 19:07:27 +01:00
Shiny Nematoda
ba40800a5e Minor fix for SponsorBlock 2023-03-15 03:38:16 +05:30
Bnyro
8edfa48f23
Merge pull request #2199 from vr10t/frame-by-frame
Frame-by-frame navigation
2023-03-14 19:27:40 +01:00
vr10t
656d41d43d frame-by-frame navigation 2023-03-14 17:33:11 +00:00
EscherMoore
84d2314a38 keep picture in picture open when switching videos 2023-03-12 23:20:14 -04:00
Shiny Nematoda
67c55426b9 replaced filter with some/findLast 2023-03-04 08:03:45 +00:00
Kavin
690031c010
Remove LBRY integration for now. 2023-03-04 04:42:03 +00:00
vr10t
2134e82efe add countdown until next video 2023-03-02 21:55:23 +00:00
Kavin
acff16a8d4
Simplify export and filter manifests from dash generation. 2023-03-02 14:18:53 +00:00
novenary
79fce71b77 Fix skip button color when using light theme 2023-02-08 09:17:18 +02:00
novenary
45a1e4981e Move skip button out of the control bar 2023-02-02 17:06:13 +02:00
novenary
7b832a981c Use getPreference* instead of accessing localStorage directly 2023-02-02 15:25:45 +02:00
novenary
e1b355e92a Add an option to skip sponsorblock segments manually
Fixes #894
2023-02-01 23:31:22 +02:00
Bnyro
fdb2f6b9a0 Remember the fullscreen state on autoplay 2023-01-27 18:13:20 +01:00
Kavin
027dabf9b4
Eager import shaka-player css. 2023-01-25 23:44:07 +00:00
Kavin
869489b8da
Fire a player init event on initialization. (#2008) 2023-01-21 22:50:56 +00:00
Kavin
ece47821fb
Ensure watch history preference actually works. 2023-01-13 13:40:12 +00:00
Kavin
7d4f0109d6
Fix correct track kind. 2023-01-13 13:32:43 +00:00
Kavin
69eef12275
Don't select track if safari.
Closes #1793
Closes #1748
2022-12-06 17:32:26 +00:00
Kavin
905ad6676a
Disable internal DASH manifest rewriting due to issues with shaka.
Closes #1805
2022-12-02 21:11:22 +00:00
Kavin
adf5f7da64
Don't show alerts in some scenarios. 2022-11-16 18:51:56 +00:00
Kavin
455edfcf7c
Filter audio tracks in variants too. 2022-11-15 21:16:19 +00:00
Kavin
5a268b26bd
Add support for multi-audio language videos. 2022-11-15 20:58:37 +00:00
Kavin
b5b238656b
Import muxjs only once and asynchronously. 2022-10-19 23:02:00 +01:00
Kamil Monicz
6d1d5d9776
Fix setting of initial playback rate 2022-10-16 14:49:56 +02:00
Kavin
fe7c1b43cf
Fix typo in quality check.
Closes #1300
2022-08-15 00:07:07 +05:30
Kavin
cd689ea3c7
Don't seek if saved position is > 90% of the video.
Closes #1277
2022-08-06 15:43:41 +05:30
Kavin
a574cedea3
Add keybind to navigate next.
Closes #1278
2022-08-06 15:33:31 +05:30
Bnyro
b8bbf49158 improve captions style 2022-07-23 18:15:40 +02:00
Kavin
25d82169b6
Use events and emits for finding currentTime. 2022-07-19 22:00:21 +05:30
Kavin
1d47af14ff
Fix build error. 2022-06-27 05:26:47 +01:00
Kavin
291a0373b7
Fixes for some null-related errors. 2022-06-26 15:15:03 +01:00
Kavin
0843f9c332
Disable AV1 by default. 2022-06-06 05:55:01 +01:00
Kavin
6371973943
Add optional chaining for sponsor segments. 2022-06-06 03:41:13 +01:00
Kavin
07322080a2
Add support to view sponsors on seekbar.
Closes #2
2022-06-06 03:18:55 +01:00
Kavin
6d6bedeebc
Reset skipped sponsors on page activation. 2022-05-25 15:19:48 +01:00