Commit Graph

1805 Commits

Author SHA1 Message Date
LJQ 7b765b7785 Update Enum 2024-06-09 13:03:07 +08:00
LJQ a75338e3d2 Group component imports together 2024-05-24 21:33:18 +08:00
LJQ 2d2ca357c1 Sync focus with current playing lyrics 2024-05-24 21:32:20 +08:00
scampower3 15e35fa45f Update src/controllers/lyrics.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-23 22:02:11 +08:00
scampower3 8c829fde46 Update src/controllers/lyrics.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
2024-05-23 22:01:07 +08:00
LJQ 65550e07c3 Rename None to NoScroll 2024-05-23 21:48:13 +08:00
LJQ cfcfbe934b Instant scroll when enter webview. Enums to determine 2024-05-23 21:40:31 +08:00
LJQ a4c88e59eb Disable autoscroll on touchmove 2024-05-23 20:48:50 +08:00
LJQ fa9b0e6c87 Add lyrics auto scroll 2024-05-23 00:34:45 +08: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
thornbill 017734a0bb Backport pull request #5517 from jellyfin-web/release-10.9.z
Fix video osd not hiding in experimental layout

Original-merge: ea1d069e90d3537eed7e49a98dd4a3b84d1d8c32

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

Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17 13:52:45 -04:00
Bill Thornton 1506521a78 Add configuration for scan fanout concurrency 2024-05-10 11:44:16 -04:00
Bill Thornton ebeeaa2948 Fix guest stars being listed twice on details page 2024-05-08 13:55:23 -04:00
bugfixin 167f2d2614 Show all Cast&Crew, not just Actors 2024-05-08 12:10:56 -04:00
Bill Thornton cb2a2621fd Merge pull request #5380 from ConnorS1110/fix-text-alignment
Fix cards in emby-scroller being off-center from section titles
2024-05-01 02:23:16 -04:00
Bond_009 c414f22e6f Remove nonexistent ItemField AudioInfo
Fixes
```
System.FormatException: AudioInfo is not a valid value for ItemFields.
 ---> System.ArgumentException: Requested value 'AudioInfo' was not found.
   at System.Enum.TryParseByName[TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TStorage& result)
   at System.Enum.TryParseByValueOrName[TUnderlying,TStorage](RuntimeType enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, TUnderlying& result)
   at System.Enum.TryParse(Type enumType, ReadOnlySpan`1 value, Boolean ignoreCase, Boolean throwOnFailure, Object& result)
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   --- End of inner exception stack trace ---
   at System.ComponentModel.EnumConverter.ConvertFrom(ITypeDescriptorContext context, CultureInfo culture, Object value)
   at Jellyfin.Api.ModelBinders.CommaDelimitedArrayModelBinder.GetParsedResult(IReadOnlyList`1 values, Type elementType, TypeConverter converter) in /home/bond/dev/jellyfin/Jellyfin.Api/ModelBinders/CommaDelimitedArrayModelBinder.cs:line 67
```
2024-04-23 11:19:56 +02:00
Bill Thornton 3930ade140 Fix empty playlists tab in music libraries 2024-04-23 02:31:47 -04:00
Bill Thornton 0b30ebdcbc Merge pull request #5401 from gnattu/fix-scroll-osd
Prevent changing volume with mouse wheel when dialog is shown
2024-04-21 15:38:00 -04:00
Bill Thornton 3f967f70f5 Merge pull request #4733 from robert-hamilton36/LyricsSupport
Add Lyric support
2024-04-21 14:29:28 -04:00
gnattu f596b114da fix: don’t change volume when dialog is shown
The dialog on the player could present a large list, requiring scrolling to find the desired option, such as a subtitle or audio track in a huge language list. Changing the volume in these cases will be very annoying.
2024-04-21 01:06:39 +08: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
Connor Smith f60627dd8b Fix cards in emby-scroller being off-center from section titles 2024-04-12 09:29:04 -04:00
robert-hamilton36 c42b96df3e add Lyrics 2024-04-10 10:49:33 +12:00
Dmitry Lyzo 52c150a2e7 refactor: use ItemSortBy from generated SDK 2024-03-29 14:22:00 +03:00
Dmitry Lyzo 2e4eb68d59 fix: use SeriesSortName in SortBy
`SeriesName` is not a valid value for `SortBy`.
2024-03-29 13:45:12 +03: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
Dmitry Lyzo 639f99f82a Add option to enable smooth scroll 2024-03-25 01:31:41 +03:00
Bill Thornton cb98a5cce0 Merge pull request #5200 from nicknsy/trickplay-new
Add trickplay support
2024-03-24 02:24:01 -04:00
Nick 5a9378012c Additional code review 2024-03-23 09:31:07 -07: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 55d57eedcc Code review suggestions 2024-03-22 18:19:30 -07:00
LJQ ee22ff7e35 Add suggested changes 2024-03-22 21:00:35 +08:00
LJQ aba10a095c Add suggested changes 2024-03-22 20:55:06 +08:00
LJQ 59b3159de1 Fix searching in tv shows 2024-03-21 15:31:25 +08: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