Commit graph

28 commits

Author SHA1 Message Date
FireMasterK
3d3b587a9c
Load shaka-player as soon as Player component is loaded. 2021-07-10 02:25:09 +05:30
FireMasterK
83573d8ee7
Allow infinite sponsorblock skips when looping is selected. 2021-07-08 03:51:44 +05:30
FireMasterK
d77ab806e5
Add limited support for devices without MSE extensions. (#251) 2021-07-08 01:04:46 +05:30
FireMasterK
b0d9145e75
Add router caching. (#248)
* Add router caching.

* Avoid memory leak by limiting cache size.

* Fix search result caching.

* Remove remains of previous player.

Fixes an issue where the spinner/loading from a previous player can show up in a cached page.
2021-07-07 19:48:09 +05:30
FireMasterK
6b0cb2352b
Add option to loop current video. 2021-07-05 00:12:10 +05:30
FireMasterK
7a77534098
Remove all direct localStorage calls.
Also: make instance changes active instantly without needing a reload.
2021-07-04 23:56:02 +05:30
FireMasterK
4a10d80804
Cleanup + Allow setting some parameters over query. 2021-07-04 00:54:09 +05:30
FireMasterK
3cb733dfd0
Keep Parameters in URL when auto-playing. 2021-06-25 00:10:17 +05:30
FireMasterK
21487355ad
Add black background color to player. 2021-06-22 23:01:57 +05:30
FireMasterK
aad2efd303
Allow configuring buffering goal. 2021-06-22 16:24:30 +05:30
FireMasterK
192e245381
Fix for fullscreen issue. 2021-06-22 15:19:14 +05:30
FireMasterK
0094ef9f15
Implement default quality preference. 2021-06-22 01:33:11 +05:30
TheAssassin
8bf660c6c5
Limit maximum height of video player (#210) 2021-06-21 22:50:10 +05:30
FireMasterK
b18c34eb78
Fix for videos with no dash streams.
This works by loading the best premuxed stream.
2021-06-18 18:50:41 +05:30
FireMasterK
e243adb111
Disable audio only mode in livestreams. 2021-06-14 00:03:51 +05:30
FireMasterK
cc5c1258d4
Add support for livestreams. 2021-06-10 02:51:35 +05:30
FireMasterK
1f03ce5c8a
Add Invidious's listen=1 support. 2021-06-08 02:30:08 +05:30
FireMasterK
b8ac67b7af
Add back the Audio Only mode. 2021-06-08 02:05:45 +05:30
FireMasterK
a2f95c9d9e
Create Player UI like how it was intended to be. 2021-06-08 00:52:29 +05:30
FireMasterK
783698de15
Fix hotkeys. (#176)
Closes #172
2021-06-01 09:19:01 +00:00
FireMasterK
5ceda9fd62
Add auto play for videos as a preference. 2021-05-06 23:00:02 +05:30
FireMasterK
fcd14d3fcb
replace deprecated function: addTextTrack -> addTextTrackAsync 2021-05-06 21:44:08 +05:30
FireMasterK
a2afdb0b4d
Fix regression with fullscreen keybind.
For https://github.com/TeamPiped/Piped/issues/139#issuecomment-824821636
2021-04-22 18:51:45 +05:30
FireMasterK
57509b9185
Add keyboard controls.
Closes #139
2021-04-22 12:29:06 +05:30
FireMasterK
07433033b9
Provide captions name in ui and disable by default.
Closes #125
2021-04-21 20:06:45 +05:30
Maurice Oegerli
8eed88f17f Format all code files using the new configuration 2021-04-07 13:48:04 +02:00
FireMasterK
87e922e06d
Fix player destroying.
Regression from moving to a component.
2021-04-03 21:15:49 +05:30
FireMasterK
7910f90dbe
Move player to it's own component. (#108)
Fixes a Vue specific bug, as well as captions.
2021-04-01 20:43:35 +05:30