Bond-009
f9dffa767f
Merge pull request #8167 from crobibero/plugin-library-scan
2 years ago
Claus Vium
057e8ef240
Merge pull request #8166 from joseph39/people-query-fix-10.8.z
...
Bind @userid only when it's in the statement
2 years ago
Cody Robibero
205783f46f
re-add library scan from library manager
2 years ago
Joseph
ca5979cd77
Bind @userid only when it's in the statement
...
This commit fixes a case where SqliteItemRepository attempts to bind @userid even when such parameter may not appear in the query; fixes https://github.com/jellyfin/jellyfin/issues/8141
2 years ago
luke brown
70f37f0527
Merge branch 'release-10.8.z' of github.com:jellyfin/jellyfin into fix-websockets-close-gracefully-on-shutdown
2 years ago
Luke Brown
9e31d5a73f
relocated Dispose
2 years ago
Luke Brown
f088ca5555
add Dispose in DisposeAsyncCore
2 years ago
Cody Robibero
7eaa0600e0
Update to dotnet 6.0.7
2 years ago
nyanmisaka
d2caed25fb
Register DOVI side_data in db
2 years ago
Joshua M. Boniface
56e7b323de
Merge pull request #7984 from crobibero/dotnet-6.0.6
...
Upgrade to dotnet 6.0.6, update remaining dependencies
2 years ago
Cody Robibero
7884e7e829
Revert "refactor: use season number and episode number for NextUp ordering instead of SortName"
2 years ago
Cody Robibero
9898c10880
Update remaining dependencies
2 years ago
Cody Robibero
ec2ad4ec8c
Upgrade to dotnet 6.0.6
2 years ago
cvium
ef037ad371
refactor: use season number and episode number for NextUp ordering instead of SortName
2 years ago
Cody Robibero
2c0c3eb3ee
Merge pull request #7954 from cvium/fix_7953_dlna_url
2 years ago
Claus Vium
db714f967e
Merge pull request #7939 from 1337joe/track-selector-fix
...
Track selector fix
2 years ago
cvium
f020bd6f3b
use ignore case for scheme comparison
2 years ago
cvium
3275f83c3b
fix: use proper bind address for DLNA location url ( #7953 )
2 years ago
Cody Robibero
6749313249
Merge pull request #7940 from Shadowghost/fix-recommendations
2 years ago
cvium
3491f0968b
feat: partially handle SVG files and remove exceptions from blurhash and dimensions
2 years ago
Shadowghost
3f497459cb
Fix recommendations
2 years ago
Joe Rogers
5d66c84f2d
Fix default audio selection ignoring type
2 years ago
cvium
f318417c4f
fix: tv shows do not support multi edition
2 years ago
Luke Brown
0f7ba42987
move the Dispose logic into DisposeAsyncCore
2 years ago
Cody Robibero
3721b5e985
Backport all dependency updates
2 years ago
Cody Robibero
d8f1a87c85
Update Emby.Server.Implementations/Session/SessionManager.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Cody Robibero
bf0a7c374c
Close live stream on session end
3 years ago
Cody Robibero
8a6b26cd42
initial patch
3 years ago
Dmitry Lyzo
ff4f624850
Clear TranscodingInfo if play method changed
3 years ago
Luke Brown
abfbd04782
Moved IAsyncDisposable and IDisposable from WebSocketConnection to it's interface. Added private variable and guard statement to avoid disposing of WebSocketConnection unnecessarily.
3 years ago
Luke Brown
8f761a64f5
revert changes to SessionManager
3 years ago
Luke Brown
a64eebe79f
changes to use dispose
3 years ago
Cody Robibero
a82e378da9
Update to dotnet 6.0.5
3 years ago
Luke Brown
8bb4cd017c
applied reviewer suggestions: removing unnecessary async and adding necessary async
3 years ago
luke92brown
99df9c8fcd
Replace redundant xml comments with inheritdoc. Make async changes to CloseSocket.
3 years ago
luke brown
4b563f4d7e
Fix web sockets closing ungracefully
3 years ago
Jacob Casper
e67d8ce077
Don't let permission denied kill library scans
...
I have a single `./Movies` directory that contains symlinks to many
other directories, some of which are in shared paths. Other daemons
sometimes overwrite permissions on these paths and prevent Jellyfin from
being able to scan. Because this exception is unhandled within a LINQ
statement it can randomly kill the metadata refresh for my entire Movies
library.
Running with this patch has allowed me to at least add + scan for
movies in directories that Jellyfin can currently access and gives me
some notification of the symlinks failing due to permissions errors.
(cherry picked from commit 193cc8690a60bc2a432df14d256f00371e055c90)
3 years ago
Bond-009
8d1d973438
Merge pull request #7604 from Jellifi007/fixes-diactritics
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Cody Robibero
60affd0965
Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fix
3 years ago
Cody Robibero
8a1eca0913
Merge pull request #7544 from jaantaponen/long-filename-fix
3 years ago
Shadowghost
a4e4b761d5
Apply review suggestions
3 years ago
Shadowghost
128d54622a
Fix stream index and subtitle container handling, preserve attachments and nonexternal streams between scans
3 years ago
Shadowghost
21ce0e58c6
Properly handle stream addition and removal for strm use cases
3 years ago
Jaan Taponen
b6a2640f22
Update Emby.Server.Implementations/LiveTv/EmbyTV/RecordingHelper.cs
...
Co-authored-by: Joe Rogers <1337joe@users.noreply.github.com>
3 years ago
Neil Burrows
2a1ca4badc
Use already defined variable
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
3 years ago
Neil Burrows
7f52f77ef5
Correct LocalTrailerCount in API
...
Revert a change which resulted in the `LocalTrailerCount` including the count of Local and Remote trailers which had been introduced in 10.8.
3 years ago
Cody Robibero
65c47c79da
Only delete cache file if exist
3 years ago
JaanTaponen
2b7d139b5b
Fix XMLTV edge case where title & sub-title causes a too long filename error
...
Limit the series title to 241 bytes (so file extensions can be added).
If the end result is longer, the title will be dropped and only series name
with timestamp is used.
3 years ago
Cody Robibero
066bdc1e72
Add missing properties to PlaybackStart, PlaybackStop
3 years ago
Cody Robibero
cd93f49fa8
Merge pull request #7592 from 1337joe/live-tv-fixes
3 years ago