Bill Thornton
b3913d7bb3
Fix card actions in experimental layout
2025-12-03 12:18:21 -05:00
Bill Thornton
69d169e45f
Merge pull request #7380 from theguymadmax/add-help-to-backup
...
Add help link to backups page
2025-12-02 16:01:43 -05:00
theguymadmax
264eedc90a
Add help link to backups page
2025-12-02 11:19:29 -05:00
Bill Thornton
6fba30a0a9
Merge pull request #7379 from Collin-Swish/fix-duplicate-years
2025-12-01 23:24:32 -05:00
Collin Swisher
3376a126de
Fix duplicate years due to type mismatch
2025-12-01 21:53:47 -06:00
Roberto Romero
4e9c2e71a9
Bind PlayerChange before handlers to report correct isLocalPlayer ( #7376 )
...
PlayerChange was firing before the subscriber rebound its player, so the
first media session update could send `isLocalPlayer: false` (player undefined)
and Android treated playback as remote (cast volume UI). Rewire PlaybackSubscriber
so PlayerChange binds the current player before invoking handlers, ensuring media
session updates always have a bound player and report the correct local/remote
state.
Fixes: https://github.com/jellyfin/jellyfin-android/issues/1745
Fixes: https://github.com/jellyfin/jellyfin-android/issues/1854
2025-12-01 21:23:24 -05:00
Bill Thornton
06f5442fc9
Merge pull request #7378 from thornbill/fix-rtl-details
2025-12-01 15:24:47 -05:00
Bill Thornton
c478d6e307
Fix card and logo position for rtl languages
2025-12-01 12:44:46 -05:00
Jellyfin Release Bot
cacb660ff8
Bump version to 10.11.4
2025-11-30 21:33:35 -05:00
Bill Thornton
4bdc0fd974
Merge pull request #7344 from dkanada/book-player-layout
2025-11-27 02:22:31 -05:00
dkanada
9af155b291
keep existing dialog style on desktop layout
2025-11-27 16:00:39 +09:00
dkanada
74f98bb120
use book player theme in TOC element
2025-11-27 16:00:19 +09:00
dkanada
e568ecbf30
modify TOC and button layout in book player
2025-11-27 15:52:01 +09:00
Bill Thornton
1686788be5
Merge pull request #7345 from dkanada/fix-continue-reading
...
fix book playback in continue reading home section
2025-11-25 10:59:13 -05:00
dkanada
43749273e4
fix book playback in continue reading home section
2025-11-24 14:32:14 +09:00
Bill Thornton
b807ebfa4a
Merge pull request #7331 from theguymadmax/fix-trickplays-on-playlists
...
Fix trickplay not displaying when content is played from a playlist
2025-11-17 12:11:50 -05:00
Jellyfin Release Bot
8cc49df625
Bump version to 10.11.3
2025-11-16 17:40:09 -05:00
Bill Thornton
f2d2c5b26e
Merge pull request #7335 from gnattu/blacklist-firefox-mkv-support
2025-11-15 13:10:38 -05:00
gnattu
5c444198ea
Blacklist Firefox native mkv playback
2025-11-16 01:42:01 +08:00
theguymadmax
dee5a1bcea
Fix trickplay not displaying when content is played from a playlist
2025-11-14 01:36:10 -05:00
Bill Thornton
3d55ce3724
Merge pull request #7313 from theguymadmax/fix-livetv-programs-section
...
Fix missing Live TV sections in experimental layout
2025-11-12 21:24:25 -05:00
Bill Thornton
3c6a5160a6
Merge pull request #7325 from viown/disable-scan-when-scanning
2025-11-12 12:18:18 -05:00
viown
01200f3d70
Disable scan button when scanning
2025-11-12 18:32:39 +03:00
Bill Thornton
39f971ffa4
Merge pull request #7283 from kinke/tizen_max_streams
...
Restrict recently added max-32-streams limit to Tizen < v6.5
2025-11-10 16:37:28 -05:00
Bill Thornton
e6141968d7
Merge pull request #7312 from viown/enhance-log-viewer
...
Enhance log viewer
2025-11-10 16:34:18 -05:00
Bill Thornton
f445e53f7e
Merge pull request #7298 from gnattu/relax-webox-range-profile
2025-11-10 05:11:22 -05:00
Bill Thornton
d1379dce8a
Merge pull request #7295 from thornbill/fix-display-form
2025-11-09 23:29:29 -05:00
Bill Thornton
03c2cebbd3
Merge pull request #7296 from thornbill/revert-hlsjs-webos
2025-11-09 23:29:11 -05:00
theguymadmax
ab0042d46f
Fix Live TV program sections in experimental layout
2025-11-08 11:43:19 -05:00
viown
3c388fef92
Enhance log viewer
2025-11-08 08:15:59 +03:00
gnattu
9c76311936
Also add av1 ranges to relaxed profile
2025-11-07 10:35:05 +08:00
Bill Thornton
f077e294a9
Merge pull request #7301 from thornbill/fix-series-play
...
Fix first episode when playing a series
2025-11-06 11:26:31 -05:00
Bill Thornton
1c8f221006
Merge pull request #7306 from viown/fix-tuner-device-card-size
...
Add line break to card's secondary text
2025-11-06 09:24:26 -05:00
viown
a1d8bec051
Add line break to card's secondary text
2025-11-06 06:08:00 +03:00
Martin Kinkelin
000f89b99e
Tizen: Restrict recently added max-32-streams limit to Tizen < v6.5
...
v10.11 introduced that limit for Tizen in general, causing all formerly
direct-playable media with more than 32 streams to be remuxed - one
cause of regression #7231 .
According to https://github.com/jellyfin/jellyfin-tizen/issues/289#issuecomment-2581270727 ,
Tizen v5 only supports max 32 streams. This limit seems to have been
lifted in v6.5, according to https://github.com/jellyfin/jellyfin-web/issues/7231#issuecomment-3474685133 .
I'm using Tizen v9 and don't have any problems with around 100 streams.
2025-11-06 00:34:18 +01:00
Bill Thornton
83317879a8
Fix first episode when playing a series
2025-11-05 14:10:12 -05:00
gnattu
7c0807680d
Fix comment
...
Co-authored-by: Tim Eisele <Tim_Eisele@web.de >
2025-11-05 19:26:57 +08:00
gnattu
053ce59352
Relax dynamic HDR device Profile
...
HDR10+ are designed to be backward-compatible with HDR10 which means we can just advertise HDR10+ as supported for HDR10 supported clients. This will avoid the server to force a remux to remove the HDR10+ metadata to ensure compatibility. At least the server-side removal is not needed for major web browsers and the tvs that uses the web client.
For TVs, we need to relax the device profile even more by exposing not-supported but can be played ranges. This is due to the HLS support on TVs are often lacking features and the remux on server side would end up removing more than just the dynamic range. I don't personally own any of the TVs, so I'm not sure if this relaxed profile would break anything though.
2025-11-05 18:45:51 +08:00
Bill Thornton
b3833e7479
Revert "Enable use of hls.js when LG WebOS 4 or newer is used."
...
This reverts commit 85fc9de45f .
2025-11-04 11:22:44 -05:00
Bill Thornton
21d7dd86ea
Merge pull request #7290 from theguymadmax/library-refresh-fix
...
Fix library not refreshing after adding new media library
2025-11-04 11:09:41 -05:00
Bill Thornton
e2e679f0be
Fix default values in display settings
2025-11-04 10:46:34 -05:00
theguymadmax
993d370582
Fix library not refreshing after adding new media library
2025-11-02 22:57:34 -05:00
Jellyfin Release Bot
933e1b255b
Bump version to 10.11.2
2025-11-02 21:28:58 -05:00
Bill Thornton
2c45c5ba4a
Merge pull request #7274 from nyanmisaka/disable-native-hls-on-chromium
2025-10-29 18:38:14 -04:00
Bill Thornton
cdde002ca6
Merge pull request #7271 from viown/fix-tuner-device-list
2025-10-29 18:36:43 -04:00
nyanmisaka
19cb2e9977
Using HLS.js instead of native HLS in Chromium
...
Chromium 141+ brings native HLS support that does not support
switching HDR/SDR playlists. Always use hls.js to avoid falling
back to transcoding from remuxing and client side tone-mapping.
Signed-off-by: nyanmisaka <nst799610810@gmail.com >
2025-10-29 18:52:37 +08:00
viown
fb7a1538d0
Fix tuner devices list
2025-10-29 08:22:49 +03:00
Bill Thornton
7491722364
Merge pull request #7272 from viown/use-legacy-grid-for-widgets-count
2025-10-29 00:30:57 -04:00
viown
d6c169321e
Use legacy grid for item counts widget
2025-10-28 18:43:53 +03:00
Bill Thornton
6e2c62525a
Merge pull request #7269 from viown/fix-log-viewer-client-logs
2025-10-28 08:01:51 -04:00