Commit graph

2794 commits

Author SHA1 Message Date
Dmitry Lyzo
8aa6088e24 Handle resolved play promise
It seems that without processing the Promise resolution,
there is no subscription to the error event.
2022-02-09 19:45:33 +03:00
Bill Thornton
443dac94d7
Merge pull request #3356 from SenorSmartyPants/SpecialFeaturesCardText
Special Features: Display extraType as secondaryText on card
2022-02-09 09:47:03 -05:00
Dmitry Lyzo
9defa0f289 Show AlphaPicker if there is SortName 2022-02-09 09:35:42 +03:00
Bill Thornton
65d8aac0a9
Merge pull request #3318 from iainsaxonhome/feature/quit-app
Added Quit App to main menu
2022-02-09 01:32:54 -05:00
Shadowghost
52919e3fe8 feat(mediainfo): add external, forced and default attributes to subtitle and audio 2022-02-03 15:34:52 +01:00
Dmitry Lyzo
2d5e7f745f Skip non-ready state of player in nowPlayingBar
When nowPlayingBar receives an `init` event, some propertes of `state` are not
yet defined. Wait for `playbackstart`.
2022-02-01 01:16:53 +03:00
Dmitry Lyzo
d997d63d11 Fix theme song playback when switching items with different themes
When you change an item with a theme to an item with a different theme, the
backdrop tries to access the player. The latter has not yet started playing the
new theme (`streamInfo` is null), but is already considered playing. A runtime
error occurs when referring to null `streamInfo` (to check if the content type
matches).

