gnattu
a67fd2e5ac
Try EnableDirectStream when possible
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-30 00:12:00 +08:00
FintasticMan
472fc09a50
Also prioritise HEVC for Tizen
2024-05-29 10:40:47 +02:00
FintasticMan
4eeb79b3e1
Prioritise HEVC in TS containers on webOS
2024-05-28 23:58:05 +02:00
gnattu
a35c81a0eb
Merge branch 'fork/relax-remux-requirement-for-remote'
2024-05-29 00:20:49 +08:00
gnattu
adcea4467d
Fix HLS stream check
...
The TranscodingSubProtocol is no longer nullable on the server side and direct playing media will have a value of http. Check container type when TranscodingSubProtocol is not HLS
2024-05-29 00:20:10 +08:00
gnattu
6feb46fecb
Don't check specific reason
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-28 20:27:11 +08:00
gnattu
20e29b81b5
Always try transcode as last resort
2024-05-28 05:45:29 +08:00
gnattu
2b59a9f998
fix lint
2024-05-28 01:41:56 +08:00
gnattu
a66e4d6d1a
Allow VideoStreamCopy for remote source fallback
...
During LiveTV playback, a fallback is usually needed because the first attempt would be try to direct play the remote url of that channel. If that failed we should still allow stream copy because the playback would still success in this case. The server side will enforce the most compatible format (h264+ts) and still do transcoding if that condition is not met.
2024-05-28 01:33:29 +08:00
Jellyfin Release Bot
ea1cadf4b6
Bump version to 10.9.3
2024-05-26 20:00:31 -04:00
Bill Thornton
788ce37c43
Merge pull request #5612 from scampower3/regex-fix
2024-05-26 17:05:00 -04:00
LJQ
c1db082629
Fix ua detection
2024-05-27 02:55:00 +08:00
grafixeyehero
a51d700eff
Fix onAlphaPicked callback, the query (search term) is not updated Properly
2024-05-26 20:04:16 +03:00
Bill Thornton
61976b8101
Merge pull request #5589 from thornbill/mui-themes
2024-05-25 12:04:21 -04:00
Joshua M. Boniface
35e4fe497e
Update GitHub workflows from Master
...
Backport fixes from:
- #5478
- #5470
2024-05-25 12:02:22 -04:00
Bill Thornton
1ea598968c
Merge pull request #5599 from NotSaifA/fix-release-date
2024-05-25 02:22:19 -04:00
Bill Thornton
167515dbf0
Merge pull request #5601 from thornbill/fix-marker-updating
2024-05-25 01:50:07 -04:00
Bill Thornton
f7f5ac99b0
Merge pull request #5590 from thornbill/fix-main-page-position
2024-05-25 01:49:14 -04:00
Bill Thornton
a88d03fe8f
Merge pull request #5600 from thornbill/reset-cache-logout
2024-05-24 13:15:46 -04:00
Bill Thornton
3630ac0436
Fix chapter markers not updating
2024-05-24 09:33:22 -04:00
Bill Thornton
a71fe63684
Reset query cache on user logout
2024-05-24 08:47:55 -04:00
NotSaifA
b49eb09a08
Calculate timezone offset based on input
2024-05-24 06:17:19 -04:00
Bill Thornton
bd03c43716
Merge pull request #5593 from thornbill/fix-chapter-markers
2024-05-23 15:28:12 -04:00
Bill Thornton
e56c46a913
Fix chapter marker re-rendering
2024-05-23 14:37:52 -04:00
Bill Thornton
9e34ae8b42
Merge pull request #5587 from scampower3/fix-square-posters
2024-05-23 13:18:46 -04:00
Bill Thornton
7342e43bd4
Fix positioning of the main animated page elements
2024-05-23 12:48:38 -04:00
Bill Thornton
b5fda71a27
Add support for user themes for mui components
2024-05-23 10:18:42 -04:00
LJQ
14075c641a
Update test
2024-05-23 15:12:39 +08:00
LJQ
e53c78a8ff
Add changes to other aspect ratio comparisons
2024-05-23 15:11:08 +08:00
LJQ
adb662eb0b
Fix square posters
2024-05-23 11:32:48 +08:00
Bill Thornton
bb9b4ce8bb
Merge pull request #5581 from thornbill/fix-download-all-access
2024-05-21 16:40:14 -04:00
Bill Thornton
6da3dd7c86
Merge pull request #5526 from gnattu/remove-redundant-keybindings
2024-05-21 16:38:56 -04:00
Bill Thornton
9d9b69edd5
Merge pull request #5452 from dmitrylyzo/webos-flac-2ch
2024-05-21 16:36:35 -04:00
Dmitry Lyzo
fb87dfbf5e
Add specialized video transcoding profile with FLAC for webOS
...
webOS doesn't seem to support FLAC with more than 2 channels.
Split each video transcoding profile with FLAC so that the
containing FLAC is only applied to 2 channels audio.
2024-05-21 23:20:28 +03:00
Dmitry Lyzo
1342bedad0
Limit maximum FLAC channels to 2 on webOS
2024-05-21 23:20:28 +03:00
Bill Thornton
292240df46
Fix missing policy check for download all
2024-05-21 16:18:42 -04:00
Bill Thornton
add01e332b
Merge pull request #5573 from thornbill/fix-playback-access
...
Fix playback interceptor rejecting
2024-05-21 16:16:59 -04:00
Bill Thornton
2280d98785
Restore promise rejects
2024-05-21 12:08:21 -04:00
gnattu
11e3bf395e
use browser.tv
...
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-21 22:37:35 +08:00
gnattu
0271ae42c0
Use modern syntax & slight perf improvement
2024-05-21 17:55:11 +08:00
gnattu
68bac17a46
Only bind media keys for TV and browsers not having mediaSession
2024-05-21 14:13:19 +08:00
Bill Thornton
7eb54e029f
Merge pull request #5563 from nielsvanvelzen/fix-chapter-xss
2024-05-20 22:04:24 -04:00
Bill Thornton
70b9aa4611
Fix playback interceptor rejecting
2024-05-20 17:49:41 -04:00
Bill Thornton
3dcb42daac
Merge pull request #5566 from gnattu/dont-do-smart-url-guessing
2024-05-20 11:57:35 -04:00
Niels van Velzen
b8a7cf214d
Fix chapter name XSS injection in progress bar
2024-05-20 16:49:35 +02:00
gnattu
c0b86a39c7
Only connect to manuall addresses specified by user
...
This should never be enabled on the web because users are not expected to connect to an address they don't specify. For specific use cases like auto endpoint switching between networks, this should be managed by DNS or the router itself, not by the application.
Having an address that is not always connectable causes our Android users to be unable to reliably connect to the server. It also breaks many reverse-proxy setups, as this address exposed by the server usually bypasses the proxy unless explicitly configured by the user. This has far more negative impact than the benifit it brings.
2024-05-20 22:37:19 +08:00
Bill Thornton
a806eeb3a7
Merge pull request #5558 from dmitrylyzo/fix-headers
2024-05-19 16:47:10 -04:00
Dmitry Lyzo
ab70cc07a8
Patch 'Headers' to accept 'undefined'
...
Fixes `TypeError: Failed to construct 'Headers': No matching constructor signature.`
2024-05-19 22:41:03 +03:00
Jellyfin Release Bot
ed321c4cdb
Bump version to 10.9.2
2024-05-17 16:09:37 -04:00
Bill Thornton
7ce8c070b3
Merge pull request #5529 from thornbill/fix-plugin-tabs
...
Restore library menu tabs functionality
2024-05-17 13:09:49 -04:00