Dmitry Lyzo
93d3458fd0
Fix old streamInfo on stream change
...
When the client changes the stream (fail to play) `streamInfo`
contains the old play session and the next progress report
will update the wrong session. The server then responds with
the wrong playback method until the next progress report.
Update `streamInfo` before playback start so that the data
is up to date.
2022-03-15 23:40:12 +03:00
Bill Thornton
9067b0e397
Fix eslint errors for empty functions/constructors
2022-03-01 10:57:48 -05:00
Joshua M. Boniface
3f0b8058ad
Merge pull request #3251 from thornbill/remove-photo-limit
2022-02-28 23:47:53 -05:00
Dmitry Lyzo
d997d63d11
Fix theme song playback when switching items with different themes
...
When you change an item with a theme to an item with a different theme, the
backdrop tries to access the player. The latter has not yet started playing the
new theme (`streamInfo` is null), but is already considered playing. A runtime
error occurs when referring to null `streamInfo` (to check if the content type
matches).
To fix the problem, set `streamInfo` just before playback starts.
2022-02-01 00:56:02 +03:00
Dmitry Lyzo
e455ecbb75
Fix trailer playback when no local trailers are available
2022-01-14 23:51:06 +03:00
Bill Thornton
692b6ae7a2
Allow for unlimited photos in playbackmanager
2021-12-30 13:25:27 -05:00
Bill Thornton
709ef906cc
Fix screenfull imports
2021-11-10 13:00:29 -05:00
José Olívio M. Pedrosa
5ffe4aac8f
Save playback speed rate, and restore when playing a video again
2021-10-30 18:25:06 -03:00
Dmitry Lyzo
94bbe803c1
Clear data when player is destroyed
2021-10-15 21:49:11 +03:00
Dmitry Lyzo
6b4c4d3140
Fix playback error stop
2021-10-15 21:49:11 +03:00
Bill Thornton
2cf9f05c43
Merge pull request #2943 from thornbill/fix-play-all
...
Fix play all and shuffle buttons
2021-09-17 14:03:18 -04:00
Bill Thornton
b51c59e583
Remove Video from play all query in photo albums
2021-09-14 10:35:46 -04:00
Bill Thornton
8b8cd0f1f9
Remove Video from play all query in photo libraries
2021-09-13 10:23:46 -04:00
Bill Thornton
4f762c1076
Remove unused filesystem support
2021-09-09 12:18:35 -04:00
Bill Thornton
4573a1a233
Fix play all for photo libraries
2021-09-09 10:58:18 -04:00
Bill Thornton
ac45163e4c
Fix direct play logic when direct stream is disabled
2021-09-08 11:33:20 -04:00
Ian Walton
af2b05044c
Merge branch 'master' into auto-set-tracks
2021-09-07 12:18:53 -04:00
Bill Thornton
d2519ca5c6
Merge pull request #2914 from jellyfin/player-not-found
...
Show error if player not found
2021-09-07 10:41:25 -04:00
Dmitry Lyzo
ae2e1ef836
Print error
2021-09-06 18:45:52 +03:00
Dmitry Lyzo
fa1d270a2f
Show error if player not found
2021-09-06 01:15:58 +03:00
hazil
13f55130a7
Merge branch 'jellyfin:master' into master
2021-09-04 18:24:32 +05:30
Dmitry Lyzo
323695cb58
Clear player data on playback changing
2021-09-03 23:21:18 +03:00
Hazil Mohamed
e0031bc50e
fix eslint errors
2021-07-07 08:09:56 +05:30
Hazil Mohamed
610b05025d
fix endsAt when playback rate changes
2021-07-03 17:08:25 +05:30
Ian Walton
d896a726a9
Add unexpected exception handling to AutoSet.
2021-05-01 17:52:54 -04:00
Ian Walton
e0a13bfe6a
Handle more possible issues with AutoSet.
2021-05-01 01:28:17 -04:00
Ian Walton
d8e7e14da0
Add subtitle/audio auto-set feature.
2021-04-24 19:09:07 -04:00
Ian Walton
e9d3d6bd36
Merge remote-tracking branch 'upstream/master' into unstable
2021-04-14 20:50:07 -04:00
Bill Thornton
2c85b7806b
Merge pull request #2514 from oddstr13/image-fill-resize
...
Add support for fillWidth and fillHeight
2021-04-11 12:30:06 -04:00
Ian Walton
12232491b8
eslint cleanup
2021-04-07 02:12:07 -04:00
Ian Walton
456f32ee15
Support features for JellyfinMediaPlayer.
2021-04-07 01:39:34 -04:00
Bill Thornton
a3949c1889
Fix sonarqube issues
2021-03-23 11:28:20 -04:00
Bill Thornton
be9f964c18
Remove useless escape characters
2021-03-23 11:28:20 -04:00
Bill Thornton
f60b7686d0
Remove unused variables
2021-03-23 11:28:16 -04:00
Odd Stråbø
814713235e
Add support for fillWidth and fillHeight
...
I have probably missed a few places it should be used
2021-03-17 22:43:52 +01:00
Bill Thornton
dc64556d0c
Remove unnecessary returns
2020-12-14 16:33:49 -05:00
Bill Thornton
310e8b713f
Fix invalid uses of Array.map
2020-12-14 16:30:45 -05:00
Ionut Andrei Oanca
d8beb9909f
Add playlist-sync and group-wait to SyncPlay
2020-11-22 21:15:04 +01:00
Dmitry Lyzo
89e2e77886
Add default error text
2020-11-21 22:51:24 +03:00
Dmitry Lyzo
6f61bee9d4
Merge branch 'master' into unavailable-yt-video-trailer-bug-fix
2020-11-20 11:08:06 +03:00
vitorsemeano
2243b35311
fixed multiple default imports missing
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2020-11-08 12:26:11 +00:00
vitorsemeano
03a6269b5f
fix some bugs reported by sonarCloud
2020-11-06 00:18:43 +00:00
vitorsemeano
86a9f4e36f
solved imports for alert, toast and confirm
2020-11-05 23:15:39 +00:00
vitorsemeano
5071aedcea
extracted connectionManager from site.js
...
new module ServerConnections for ConnectionManager
all code adapted to this new module
removed Events and ConnectionManager from eslintrc
2020-11-05 23:12:23 +00:00
Bill Thornton
54d71126d9
Fix currentApiClient references
2020-11-05 23:11:47 +00:00
Bill Thornton
a71b0314d4
Fix apiclient imports
2020-11-05 23:11:47 +00:00
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
MrTimscampi
1a635e2f81
Migrate site.js to ES6
2020-11-05 22:55:06 +00:00
Dmitry Lyzo
6aa0d7c318
Add error message
2020-10-29 23:52:52 +03:00