jellyfin-web/src/scripts
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
..
settings Update src/scripts/settings/webSettings.js 2020-08-11 15:32:40 +02:00
alphanumericshortcuts.js Disallow block padding 2020-07-27 08:06:46 +02:00
apploader.js Wrap appLoader in anonymous function 2020-08-11 19:53:11 +02:00
autoBackdrops.js Migration of alphanumericshortcuts, autobackdrops and youtubeplayer/plugin to ES6 modules 2020-07-17 20:56:16 +01:00
autoThemes.js Fix themes not loading unless signed in 2020-08-09 13:25:24 +02:00
browser.js Migration of browser to ES6 module 2020-07-29 10:04:55 +01:00
browserDeviceProfile.js Add ES6 import hack for 'browser' 2020-08-02 15:25:20 +03:00
datetime.js Fix appHost.supports 2020-08-06 19:32:31 +02:00
deleteHelper.js Migrate bundle, qualityOptions, appHost and appLoader 2020-08-06 19:32:29 +02:00
dfnshelper.js Change EOL of dfnshelper from CRLF to LF 2020-04-30 00:12:43 +02:00
dom.js Remove redundant variable assignments 2020-07-30 19:42:30 +02:00
editorsidebar.js merge weekday strings 2020-08-13 21:56:01 +09:00
fileDownloader.js Disallow block padding 2020-07-27 08:06:46 +02:00
filesystem.js move some files to more reasonable locations 2020-04-24 23:37:27 +09:00
gamepadtokey.js Fix suggestions and rebase issues 2020-08-09 15:35:48 +02:00
globalize.js Fix appHost.supports 2020-08-06 19:32:31 +02:00
imagehelper.js add initial support for Edge chromium 2020-07-27 21:11:12 +08:00
inputManager.js Support for faster playback rates. 2020-08-14 18:25:56 -03:00
itembynamedetailpage.js merge most tab and header strings 2020-08-13 21:38:57 +09:00
keyboardNavigation.js Fix linting errors 2020-07-26 13:10:32 +02:00
libraryBrowser.js remove more strings from source 2020-08-13 21:31:29 +09:00
libraryMenu.js merge weekday strings 2020-08-13 21:56:01 +09:00
livetvcomponents.js Apply suggestions from code review 2020-08-08 23:23:53 +01:00
mouseManager.js Add ES6 import hack for 'browser' 2020-08-02 15:25:20 +03:00
multiDownload.js Migration of library browser to ES6 moduels 2020-07-27 20:21:19 +01:00
playlistedit.js Force the use of single quotes 2020-05-04 12:44:12 +02:00
playlists.js Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
routes.js Fix lint 2020-08-08 05:31:07 +02:00
scrollHelper.js Fix require 2020-08-06 22:48:26 +02:00
serverNotifications.js Update src/scripts/serverNotifications.js 2020-08-06 23:26:59 +02:00
shell.js Merge remote-tracking branch 'upstream/master' into more-es6 2020-08-06 22:45:35 +02:00
site.js Fix suggestions and rebase issues 2020-08-09 15:35:48 +02:00
taskbutton.js Fix linting errors 2020-07-26 13:10:32 +02:00
themeManager.js move themes and plugins into config file 2020-08-02 17:28:25 +09:00
touchHelper.js Disallow block padding 2020-07-27 08:06:46 +02:00