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

493 commits

Author SHA1 Message Date
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
Bill Thornton
20381bd3ec Fix all loneliness 2023-09-12 23:45:36 -04:00
Bill Thornton
d6bcc7466b Fix curly bracket issues 2023-09-12 17:29:03 -04:00
Sky-High
31f035e359 update module name in log message 2023-09-12 23:28:31 +02:00
Sky High
8d3e8eb5b2
Merge branch 'jellyfin:master' into cast-with-localhost-server 2023-09-12 23:20:02 +02:00
Yasin Silavi
a8e6eaff48 Remove comment out code 2023-09-11 12:13:49 -04:00
Sky-High
70c1b5b6e4 satisfy eslint 2023-09-10 21:16:40 +02:00
Sky High
61a6d6e8f0
Merge branch 'jellyfin:master' into cast-with-localhost-server 2023-09-10 20:28:15 +02:00
Sky-High
d773790439 Use URL API for better readability 2023-09-10 20:11:02 +02:00