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

13755 commits

Author SHA1 Message Date
Bill Thornton
674b0b118f
Merge pull request #5681 from dmitrylyzo/fix-loading
Fix loading hides too early
2024-06-08 18:29:57 -04:00
Chaitanya Shahare
a031aab622
Fix markdown is rendered properly in episode's overview 2024-06-08 19:58:06 +05:30
Dmitry Lyzo
fa4b109037 Fix loading hides too early 2024-06-07 14:46:36 +03:00
Bill Thornton
a0c2202e64 Remove IMDb references 2024-06-06 10:30:20 -04:00
Dmitry Lyzo
7a88d5f02d Snap slider value
Firefox doesn't automatically snap the value of the range
element, which causes uneven values to be displayed.
2024-06-06 14:52:51 +03:00
Bill Thornton
238b44f1bb Fix live tv images being ignored 2024-06-05 17:44:50 -04:00
Bill Thornton
52aa8ebd49
Merge pull request #5662 from gnattu/mark-opera-as-hevc-av1-ready
Mark desktop Opera as AV1 and HEVC ready in fmp4
2024-06-05 14:14:04 -04:00
Bill Thornton
7865170eb6
Merge pull request #5621 from FintasticMan/webos_prioritise_hevc
Prioritise HEVC over H264 in HLS TS streams on webOS
2024-06-05 14:07:58 -04:00
Bill Thornton
2a110f6b5d
Merge pull request #5661 from thornbill/missing-episode-search
Use display missing episodes setting in search
2024-06-05 14:03:06 -04:00
gnattu
07bbe67927 Mark desktop Opera as AV1 and HEVC ready in fmp4
Users report that the desktop Opera can play AV1 and HEVC just fine in fmp4
2024-06-05 23:30:57 +08:00
Bill Thornton
611922d260 Use display missing episodes setting in search 2024-06-05 10:23:35 -04:00
Connor Smith
c35cec5c77 Fixed being unable to properly long press on cards to multiselect on Firefox 2024-06-04 22:37:08 -04:00
Bill Thornton
ab781678c1
Merge pull request #5658 from thornbill/activity-table-widths
Update activity table column widths
2024-06-04 16:14:44 -04:00
Bill Thornton
7d057c58cf Update activity table column widths 2024-06-04 16:04:59 -04:00
Bill Thornton
4dd44dfd9f Revert "Fix extra requests in standalone mode"
This reverts commit 4161220965.
2024-06-04 15:28:02 -04:00
Bill Thornton
74a3bd8768
Merge pull request #5653 from dmitrylyzo/fix-videoosd-hide
Fix video OSD not fully hiding
2024-06-04 14:55:30 -04:00
Tarulia
ba36747dbb Fix background being invisible with theme videos 2024-06-04 14:23:33 -04:00
Dmitry Lyzo
cbedc384b3 Fix video OSD not hiding
Sometimes (maybe in some browsers) onHideAnimationComplete
is called on btnPause, and the event listener is disconnecting
because it was connected with "once: true".

As a result, the `hide` class is not added to the OSD element,
allowing the user to interact with transparent elements.

Don't connect listener with "once: true".
2024-06-03 16:48:37 +03:00
grafixeyehero
2a9892db85 Fix TV Guide only covers half the screen 2024-05-31 03:42:13 +03:00
grafixeyehero
75ef961530 Clear query and view cache on user logout
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-05-31 01:04:15 +03:00
Bill Thornton
4959a777c9
Merge pull request #5619 from grafixeyehero/Fix-Clear-query-cache-on-user-logout
Clear the cache view on user logout
2024-05-30 17:27:05 -04:00
Bill Thornton
003bc94e02
Merge pull request #5610 from grafixeyehero/Fix-Tv-Mode-search-field
Fix Search Field for Tv Mode
2024-05-30 11:13:44 -04:00
grafixeyehero
c135be012c apply suggestion 2024-05-30 15:39:25 +03:00
grafixeyehero
ee6909325d Reset cached views
Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-05-30 15:29:58 +03:00
gnattu
3a0be7d345
Simplify syntax
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-30 00:12:16 +08:00
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
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
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
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
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