Commit Graph

2350 Commits

Author SHA1 Message Date
Bill Thornton c5848b9934 Merge pull request #3357 from SenorSmartyPants/MediaSourceCount
Display MediaSourceCount for all media Types
2022-02-15 23:24:53 -05:00
Cody Robibero 3109efe835 Merge pull request #3241 from matthew-jones-uk/disable-embedded-subs 2022-02-14 15:27:55 -07:00
Bill Thornton 481784622a Fix precision issue in cardBuilder 2022-02-14 15:38:44 -05:00
Bill Thornton 3ccb4fabb4 Fix indentation of directorybrowser 2022-02-14 15:38:44 -05:00
Bill Thornton 26f22c1ab4 Merge pull request #3374 from dmitrylyzo/play-resolved
Handle resolved play promise
2022-02-13 00:58:21 -05:00
Bill Thornton e54ed4de1d Merge pull request #3373 from dmitrylyzo/fix-theme-change
Fix theme song playback when switching items with different themes
2022-02-13 00:55:12 -05:00
Bill Thornton e4b7952e9e Merge pull request #3360 from dmitrylyzo/show-alphapicker
Show AlphaPicker if there is SortName
2022-02-13 00:54:15 -05:00
Bill Thornton 910a41e296 Merge pull request #3347 from dmitrylyzo/toast-stack
Stack toasts
2022-02-13 00:53:24 -05:00
Matthew Jones 4dbdd84140 Fix eslint errors 2022-02-12 20:10:12 +00:00
Matt 7912daf0c6 Merge branch 'master' into disable-embedded-subs 2022-02-12 19:41:51 +00:00
Bill Thornton 8362f50441 Merge pull request #3379 from Shadowghost/media-info-extend 2022-02-11 21:37:27 -05:00
Dmitry Lyzo e11109e2f8 Reduce the size of the icon in the listview 2022-02-10 00:21:57 +03:00
Dmitry Lyzo cd17f52b74 Stack toasts 2022-02-09 20:21:03 +03:00
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
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
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