Dmitry Lyzo
4c9f39e07e
Don't hide EnableNextVideoOverlay option on TV
2022-02-22 00:52:28 +03:00
Dmitry Lyzo
9a4652f638
Add default text (icon) to Episode
...
Same as for Series.
2022-02-22 00:13:29 +03:00
Dmitry Lyzo
034a86119f
Add card padder icon for items with an image
2022-02-22 00:13:29 +03:00
Bill Thornton
270501e4f8
Merge pull request #3367 from SenorSmartyPants/Rewatch
...
Display rewatching list in Next up section on home page
2022-02-21 12:35:35 -05:00
Bill Thornton
7337225eec
Merge pull request #3445 from dmitrylyzo/fix-nowplayingbar
...
Fix nowplayingbar not displaying when restoring the view
2022-02-21 12:28:03 -05:00
Bill Thornton
489613f934
Merge pull request #3443 from dmitrylyzo/fix-focus-jump
...
Fix Play/Resume focus jump
2022-02-21 12:26:27 -05:00
Bill Thornton
d034ca5ea0
Merge pull request #3415 from dmitrylyzo/fix-hometab-focus
...
Fix focus on Home tab
2022-02-21 00:26:35 -05:00
Dmitry Lyzo
821036bf71
Fix nowplayingbar not displaying when restoring the view
...
'init' message was skipped in 2d5e7f745f
Use 'refresh' type message to allow show/hide.
2022-02-21 00:09:11 +03:00
Dmitry Lyzo
6ae03974f9
fix: Fix focus jump when focusing Resume
...
Make the Play button the Resume and replace Resume with Replay.
2022-02-20 22:37:54 +03:00
Bill Thornton
016da1893f
Merge pull request #3376 from SenorSmartyPants/ImageDownloaderShowSeason
...
Add option to season image downloader to pick from series images
2022-02-17 00:23:03 -05:00
SenorSmartyPants
d9ebdc05bb
Add option to season image downloader to pick from series images
2022-02-15 23:54:44 -06:00
Bill Thornton
c5848b9934
Merge pull request #3357 from SenorSmartyPants/MediaSourceCount
...
Display MediaSourceCount for all media Types
2022-02-15 23:24:53 -05:00
Dmitry Lyzo
6c61712514
Fix focus on hometab
...
Remove the 'returnPromise' option, i.e. always return Promise
so that the focus is executed after the sections are loaded.
2022-02-15 15:44:45 +03: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
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
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