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

501 commits

Author SHA1 Message Date
Bill Thornton
70b9aa4611 Fix playback interceptor rejecting 2024-05-20 17:49:41 -04:00
Bill Thornton
703ec1b488 Fix syncplay playback starting before listener created 2024-05-15 17:38:03 -04:00
p0358
f09d5fb462
fix missing URL encoding for font name + fix typo
Missing URL encoding of this was causing an error if font name included "#" or other problematic characters probably...
2024-05-05 19:52:17 +02:00
Bond_009
d36e5ee32d Fix style 2024-04-30 21:48:49 +02:00
Bond_009
a890220aaa Fix album gain 2024-04-30 21:47:56 +02:00
Bond_009
c7b6f4418c Address comments 2024-04-30 21:46:29 +02:00
Bond_009
d2b8ce16e0 Fall back to other normalization gain if preferred one is null 2024-04-30 21:37:17 +02:00
Bond_009
e132332896 Use NormalizationGain instead of LUFS 2024-04-28 21:26:45 +02:00
Bill Thornton
965cb94fae Remove outdated comment 2024-03-25 03:05:12 -04:00
Bill Thornton
005bc0560f Fix case sensitivity in protocol checks 2024-03-25 01:26:25 -04:00
Bill Thornton
15d30ffaeb Add new media error types 2024-03-25 01:26:25 -04:00
Bill Thornton
081d408b18 Add enum for media errors 2024-03-25 01:22:19 -04:00
Dmitry Lyzo
8125c68d24 Migrate back from JASSUB to JavascriptSubtitlesOctopus
JASSUB has some problems with non-Latin languages.

This reverts:
3560715f41
0b3d2d841f
93c4dbbe4c
478f81fecf
f0e8eb52bb
52c8cffc82
2024-03-24 15:49:42 +03:00
Bill Thornton
0e2e2fdc4c
Merge pull request #5299 from nyanmisaka/fix-hlsjs-hdr-remux
Fix the behavior of HDR remuxing in HLS.js 1.5+
2024-03-24 03:53:27 -04:00
nyanmisaka
b5e40f5952 Fix the behavior of HDR remuxing in HLS.js 1.5+
Without this change, HLS.js 1.5+ only allows HDR playback on
displays/systems with HDR enabled. When the server provides
two streams one HDR and one SDR for fallback, HLS.js will
ignore the HDR stream, even if the browser supports
client-side tone-mapping. This triggers unnecessary transcoding.

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-03-24 01:59:54 +08:00
Nick
8045b95d93 Add trickplay functionality 2024-02-11 20:34:30 -08:00
Rasmus Krämer
b5f57109c5
Merge branch 'master' into sessionQueueFix 2024-01-07 00:06:55 +01:00
Rasmus Krämer
6aa4c1144d
Fix queue next / last in session player 2023-12-25 19:54:04 +01:00
Bill Thornton
07e86dee9d Use LTR for default subtitle direction 2023-11-30 15:39:14 -05:00
Bill Thornton
ef423be9f7
Merge pull request #5003 from DinuD/disable-sync-correction
Disable sync correction by default for SyncPlay
2023-11-29 14:43:28 -05:00
DinuD
61c8803a71 Disable sync correction by default 2023-11-15 20:50:38 +00:00
Yenof
7265308c8b Randomize backdrop images in screensaver
This provides a more varied experience viewing the backdrop screensaver.
2023-11-13 11:28:17 +03:00
Sky-High
e51ab7a8e3 remove unused log statement 2023-11-08 13:10:21 -05:00
Sky High
86beb0e7e5 Update src/plugins/chromecastPlayer/plugin.js
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2023-11-08 13:10:21 -05:00
Sky-High
108e00ac45 Fix playback control issues with chromecast 2023-11-08 13:10:21 -05:00
Vincent Lark
55f5a78f5e Use escapeHTML on book chapter titles 2023-11-08 12:41:58 -05:00
Vincent Lark
38d8cafc73 Render the toplevel TOC items bolder 2023-11-08 12:41:58 -05:00
Vincent Lark
7a495aff30 Show nested chapters in bookplayer TOC 2023-11-08 12:41:58 -05:00
Bill Thornton
d7ccd24094
Merge pull request #4843 from nielsvanvelzen/nvv-cc-from-user-config
Use cast receiver application from user configuration
2023-10-24 17:28:18 -04:00
TelepathicWalrus
7c22d8d058 Add debug class names 2023-10-17 08:31:47 +01:00
Niels van Velzen
7c9c38d682 Use cast receiver application from user configuration 2023-10-15 11:22:43 +02:00
TelepathicWalrus
28558ce6e4 Add albumLUFS to mediaSource to prevent new DTO 2023-10-09 01:15:33 -04:00
TelepathicWalrus
01dc72924a Remove debugging 2023-10-09 01:15:33 -04:00
TelepathicWalrus
7d16932081 Change to single quotes 2023-10-09 01:15:33 -04:00
TelepathicWalrus
88e925686b Fix typo 2023-10-09 01:15:33 -04:00
TelepathicWalrus
4dcb0fa658 Add options for album gain 2023-10-09 01:15:33 -04:00
Niels van Velzen
320c1dc28a Allow any application id for cast receiver 2023-09-23 17:17:51 +02:00
Bill Thornton
68272089d6
Merge pull request #4791 from KucharczykL/master 2023-09-21 13:09:51 -04:00
Lukáš Kucharczyk
aad5f9dc95 Change double quotes to single quotes 2023-09-20 07:57:16 +02:00
Lukáš Kucharczyk
2c608aa7d6 Make screensaver names translateable 2023-09-20 07:47:14 +02:00
Evan Carroll
5d047d3450 Add speeds for 2.5x 3x 3.5x 4x
Changes: Increase max playback speeds. Adds speeds between 2x-4x in 0.5x
increments

Feature request: 1916
2023-09-19 17:20:36 -05:00
Bill Thornton
2c1167c193
Merge pull request #4775 from thornbill/unused-privates 2023-09-14 17:37:16 -04:00
Bill Thornton
9435e3172d
Merge pull request #4761 from dmitrylyzo/hls-direct-play 2023-09-14 15:48:07 -04:00
Dmitry Lyzo
1684acd0ca Extract HLS stream test function 2023-09-14 22:37:16 +03:00
Bill Thornton
bb44ba022d
Merge pull request #4774 from thornbill/owner-of-a-lonely-if 2023-09-14 10:53:21 -04:00
Bill Thornton
e382f72c21
Merge pull request #4773 from thornbill/consistent-curly-braces 2023-09-14 10:51:21 -04:00
Bill Thornton
0f62cd9e52 Fix flvPlayer variable name 2023-09-14 01:44:12 -04:00
Bill Thornton
a7bf44bca3
Merge pull request #4706 from TheMelmacian/feature/random_backdrop_image
Use a random backdrop image for video osd
2023-09-14 00:19:39 -04:00
Dmitry Lyzo
b2c7d93498 Fix HLS detection 2023-09-14 00:27:57 +03:00
Bill Thornton
dd5199c544 Remove unused private class members 2023-09-12 23:56:08 -04:00