To fix the problem, set `streamInfo` just before playback starts.
2022-02-01 00:56:02 +03:00
Bill Thornton
9a855784f7
Merge pull request #3072 from grafixeyehero/convert-userParentalControlPage-to-react
Convert userParentalControlPage to react
2022-01-28 00:00:34 -05:00
Bill Thornton
6c4b204d96
Merge pull request #3340 from jellyfin/fix-focus-play-resume
Fix auto focus on Play/Resume
2022-01-27 23:48:40 -05:00
SenorSmartyPants
c5786ac66d Fix code smell 2022-01-26 17:34:13 -06:00
SenorSmartyPants
08628e8e7a Fix linting 2022-01-26 17:31:18 -06:00
SenorSmartyPants
a6267aee68 Display rewatching list in Next up section on home page
Supports a Rewatching list page as well.
2022-01-26 17:16:30 -06:00
Matthew Jones
424b4fb976 Change to drop-down for embed sub options 2022-01-26 20:38:41 +00:00
grafixeyehero
76f9b9c929 apply suggestions 2022-01-22 19:20:09 +03:00
SenorSmartyPants
17f44e3fac Display MediaSourceCount for all media Types
All items support alternate local versions, even if it's not documented. Tested with episode and musicVideo types. Added MSC to list items as well.
2022-01-20 15:58:14 -06:00
SenorSmartyPants
1e95442bb0 Special Features: Display extraType as secondaryText on card 2022-01-20 15:34:22 -06:00
Dmitry Lyzo
603de194dc Fix Light theme 2022-01-20 20:10:43 +03:00
Bill Thornton
984aa39c4a
Merge pull request #3348 from thornbill/fix-react-emby-select
Fix unstyled emby-select field when rendered with React
2022-01-20 00:33:34 -05:00
Bill Thornton
2b389aa928
Merge pull request #3315 from 1337joe/mixed-content-collection-generation
Expose collection generation options for mixed libraries
2022-01-18 14:30:25 -05:00
Bill Thornton
52c45bae42 Fix class name parameter in SelectSyncPlayAccessElement 2022-01-18 10:22:54 -05:00
oledfish
d15c7c8e29 Add all TMDB episode orders 2022-01-18 00:55:47 -03:00
oledfish
8f55658c91 Merge branch 'master' of https://github.com/jellyfin/jellyfin-web into jellyfin-master 2022-01-16 20:52:54 -03:00
iainsaxonhome
2fc99360bd Removed exitmenu from browser support list 2022-01-16 21:25:13 +11:00
Dmitry Lyzo
22e45c2bf2 Fix auto focus on Play/Resume 2022-01-15 20:03:13 +03:00
Bill Thornton
c037160453
Merge pull request #3334 from jellyfin/fix-play-trailer 2022-01-14 23:30:54 -05:00
Dmitry Lyzo
64fb71ee1e Fix Blurhash worker on webOS 1.2
Webpack 5 doesn't polyfill Promise in the worker, so we use (deprecated) 'worker-loader', which does until Webpack 5 gets a fix.
2022-01-15 00:16:14 +03:00
Dmitry Lyzo
e455ecbb75 Fix trailer playback when no local trailers are available 2022-01-14 23:51:06 +03:00
grafixeyehero
f5b69e0de3 apply suggestions 2022-01-14 19:20:27 +03:00
Fernando Fernández
41b8fc8d2a
Correct outdated comment 2022-01-14 10:33:37 +01:00
Fernando Fernández
486b0db0cd
remove unnecessary canvas animations and switch to CSS3 animations 2022-01-14 10:33:37 +01:00
Fernando Fernández
d1e0a7b1d7
handle multiple DOM nodes with same blurhash string 2022-01-14 10:33:37 +01:00
Fernando Fernández
5716e4cf05
implement worker without proxies for better compatibility with old devices 2022-01-14 10:33:37 +01:00
Fernando Fernández
eb486ef4b7
Reduce blink when switching between image and blurhash 2022-01-14 10:33:36 +01:00
Fernando Fernández
18fe70b978
Increase pixels resolution 2022-01-14 10:33:36 +01:00
Fernando Fernández
a47dd1b35c
Decode Blurhash pixels in a WebWorker 2022-01-14 10:33:36 +01:00
Bill Thornton
47b24659a6
Merge pull request #3319 from SenorSmartyPants/LiveTVDisplay
Add episode details to live TV DVR schedule
2022-01-13 12:55:35 -05:00
Bill Thornton
a6fe11eeb2 Fix image path for placeholder image 2022-01-13 12:18:24 -05:00
Bill Thornton
c045af621d Fix image path for notification icon 2022-01-13 12:15:36 -05:00
Bill Thornton
7701049335
Merge pull request #3271 from thornbill/fix-number-filter
Fix number option in alphapicker
2022-01-13 10:55:17 -05:00
Bill Thornton
8e9f050a32 Add channels link to home page section 2022-01-13 10:15:24 -05:00
Joe Rogers
71d4eeadba
Expose collection generation options for mixed libraries
Pass "mixed" instead of "" for library type "Other"
2022-01-13 15:35:34 +01:00
SenorSmartyPants
ddb6a6ab65 Fix Chrome button text-align = center default
Chrome would override class styles on buttons in cards. Added text-align to existing selector, and added selector to existing style.
2022-01-11 19:10:17 -06:00
SenorSmartyPants
12d65a9459 Make active TV recordings look more consistent...
with finished recordings and other TV episodes
2022-01-11 19:10:13 -06:00
SenorSmartyPants
6117cffcc2 Add episode details to live TV DVR schedule
details button should be left aligned IMO. Not sure where to change CSS yet.
details link to a different place than the card
2022-01-11 19:10:07 -06:00
Bill Thornton
2c3381ee5a Fix eslint polyfills for typescript files 2022-01-11 10:03:06 -05:00
Bill Thornton
7618fb5c2b
Merge pull request #3071 from grafixeyehero/convert-userLibraryAccessPage-to-react
Convert userLibraryAccessPage to react
2022-01-10 23:46:56 -05:00
grafixeyehero
c6966c67f7 Convert userParentalControlPage to react 2022-01-07 03:43:13 +03:00
grafixeyehero
cf39bc06d1 apply suggestions 2022-01-07 03:33:25 +03:00
Marius Luca
8679e37222 - add "Select All" action to multiSelect 2022-01-07 00:04:55 +02:00
Bill Thornton
5e247f094d Fix number option in alphapicker 2022-01-04 17:13:31 -05:00