Commit Graph

108 Commits

Author SHA1 Message Date
dkanada
84ff01ad51
Merge pull request #1808 from jomp16/master-playback
Support for faster playback rates.
2020-08-17 17:08:42 +09:00
Joshua M. Boniface
e4a922ad60
Merge pull request #1716 from MrTimscampi/pluginmanager-es6
Migrate PluginManager and PackageManager to ES6
2020-08-16 12:17:22 -04:00
Cameron
f62014a2d4 Update plugin.js 2020-08-16 12:19:38 +01:00
Cameron
d95497cb23
Merge branch 'master' into migrate-to-ES6-67 2020-08-16 12:18:24 +01:00
Cameron
5e87c87c02 Update plugin.js 2020-08-16 12:17:37 +01: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
645668454a Merge remote-tracking branch 'upstream/master' into pluginmanager-es6 2020-08-12 15:33:11 +02:00
MrTimscampi
fe0c7d359e Merge remote-tracking branch 'upstream/master' into apphost-es6 2020-08-11 16:29:25 +02:00
Cameron
a0a1fafc9c
Merge branch 'master' into migrate-to-ES6-67 2020-08-10 22:17:58 +01:00
Cameron
1f16e0fb9c Fix suggestions 2020-08-10 22:13:43 +01:00
Cameron
1ff0ccca35
Merge branch 'master' into migrate-to-ES6-59 2020-08-10 09:55:09 +01:00
Cameron
e0f1ac833e Apply suggestions 2020-08-10 09:53:37 +01:00
MrTimscampi
0643e29404 Fix suggestions and rebase issues 2020-08-09 15:35:48 +02:00
Cameron
fa9c275735 fix ES6 errors 2020-08-09 12:41:16 +01:00
Cameron
3f7e36b499
Merge branch 'master' into migrate-to-ES6-69 2020-08-08 23:27:30 +01:00
MrTimscampi
566a818ee6 Merge remote-tracking branch 'upstream/master' into apphost-es6 2020-08-08 21:07:21 +02:00
Cameron
9f46f21b7f Migration of chromecastPlayer to ES6 module 2020-08-07 08:29:07 +01:00
Cameron
c8d68a7653
Merge branch 'master' into migrate-to-ES6-67 2020-08-07 08:17:40 +01:00
Cameron
e6ec5bab02 Migration of sessionPlayer to ES6 module 2020-08-07 08:16:35 +01:00
Cameron
e55c8958db Migration of experimentalWarnings to ES6 modules 2020-08-07 08:16:18 +01:00
Cameron
6eface9239 Migration of playAccessValidation to ES6 module 2020-08-07 08:12:45 +01:00
Cameron
7658cd5900 Migration of logoScreenSaver to ES6 module 2020-08-07 08:12:45 +01:00
MrTimscampi
936ff4186d Merge remote-tracking branch 'upstream/master' into more-es6 2020-08-06 22:45:35 +02:00
MrTimscampi
4cd83e6f73 Fix linting errors 2020-08-06 21:32:08 +02:00
MrTimscampi
1ef5529244 Migrate PluginManager to ES6 2020-08-06 21:31:10 +02:00
MrTimscampi
21152040ec Fix lint 2020-08-06 20:34:49 +02:00
MrTimscampi
f16df9788a Migrate bundle, qualityOptions, appHost and appLoader 2020-08-06 19:32:29 +02:00
Dmitry Lyzo
f712d9c238
Merge branch 'master' into fix-subtitle-line-spacing 2020-08-06 20:11:47 +03:00
Cameron
c883452395 add default 2020-08-05 20:22:48 +01:00
Cameron
3925c8eddb remove empty destory 2020-08-05 19:25:22 +01:00
matjaz321
8c58472dcf Migrated castSenderApi.js to es6 module 2020-08-04 19:15:15 +02:00
Cameron
36f389e8f9 Migration of htmlAudioPlayer to ES6 module 2020-08-03 20:57:54 +01:00
dkanada
6c375a52bc merge branch master into config 2020-08-03 04:46:07 +09:00
dkanada
1fe25e14dd move themes and plugins into config file 2020-08-02 17:28:25 +09:00
Cameron
0e409e2717
Merge branch 'master' into migrate-to-ES6-48 2020-08-02 09:14:01 +01:00
Cameron
49c1b3e159 Addition of defaults 2020-08-02 09:00:25 +01:00
dkanada
cefdde1848
Merge pull request #1681 from jellyfin/book-paging
Add paging in book player with touch events
2020-08-02 16:50:29 +09:00
dkanada
1a9f39caaf
Merge pull request #1709 from jellyfin/unstable
Rename chromecast flavors
2020-07-31 22:18:44 +09:00
dkanada
79a59d17c3 rename chromecast flavors 2020-07-31 22:16:20 +09:00
Cameron
5b91863b49
Merge branch 'master' into migrate-to-ES6-39 2020-07-31 13:57:49 +01:00
MrTimscampi
22a46ecea6 Apply ESLint autofix for no-yoda rule 2020-07-31 12:40:08 +02:00
Dmitry Lyzo
6ef3be136a Add parseInt radix 2020-07-30 23:36:52 +03:00
Dmitry Lyzo
48886918d3 Merge remote-tracking branch 'upstream/master' into fix-subtitle-line-spacing
Conflicts:
	src/components/subtitlesettings/subtitleappearancehelper.js
	src/plugins/htmlVideoPlayer/plugin.js
2020-07-30 17:57:33 +03:00
Bond-009
e7180e2633
Merge pull request #1091 from cromefire/es6-2
Migrated HtmlVideoPlayer
2020-07-30 15:54:34 +02:00
Cromefire_
cf6324e462
Fixed link to redirect target 2020-07-30 00:44:33 +02:00
Cromefire_
e9c9f4966c
Fixed type of AudioTrackList 2020-07-30 00:41:11 +02:00
Cromefire_
062ea29ad2
Fixed wrong array typing 2020-07-29 19:51:33 +02:00
Bill Thornton
585667067b Fix fullscreen video in iOS Safari 2020-07-29 09:28:06 -04:00
dkanada
c76f550b91 add paging in book player with touch events 2020-07-29 19:36:44 +09:00
Cameron
66ea2631b5 remove bookplayer .default 2020-07-29 11:24:30 +01:00