Bond-009
fd66ca25cd
Merge pull request #5652 from jellyfin/dependabot/nuget/Serilog.AspNetCore-4.1.0
...
Bump Serilog.AspNetCore from 3.4.0 to 4.1.0
4 years ago
Bond-009
6f373f615b
Merge pull request #5675 from Bond-009/copytotests
...
Add tests for CopyToExtensions
4 years ago
Max Rumpf
21e7ceae8e
StreamBuilder tweaks ( #5668 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Bond_009
11f7ab4dd4
Add tests for CopyToExtensions
4 years ago
Bond-009
7c51d0a50e
Merge pull request #5671 from jellyfin/tmdbmovieprovider-originaltitle
...
set original title in tmdbmovieprovider
4 years ago
Bond-009
38913a42b4
Merge pull request #5672 from jellyfin/skip-bad-images
...
ensure only valid images are saved in ItemImageProvider
4 years ago
Claus Vium
df60d176b8
ensure only valid images are saved in ItemImageProvider
4 years ago
Claus Vium
28a0eb6d53
set original title in tmdbmovieprovider
4 years ago
Bond-009
b49d50e634
Merge pull request #5467 from Ullmie02/nfo-fixes
4 years ago
dependabot[bot]
023467ebce
Bump Serilog.AspNetCore from 3.4.0 to 4.1.0
...
Bumps [Serilog.AspNetCore](https://github.com/serilog/serilog-aspnetcore ) from 3.4.0 to 4.1.0.
- [Release notes](https://github.com/serilog/serilog-aspnetcore/releases )
- [Commits](https://github.com/serilog/serilog-aspnetcore/compare/v3.4.0...v4.1.0 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
David
1669cb6618
Split valid and invalid tests
4 years ago
Bond-009
a890a85092
Merge pull request #5495 from BaronGreenback/RemoteAccessFix
4 years ago
Claus Vium
9144d11a9d
Merge pull request #5624 from crobibero/subtitle-format
4 years ago
BaronGreenback
aae2aad0f2
changed split to single quotes
4 years ago
Bond-009
1de031a7c3
Merge pull request #5634 from cvium/directoryservice-case-sensitive
...
make directoryservice cache case sensitive
4 years ago
crobibero
afe3b5999e
Fix route naming
4 years ago
Claus Vium
90d9530aed
Merge pull request #5629 from lmaonator/fix-cast-stream-selection
4 years ago
cvium
7670189561
make directoryservice cache case sensitive
4 years ago
David
78f7fdeacc
Rename methods and optimize allocations
4 years ago
lmaonator
694d772b11
Update Jellyfin.Api/Controllers/SessionController.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
crobibero
5b758c4711
Mark query parameters as obsolete
4 years ago
lmaonator
db2fbcef2b
Fix stream selection having no effect when casting
...
When casting to jellyfin-mpv-shim from jellyfin-web in the browser,
jellyfin-web sends data about which version (for grouped items) and
which streams the user selected in the browser to the
"Sessions/{sessionId}/Playing" API endpoint.
The API endpoint currently doesn't forward them to jellyfin-mpv-shim
through the Play command, which results in the default streams being
played instead of the browser selected ones.
PlayRequest already has the properties and they are already sent to the
cast client by SendPlayCommand when present.
jellyfin-mpv-shim will already use them to select the wanted streams
when it receives the Play command.
All that's needed to make it work is to take the parameters and assign
them to PlayRequest.
4 years ago
crobibero
e0ff51cf2a
Mark query parameters as obsolete
4 years ago
crobibero
73fe9d3f69
Allow subtitle format to be set from query parameter.
4 years ago
Bond-009
6946e58ca4
Merge pull request #5614 from jellyfin/Bond-009-patch-2
4 years ago
Claus Vium
411570e6d4
Merge pull request #5621 from cvium/enable-range-processing-download
...
enable range processing for download endpoints
4 years ago
Claus Vium
a76d997a86
Merge pull request #5620 from MrTimscampi/iso-ignore
4 years ago
cvium
b3d084044e
enable range processing for download endpoints
4 years ago
MrTimscampi
5bb7d99b48
Remove DVDs from files exempt from chapter image extraction
4 years ago
MrTimscampi
ef9eba8bc9
Ignore format for ISO files
4 years ago
Bond-009
6d0b2ed080
Merge pull request #5579 from cocool97/master
4 years ago
Bond-009
55102973d6
Merge pull request #5596 from BaronGreenback/DLNA_Hardening
...
Implemented DLNA exception handling
4 years ago
Bond-009
16011d96a0
Merge pull request #5321 from Ullmie02/nfo-thumb
4 years ago
Claus Vium
e64f9f2f66
Merge pull request #5613 from accek/accek-samsung-dlna-fix
4 years ago
Szymon Acedański
b1e8a8565f
Update Jellyfin.Api/Helpers/FileStreamResponseHelpers.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
cocool97
86852178c2
Update MediaBrowser.Controller/LiveTv/ChannelInfo.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
4 years ago
Bond-009
066c19a26b
Fix possible null ref exception
4 years ago
Szymon Acedański
136136dea9
Fix incorrect responses for HEAD /audio/<id>/stream
...
Without this fix my Samsung Soundbar (HW-Q80R) fails to play using DLNA
and returns "Error: Resource not found (716)" instead.
I had a look on tcpdump network logs between Jellyfin and the soundbar
and noticed that the device performs a HEAD request for the media before
responding to the DLNA UPNP control request from Jellyfin (or BubbleUPNP
Android App).
Jellyfin retuns 204 No Content response, which is unusual. Common web
servers generally return 200 OK if the GET would return content, and
this is not-very-clearly suggested [in HTTP
spec](https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.2.1 )
The other patch is to ensure, that invalid Content-Length: 0 is not
returned with the HEAD response in the streaming case.
I think in both cases we still don't return the same headers with HEAD
as with GET (e.g. Content-Length or Accept-Ranges), but at least we
don't return anything misleading.
4 years ago
David
a4cac09d5b
Use |=
4 years ago
David
572600b38e
Use conditional operator instead of if/else block
4 years ago
BaronGreenback
6765f6ab17
fix compilation
4 years ago
Bond-009
8410a9a266
Merge pull request #5586 from nyanmisaka/disable-autorotate
4 years ago
Kenneth SB
4637bbc723
Translated using Weblate (Danish)
...
Translation: Jellyfin/Jellyfin
Translate-URL: https://translate.jellyfin.org/projects/jellyfin/jellyfin-core/da/
4 years ago
BaronGreenback
4bd345fbab
DLNA Exception catching
4 years ago
BaronGreenback
5d16d1f66d
Merge branch 'master' into RemoteAccessFix
4 years ago
BaronGreenback
7fa525c83b
Added more tests
4 years ago
Nyanmisaka
0853d1265c
Disable auto rotation for some HWA methods ( #5586 )
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
Bond-009
f6671e05fd
Merge pull request #5580 from Bond-009/integrationtests2
4 years ago
Bond_009
5253483ce4
Improve naming
4 years ago
Nyanmisaka
fab4bf184e
Apply suggestions from code review
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago