Commit Graph

584 Commits

Author SHA1 Message Date
p0358 edbf5962f8 Fix hidden scheduled task progress updates causing errors 2024-08-27 23:42:44 +02:00
viown 9a3cba06d1 Backport pull request #5915 from jellyfin-web/release-10.9.z
Fix incorrect initial play icon in remote control section

Original-merge: 8bc954468a7046a414b1e673b61ea15077574161

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-08-25 02:47:23 -04:00
gnattu 4f630eeb26 Enable software tonemapping options (#5784)
* Enable software tonemappin options

* Remove debugging log

* Apply suggestions from code review

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>

* use "camelCase" for CSS classes

* use toggle for switching

* no comments

---------

Co-authored-by: Bill Thornton <thornbill@users.noreply.github.com>
2024-08-23 14:30:28 -04:00
Bill Thornton 056d802c56 Move globalize to lib 2024-08-14 14:00:09 -04:00
gnattu 508facafbe Adds AC-4 and RFC7845 downmix 2024-08-04 12:57:21 +08:00
Bill Thornton 03f4251afb Merge pull request #5773 from thornbill/add-plugin-redesign 2024-07-26 19:34:59 -04:00
venkata nadha reddy 3d9a119d38 Fix stuck page titles on admin dashboard (#5735)
* Fixed stuck page titles on admin dashboard.

* Updating contributors
2024-07-19 12:53:44 -04:00
Bill Thornton e928a2ff95 Redesign add plugins page 2024-07-15 17:24:07 -04:00
Bill Thornton f0626465b0 Add headings and links to plugin pages 2024-07-15 10:25:56 -04:00
Bill Thornton 8961a19154 Add commit sha to version information 2024-05-20 22:31:19 -04:00
thornbill 291d3099bb Backport pull request #5530 from jellyfin-web/release-10.9.z
Fix scheduled task dialog z-index

Original-merge: 3402f1beba4fb800e3c31222f9654ada1a6edf1c

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17 13:52:50 -04:00
thornbill e2f805da19 Backport pull request #5529 from jellyfin-web/release-10.9.z
Restore library menu tabs functionality

Original-merge: 7ce8c070b39354c836434283daed6112e8bf7e9a

Merged-by: thornbill <thornbill@users.noreply.github.com>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17 13:52:49 -04:00
Bill Thornton 1506521a78 Add configuration for scan fanout concurrency 2024-05-10 11:44:16 -04:00
gnattu 32c8e7cad3 fix: always show VPP settings 2024-04-20 23:54:43 +08:00
Bill Thornton 3d84e8ac08 Merge pull request #5331 from gnattu/fix-trickplay 2024-04-20 02:54:51 -04:00
Niels van Velzen 3d6a536bdd Fix valDummyChapterDuration not populating in Dashboard>Libraries>Metadata 2024-04-14 13:55:37 +02:00
Bill Thornton 3fb99fe22d Merge pull request #5330 from gnattu/clarify-encoding-format-options
Add clear help text for encoding format options
2024-03-29 03:54:24 -04:00
Bill Thornton 5665319268 Merge pull request #5332 from gnattu/disable-ffmpeg-set
Disable ffmpeg path setting for security reasons
2024-03-29 03:48:46 -04:00
Bill Thornton 143b846d50 Fix missing emby-select import in add plugin page 2024-03-28 08:31:54 -04:00
Bill Thornton ac410d1616 Fix missing emby-collapse import in add plugin page 2024-03-28 03:02:32 -04:00
gnattu 08a150f2a6 fix: disable ffmpeg path setting for security reasons 2024-03-27 13:29:01 +08:00
gnattu b07553a058 fix: move mjpeg acceleration option into trickplay panel
This option is very trickplay specific and should not belongs to general encoding options
2024-03-27 13:10:40 +08:00
gnattu e1c90dac1e fix: add clear help text for encoding format options
These options are misunderstood as part of the hardware encoding options, but they are actually not. Add a helper text and make it in its own section.
2024-03-27 12:24:55 +08:00
gnattu ef88c422f2 fix: remove legacy codecs
These legacy codecs are not implemented with hardware-accelerated decoding in VideoToolbox and were using VideoToolbox's software fallback decoding before. Since ffmpeg now only allows software fallback for HEVC, enabling those codecs will cause VT session creation to fail. Remove them now.

Signed-off-by: gnattu <gnattuoc@me.com>
2024-03-26 14:43:33 +08:00
Bill Thornton cb98a5cce0 Merge pull request #5200 from nicknsy/trickplay-new
Add trickplay support
2024-03-24 02:24:01 -04:00
Niels van Velzen facbda4f2f Add package.json name and version as defines to avoid importing the package.json in code 2024-03-23 09:28:24 +01:00
Nick 08f9ec9f01 Move trickplay settings to react 2024-03-18 16:15:35 -07:00
Nick fc664090cc Merge branch 'master' into trickplay-new 2024-03-17 19:33:16 -07:00
Bill Thornton b54d791e95 Merge pull request #5240 from gnattu/apple-hwa 2024-03-15 00:25:10 -04:00
gnattu b454c76776 fix: merge vt encoding options into one branch 2024-03-13 19:12:29 +08:00
gnattu e64a5ed6d6 fix: also check type
Co-authored-by: Niels van Velzen <nielsvanvelzen@users.noreply.github.com>
2024-03-13 19:07:23 +08:00
Nick 2dfc0aa061 Merge branch 'master' into trickplay-new 2024-03-08 21:47:06 -08:00
Bill Thornton 7f42b4e8b6 Remove dlna configuration pages 2024-03-04 13:46:12 -05:00
gnattu be26da26f8 feat: add VideoToolbox Tone mapping support
This also hides AV1 encoding from VideoToolbox option to not confuse our user.
2024-02-29 09:33:54 +08:00
Nick 7f7c1be5e1 Merge branch 'master' into trickplay-new 2024-02-21 20:58:58 -08:00
Bill Thornton 1aabbae3a5 Add build and web versions to dashboard 2024-02-21 00:47:03 -05:00
Nick 7877a43482 Handle different trickplay resolutions 2024-02-11 22:26:49 -08:00
Nick 8045b95d93 Add trickplay functionality 2024-02-11 20:34:30 -08:00
nyanmisaka 84d7b3396d Add Rockchip MPP (RKMPP) as a new HWA type
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
2024-02-01 21:50:42 +08:00
Kasin Sparks a24b840153 Replace deprecated initEvent()
Replaced deprecated initEvent() with recommended event constructor, Event(), as per MDN web docs specification.
https://developer.mozilla.org/en-US/docs/Web/API/Event/initEvent#browser_compatibility
2024-01-21 21:02:18 -05:00
Bill Thornton ec82e6758a Disable network path field 2024-01-12 23:09:21 -05:00
LJQ 9b6de78688 Add spaces around || 2024-01-04 07:58:55 -05:00
LJQ e8b92dda8f Fix Rename Device don't change device name in the devices page 2024-01-04 07:58:55 -05:00
rafma0 67aa57f67b add param for markdownIt to handle html 2023-11-23 10:36:24 -03:00
rafma0 4a17c78a85 replace marked with markdown-it 2023-11-15 03:11:45 -03:00
Dmitriy Dubson c8a7c7040a Reduce cognitive complexity in card builder component 2023-10-27 09:29:09 -04:00
Bill Thornton c0fb9eca82 Merge pull request #4884 from thornbill/use-app-image-url
Use icon url from client capabilities
2023-10-20 01:03:12 -04:00
felix920506 6ee7be9567 Move link into code 2023-10-16 01:41:51 -04:00
Bill Thornton 359e168ace Use icon url from client capabilities 2023-10-16 01:38:22 -04:00
Bill Thornton 189904256d Remove old activity dashboard page 2023-09-30 01:18:03 -04:00