Joshua M. Boniface
125ee88311
Merge pull request #8321 from strugee/fix-systemd-whitespace
2 years ago
nyanmisaka
c53f6a2890
Fix high single thread usage in throttler
...
this requires jellyfin-ffmpeg >= 5.0.1-8
2 years ago
Bond-009
649b4c49e0
Merge pull request #8327 from RealGreenDragon/subtitle-extraction-timeout-10.8.z
2 years ago
Cody Robibero
848ea703bc
Merge pull request #8298 from lomion0815/fix-data-stream
2 years ago
AJ Jordan
0adadff3e7
Fix systemd not breaking whitespace in env vars
...
This is particularly important for JELLYFIN_ADDITIONAL_OPTS, where the
user is most likely to want to specify more than one word.
2 years ago
MagicGreenDragon
ffdc3a6734
Increased subtitle extraction timeout to 30 min
2 years ago
lomion0815
a51cd4f8db
Improved error log as suggested by crobibero in the PR #8298 review
2 years ago
Bond-009
af87706379
Merge pull request #8214 from nielsvanvelzen/optional-userid
2 years ago
Niels van Velzen
8422ab687b
Update Jellyfin.Api/Controllers/UniversalAudioController.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2 years ago
markus
64753cfc7f
Streams with CodecType "data" (like "epg" streams in DVB recordings) get ignored. This results in wrong stream specifiers for all subsequential streams. This fix correctly handles "data" streams without any further processing.
2 years ago
Claus Vium
632fb05f46
Merge pull request #8280 from thornbill/fix-analyze-duration-priority
...
Fix ffmpeg analyze duration env var taking priority over media source
2 years ago
Claus Vium
527ed0607d
Merge pull request #8189 from lukefor/getitems-outofrange
...
Fix GetItems IndexOutOfRangeException when IDs do not exist
2 years ago
Luke F
b59daab273
Tab -> space
2 years ago
Luke F
8f28d52929
Code review - simplify SortItemsByRequest to a single roughly-equivalent linq expression
2 years ago
Luke F
749b263c48
Merge remote-tracking branch 'upstream/release-10.8.z' into getitems-outofrange
2 years ago
Bill Thornton
80c68b8948
Fix ffmpeg analyze duration env var taking priority over media source
2 years ago
Claus Vium
a5687793c9
Revert "Revert "refactor: use season number and episode number for NextUp ordering instead of SortName""
2 years ago
Joshua Boniface
b344771f8a
Bump version to 10.8.4
2 years ago
Joshua Boniface
3ff78b687d
Revert "Restore "Merge pull request #8087 from cvium/generic_subtitleparser""
...
This reverts commit 5bcab0f0f8
.
2 years ago
Joshua M. Boniface
d260f30810
Merge pull request #8257 from joshuaboniface/fix-dotnetargs
2 years ago
Cody Robibero
7ffdde9a0b
Merge pull request #8212 from SenorSmartyPants/Add384ResolutionText
...
Add resolution text for 384 sized video
2 years ago
Joshua M. Boniface
e14194bfe2
Fix remaining instances in root package configs
2 years ago
Joshua M. Boniface
3bf1a7e445
Use separate args for dotnet publish commands
...
Fixes #8245
2 years ago
Bond-009
1faee43b11
Merge pull request #8182 from Shadowghost/fix-sub-characterset
2 years ago
Joshua M. Boniface
31f9938e3a
Merge pull request #8234 from crobibero/dotnet-6.0.8
2 years ago
Cody Robibero
ae9fd4ab35
update remaining dependencies
2 years ago
Cody Robibero
71ed7f7676
update to dotnet 6.0.8
2 years ago
SenorSmartyPants
3b6e003029
Add 404p Resolution Text
2 years ago
Claus Vium
9357d610b1
Merge pull request #8209 from Shadowghost/fix-playback
...
Fix series query including missing episodes when it should not
2 years ago
Joshua M. Boniface
1d4755894e
Merge pull request #8219 from nyanmisaka/fedora-hardening
...
Move Fedora service hardening options to override config
2 years ago
nyanmisaka
2320f06666
Move Fedora service hardening options to override config
2 years ago
Niels van Velzen
8296f07a39
Make userId truly optional in UniversalAudioController
2 years ago
SenorSmartyPants
30f6263806
Add resolution text for 384 sized video
2 years ago
Shadowghost
a9249393e1
Fix series query including missing episodes when it should not
2 years ago
Shadowghost
f49a051a5f
Respect timestamps when extracting subtitles
2 years ago
Joshua Boniface
5bcab0f0f8
Restore "Merge pull request #8087 from cvium/generic_subtitleparser"
...
After tagging v10.8.3, this can be restored to how it was and corrected
as required in a separate PR.
This reverts commit 494ed7e4d2
.
2 years ago
Joshua Boniface
c5a2ff8ac4
Bump version to 10.8.3
2 years ago
Joshua Boniface
494ed7e4d2
Revert "Merge pull request #8087 from cvium/generic_subtitleparser"
...
This PR was causing breakage in installs - ref #8198
This reverts commit 7323ccfc23
, reversing
changes made to 77a007a24d
.
2 years ago
Joshua M. Boniface
dd97e6bc45
Bump version to 10.8.2
2 years ago
Bond-009
7323ccfc23
Merge pull request #8087 from cvium/generic_subtitleparser
2 years ago
Claus Vium
d258a87fda
Update MediaBrowser.MediaEncoding/Subtitles/SubtitleEditParser.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2 years ago
Bond-009
77a007a24d
Merge pull request #8191 from cvium/remove_not_missing_episodes
2 years ago
cvium
a380153f92
remove redundant null check
2 years ago
cvium
56c81696d3
fix: remove Virtual episodes when their physical counterpart exists
2 years ago
Bond-009
7297431f23
Merge pull request #8174 from nyanmisaka/fixes
...
Disable auto inserted SW scaler for HW decoders
2 years ago
Claus Vium
f2c7bccb89
Update MediaBrowser.MediaEncoding/Subtitles/SubtitleEditParser.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2 years ago
Claus Vium
b0b4068ddf
Update MediaBrowser.MediaEncoding/Subtitles/SubtitleEditParser.cs
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
2 years ago
Luke F
3bd2cc9860
Resolve a System.IndexOutOfRangeException when requesting IDs that do not exist via /Users/.../Items. Previously it was possible for the 'index' values in 'positions' to refer beyond 'size'.
...
[ERR] Error processing request. URL "GET" "/Users/.../Items".
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at MediaBrowser.Controller.Entities.Folder.SortItemsByRequest(InternalItemsQuery query, IReadOnlyList`1 items)
at MediaBrowser.Controller.Entities.Folder.GetItems(InternalItemsQuery query)
at Jellyfin.Api.Controllers.ItemsController.GetItems
2 years ago
Shadowghost
feb035b9e0
Extract external subs from container before determining character set
2 years ago
nyanmisaka
82f362abd9
Fix DV P5 MKV remuxing
3 years ago