Cody Robibero
e7b8d45bbb
Use helper function to compare guid ( #10825 )
10 months ago
Cody Robibero
2920611ffc
Convert string MediaType to enum MediaType
1 year ago
Shadowghost
20fd05b050
Consistently write IP in upercase
2 years ago
Bond_009
52230d1c30
Return NotFound when itemId isn't found
2 years ago
Shadowghost
f5f890e685
Migrate to file-scoped namespaces
2 years ago
Shadowghost
697efec86e
Cleanup and refactor streambuilder
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
cvium
6afc911043
fix Release build
2 years ago
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
Cody Robibero
97b3166ead
Merge pull request #7784 from crobibero/support-transcoding
...
(cherry picked from commit d471be8d92
)
Signed-off-by: crobibero <cody@robibe.ro>
2 years ago
Cody Robibero
e6df698df1
Merge pull request #7325 from eyezak/issue/6450
3 years ago
Isaac Gordezky
5e779f20ee
Series: issue-6450
...
Issue: https://github.com/jellyfin/jellyfin/issues/6450
Enable DirectPlay responses
Rewrite DirectPlay and DirectStream resolution
Prefer copy transcode video codec options
Enhance condition processor
Support DirectStream and Transcode with parity
Rework audio stream selection and add tests for ExternalAudio
Update MediaInfoHelper to only call StreamBuilder once
3 years ago
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
3 years ago
Patrick Barron
a0c6f72762
Migrate authentication db to EF Core
4 years ago
cvium
8933389753
Respect user settings for transcode and remux
4 years ago
Ian Walton
321e383965
Fix setting audio stream in PlaybackInfo for jellyfin-web.
4 years ago
David
19e4ef82dd
Remove conversion from IPAddress to string to IPAddress
4 years ago
Bond_009
141efafd3d
Enable TreatWarningsAsErrors for MediaBrowser.Model
4 years ago
nyanmisaka
00f0c14d7b
respect music quality settings when transcoding
4 years ago
KonH
211c9cd608
Remove unnecessary null checks in some places
...
Related to https://github.com/jellyfin/jellyfin/issues/2149
4 years ago
cvium
7576824cee
Standardize use of IsLocal and RemoteIp
4 years ago
crobibero
5f64ab02a0
bump System.Text.Json
4 years ago
Cody Robibero
3a722740ce
Update Jellyfin.Api/Helpers/MediaInfoHelper.cs
...
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
4 years ago
crobibero
460c3dd351
convert dependent controller functions to di helper class
4 years ago