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

25 commits

Author SHA1 Message Date
MrTimscampi
7d9208e951 WIP 2020-11-05 23:09:09 +00:00
MrTimscampi
bfb8c7c1f6 Make import paths ES6-compatible 2020-11-05 22:58:26 +00: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
f16df9788a Migrate bundle, qualityOptions, appHost and appLoader 2020-08-06 19:32:29 +02:00
dkanada
1fe25e14dd move themes and plugins into config file 2020-08-02 17:28:25 +09:00
MrTimscampi
5e1b6acffe Disallow block padding 2020-07-27 08:06:46 +02:00
Dmitry Lyzo
f292053b49 Fix event source for inputManager in case of multiple open dialogs 2020-07-25 00:30:25 +03:00
Maxr1998
32f2020801
Add support for seeking with milliseconds
Needed for the media notification seekbar in jellyfin-android (available on Android 10+).
The relevant change needed in jellyfin-android is already merged.
2020-07-21 00:50:14 +02:00
MrTimscampi
8ed2a185ee Replace trigger and handle with handleCommand 2020-07-18 23:38:00 +02:00
MrTimscampi
9e3ca706c4 Force the use of single quotes 2020-05-04 12:44:12 +02:00
Dmitry Lyzo
91e8d2c44f Fix inputManager trigger 2020-04-18 11:32:36 +03:00
Julien Machiels
0a0c639bad
Update src/scripts/inputManager.js
Use const instead of let

Co-Authored-By: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-04-10 23:35:09 +02:00
MrTimscampi
9d859d4fd3 Fetch action only once in inputManager 2020-04-10 22:58:18 +02:00
MrTimscampi
89979a00a3 Fix issues in dfnshelper and inputManager 2020-04-09 20:00:08 +02:00
MrTimscampi
33855a655f Add error handling to command processor in inputManager 2020-04-07 19:52:19 +02:00
MrTimscampi
a5d8775611 Make inputManager look-up table work properly 2020-04-07 19:11:53 +02:00
MrTimscampi
e5c8d2b23b Convert inputManager to ES6 2020-04-07 00:18:36 +02:00
MrTimscampi
43f6f985aa Clean inputManager 2020-04-07 00:09:07 +02:00
Dmitry Lyzo
4d6f187aee Fix event source for inputManager 2020-03-14 22:29:58 +03:00
Dmitry Lyzo
f9ec9e3b52 Add opened dialog as inputManager event source 2020-03-10 18:19:18 +03:00
Dmitry Lyzo
ddf7eae55b Merge remote-tracking branch 'upstream/master' into exit_on_back2
Conflicts:
	src/components/apphost.js
2020-01-27 17:47:29 +03:00
Dmitry Lyzo
60e64f8a58 Add exit on "Go back" 2020-01-21 12:56:11 +03:00
Dmitry Lyzo
12da467cfa Fix event subscription. Fix #623 2020-01-17 11:50:46 +03:00
dkanada
a260e33182 sort through the define statements 2019-10-03 02:33:21 +09:00
Renamed from src/components/inputManager.js (Browse further)