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
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
Adrian Sandu
045c950ce6
Make the server field ignore the trailing slash.
...
Useful on the tizen build, if a trailing slash is added the error message is not helping.
2024-03-06 16:26:31 +03: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
44602d453e
Only set trickplay data on new item info
2024-02-22 17:34:18 -08:00
Nick
7f7c1be5e1
Merge branch 'master' into trickplay-new
2024-02-21 20:58:58 -08:00
Bill Thornton
265afb519b
Merge pull request #5216 from thornbill/build-version
...
Add build and web versions to dashboard
2024-02-21 12:02:40 -05:00
Bill Thornton
fbd9a46033
Merge pull request #5203 from thornbill/search-query-param
...
Add support for searching via a url parameter
2024-02-21 12:00:22 -05:00
Bill Thornton
1aabbae3a5
Add build and web versions to dashboard
2024-02-21 00:47:03 -05:00
Bill Thornton
9fa0b4f5b2
Escape html in tags
2024-02-13 17:10:48 -05:00
Brad Beattie
9cccbae5bb
Update index.js
2024-02-13 01:11:52 -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
grafixeyehero
d702ad938a
add show method for PlaylistEditor Class
2024-02-11 23:32:14 +03:00
Bill Thornton
a5a0122001
Merge pull request #5136 from thornbill/login-redirect
...
Add support for redirecting to the requested page after login
2024-02-07 00:56:40 -05:00
Bill Thornton
3d479dde1f
Merge pull request #5152 from thornbill/remove-unused-detail-elements
...
Remove unused elements from item details html
2024-02-07 00:54:30 -05: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
Bill Thornton
2669d1d3ea
Merge pull request #5142 from KasinSparks/init_event_deprecated
2024-01-23 10:23:11 -05:00