1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
Commit graph

16 commits

Author SHA1 Message Date
dkanada
65e4ffe7b0 remove some duplicate strings 2020-08-17 20:40:42 +09:00
Jeff Sharkey
afa56c18af
Support for faster playback rates.
The HTML5 video element already has a well-supported "playbackRate" attribute
which can be used to increase playback rate.  This change wires up that control
to be displayed in the Jellyfish web player.

The playback rates offered are between 0.5x and 2x in 0.25x increments, which
matches the YouTube player.  This change also wires up the ">" and "<" key
events to increase and decrease the playback rate, which mirrors the keyboard
shortcuts supported by YouTube.
2020-08-14 18:25:56 -03:00
MrTimscampi
feb49dd429 Fix suggestions and cleanup 2020-08-06 22:09:24 +02:00
MrTimscampi
a7df7ad720 Fix appHost.supports 2020-08-06 19:32:31 +02:00
MrTimscampi
f16df9788a Migrate bundle, qualityOptions, appHost and appLoader 2020-08-06 19:32:29 +02:00
MrTimscampi
ae520390c6 Remove image size hack 2020-07-31 15:18:32 +02:00
dkanada
f430518d45
Merge pull request #1333 from MrTimscampi/another-lint-bites-the-dust
Kill Yoda
2020-07-31 21:48:18 +09:00
MrTimscampi
22a46ecea6 Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
Cyrus Boadway
5fb29b77a8 Consider Meta Key as a modifier
In a previous commit, number seek navigation was disabled when the ALT and CTRL
modifiers were active. Macs allow tab switching with the COMMAND key and
a number. This commit excludes meta key modifiers (COMMAND and WINDOWS)
key.
2020-07-31 11:15:27 +01:00
dkanada
f15c1cbb90
Merge pull request #1688 from Supergamer1337/play_mouse_timings
Made cursor hide on OSD hide.
2020-07-31 04:29:32 +09:00
Felix Bjerhem Aronsson
f254a71572
Moved hide cursor according to review 2020-07-30 13:42:07 +02:00
Supergamer1337
d7526d955d Added show and hide cursor 2020-07-30 10:51:53 +02:00
Cyrus Boadway
e870cc733d Skip number key navigation when key is modified
Pressing 0-9 seeks playback to the corresponding %. This overloaded 
browser tab switching when ALT/CTRL modifiers were active.
2020-07-29 23:00:07 +01:00
Supergamer1337
3ffd2bc4b9 Made cursor hide on OSD hide.
Cursor shows on OSD show.

Co-authored-by: Esaias Tilly <esaias@tillys.se>
2020-07-29 21:08:50 +02:00
MrTimscampi
5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
dkanada
c0261ee487 move wizard and user preference routes to nested folders 2020-07-26 20:31:16 +09:00
Renamed from src/controllers/playback/videoosd.js (Browse further)