Ian Walton
9b1ed7ce4f
Change all instances of currentTime to be in ms.
2020-08-15 11:30:36 -04: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
Cameron
1f16e0fb9c
Fix suggestions
2020-08-10 22:13:43 +01:00
MrTimscampi
feb49dd429
Fix suggestions and cleanup
2020-08-06 22:09:24 +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
Cameron
9067047403
Update src/components/playback/playbackmanager.js
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-08-02 09:27:03 +01:00
Cameron
042cb4119b
lint
2020-08-02 09:22:03 +01:00
Cameron
91cd1a75d7
Apply Suggestions
2020-08-02 09:00:26 +01:00
Cameron
7ffb7ab0fc
fix lint and bug
2020-08-02 09:00:26 +01:00
Cameron
a72c843b13
Migration of playbackmanager to ES6 module
2020-08-02 09:00:24 +01:00
dkanada
b1e116885a
Merge pull request #1693 from Camc314/migrate-to-ES6-49
...
Migration of playqueuemanager to ES6 module
2020-07-31 17:15:36 +09:00
MrTimscampi
a395e6b3d3
Remove redundant variable assignments
2020-07-30 19:42:30 +02:00
Cameron
17923bb924
Migration of playqueuemanager to ES6 module
2020-07-30 10:15:25 +01:00
Bill Thornton
585667067b
Fix fullscreen video in iOS Safari
2020-07-29 09:28:06 -04:00
nyanmisaka
7e5be8e05e
add initial support for Edge chromium
2020-07-27 21:11:12 +08:00
MrTimscampi
5e1b6acffe
Disallow block padding
2020-07-27 08:06:46 +02:00
MrTimscampi
dfbb7dfc16
Remove dead code
2020-07-26 12:30:50 +02:00
MrTimscampi
3713091382
Merge remote-tracking branch 'upstream/master' into es6
...
With conflicts
2020-07-24 10:23:14 +02:00
dkanada
6b45755480
Merge pull request #1612 from Maxr1998/master
...
Add support for seeking with milliseconds
2020-07-24 10:18:04 +09:00
Dmitry Lyzo
389170610a
Remove leftovers
2020-07-24 01:45:57 +03:00
dkanada
e3b1a4017a
Merge pull request #1616 from Camc314/migrate-to-ES6-27
...
Removal of Require
2020-07-22 23:37:06 +09:00
Cameron
3a23b6e36c
Destruction of Require
2020-07-21 13:25:50 +01: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
Cameron
45df6ef764
Migration of alert to ES6 module
2020-07-15 14:46:56 +01:00
dkanada
a8a85df303
fix some minor console issues
2020-07-15 06:23:36 +09:00
MrTimscampi
e368271c8a
Fix back button not stopping video playback
2020-07-03 17:39:53 +02:00
Fernando Fernández
96acbc0307
Update playlist visually when queuing items
2020-07-02 00:54:27 +02:00
ferferga
08a995fe2c
Add 'Clear Queue' option
2020-07-01 15:54:51 +02:00
ferferga
737341934a
Add stop playback option in mobile's layout context menu
2020-07-01 15:05:08 +02:00
ferferga
4fe179214c
Address review comments
2020-06-23 23:41:52 +02:00
ferferga
78cdbbb14f
Remove item from sorted playlist when on shuffle mode and address review comments
2020-06-23 20:32:39 +02:00
ferferga
33d0329e5c
Merge remote-tracking branch 'upstream/master' into nowplaying-hotfixes
2020-06-23 19:18:32 +02:00
ferferga
b7714eea14
Address review comments
2020-06-23 19:09:22 +02:00
ferferga
3e1d24d9a2
Don't shuffle first item
2020-06-22 18:02:45 +02:00
KGT1
c639b12f9e
Update mediasession.js
...
changed playbackManager.getCurrentPlayer() to currentPlayer
2020-06-22 18:01:20 +02:00
ferferga
d13e1acf8d
Fix 'undefined' on Chromecast and cleanup on nowPlayingBar.js
2020-06-22 12:43:45 +02:00
ferferga
6aae85e991
Rename 'Playlist' term to 'Queue'
2020-06-22 11:25:16 +02:00
KGT1
329af3f54d
fixed linting errors
2020-06-22 10:08:54 +02:00
KGT1
1042121668
added ActionHandler seekto for Notification-Bar
2020-06-22 09:47:02 +02:00
ferferga
ff6bfbf2b4
Add playlist shuffling toggle to remotecontrol.js
2020-06-18 01:19:59 +02:00
dkanada
29e3ee6294
Merge pull request #1360 from MrTimscampi/photo-500-limit
...
Remove the 500 item limitation on photo playback
2020-06-05 23:16:11 +09:00
MrTimscampi
1c5d2a6959
Remove the 500 item limitation on photo playback
2020-06-05 16:04:18 +02:00
Delgan
7d6dca7907
Merge branch 'master' into es6-modules-components-playback
2020-06-04 19:13:53 +02:00
MrTimscampi
128baad126
Move plugins to a dedicated directory
2020-06-03 22:17:01 +02:00
dkanada
d728e8f47c
Merge pull request #1309 from bendardenne/transfer-whole-playlist
...
Transfer whole playlist when transferring playback
2020-06-03 15:34:39 +09:00
MrTimscampi
9535d94ab7
Add Path field to List query
...
Fixes the lack of play button on books
2020-05-30 13:15:49 +02:00
dkanada
9cae07205c
Merge pull request #1263 from itegulov/books
...
Implement minimalistic EPUB reader
2020-05-30 19:02:52 +09:00
MrTimscampi
aa2315f355
Update dependencies
2020-05-29 00:25:30 +02:00
dkanada
87b9eefc91
Merge branch 'master' into books
2020-05-28 02:40:38 +09:00