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

3244 commits

Author SHA1 Message Date
Bill Thornton
611922d260 Use display missing episodes setting in search 2024-06-05 10:23:35 -04: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
a67fd2e5ac
Try EnableDirectStream when possible
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-30 00:12:00 +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
grafixeyehero
a51d700eff Fix onAlphaPicked callback, the query (search term) is not updated Properly 2024-05-26 20:04:16 +03:00
Bill Thornton
a71fe63684 Reset query cache on user logout 2024-05-24 08:47:55 -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
292240df46 Fix missing policy check for download all 2024-05-21 16:18:42 -04:00
Bill Thornton
2280d98785 Restore promise rejects 2024-05-21 12:08:21 -04:00
Bill Thornton
70b9aa4611 Fix playback interceptor rejecting 2024-05-20 17:49:41 -04: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
c0467b1f13 Fix video osd not hiding in experimental layout 2024-05-15 14:56:59 -04:00
Bill Thornton
a358d34ea9
Merge pull request #5507 from thornbill/min-server-version 2024-05-15 00:05:19 -04:00
Bill Thornton
d17c35acc3 Fix stored credentials not updating on logout 2024-05-14 17:16:12 -04:00
Bill Thornton
f980e38530 Set the minimum server version to match the sdk 2024-05-14 17:01:38 -04:00
Bill Thornton
8ee5ad72d1
Merge pull request #5477 from thornbill/fix-now-playing-dash
Fix now playing bar rendering under drawer
2024-05-10 13:10:30 -04:00
Bill Thornton
29b5bce2f8 Fix now playing bar rendering under drawer 2024-05-10 12:24:38 -04:00
gnattu
070dd2ac8e don’t set save lyrics locally as default 2024-05-10 15:45:29 +08:00
Bill Thornton
f002d540a2 Fix role and type display on people cards 2024-05-08 13:56:06 -04:00
Bill Thornton
9b635ca497
Merge pull request #5463 from thornbill/fix-recently-added-mixed
Fix recently added for mixed libraries
2024-05-07 14:23:31 -04:00
Bill Thornton
d98978eb1e Fix recently added for mixed libraries 2024-05-07 14:05:00 -04:00
Pithaya
caf028b721 Support person types for books 2024-05-06 16:14:39 -04:00
Bill Thornton
ebc6d274bd
Merge pull request #5251 from scampower3/missing-people-types
Add missing options for people metadata editor
2024-05-06 16:12:46 -04:00
Bill Thornton
bae48c4023 Cleanup logs and make playlists public by default 2024-05-06 03:10:52 -04:00
Bill Thornton
6c226ba59f Add permission check for removing playlist item 2024-05-06 03:02:12 -04:00
Joshua M. Boniface
7700f15fd9
Merge pull request #5453 from thornbill/playlist-access-checks
Add permission check to playlist editor
2024-05-05 21:37:51 -04:00
Joshua M. Boniface
6987bbf71d
Merge pull request #5440 from jellyfin/lyric-library-management
Add lyric settings to music library management
2024-05-05 21:34:22 -04:00
Joshua M. Boniface
df0af31bb3
Merge branch 'master' into playlist-access-checks 2024-05-05 21:31:13 -04:00
Joshua M. Boniface
56d5a8aae2
Merge pull request #5449 from thornbill/new-playlist-public
Add public access option when creating playlist
2024-05-05 21:30:28 -04:00
Bill Thornton
048d07e1a1 Add error messages for playlist editor 2024-05-05 14:34:56 -04:00
Bill Thornton
e13f0ba234 Add edit permission check for adding to playlist 2024-05-05 04:50:48 -04:00
Bill Thornton
8fa2fd071f Add public access option when creating playlist 2024-05-05 03:22:29 -04:00
Dmitry Lyzo
f1220600eb Add Video Advanced section 2024-05-05 01:48:00 +03:00
Dmitry Lyzo
275e18457e Add TrueHD enabling option 2024-05-05 01:36:40 +03:00
Dmitry Lyzo
ce15adba69 Add DTS enabling option 2024-05-05 01:36:40 +03:00
Cody Robibero
be4836ffd3 remove lyric fetcher management (not supported) 2024-05-04 10:34:20 -06:00
Andrew Rabert
10198f9056 Show "99+" in unplayed indicator when more 100 or more new items 2024-05-02 16:14:13 -04:00
Andrew Rabert
ee0dfed858 Fix unplayed count styling when navigating back 2024-05-01 17:06:08 -04:00
Bill Thornton
a3259477dc
Merge pull request #5423 from nvllsvm/season_playallfromhere 2024-05-01 12:39:23 -04:00
Bill Thornton
a3b5be0bb6
Merge pull request #5439 from thornbill/no-lyrics-when-no-lyrics 2024-05-01 12:34:18 -04:00
Bill Thornton
c2a5f1e05d
Merge pull request #5437 from thornbill/fix-item-state 2024-05-01 12:24:06 -04:00