aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-10-03Fix warning: Type cast is redundant (#2149)KonH
2021-10-03Fix warning: Redundant control flow jump statement (#2149)KonH
2021-10-03Fix warning: Using directive is not required by the code and can be safely ↵KonH
removed (#2149)
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-25Merge branch 'master' into keyframe_extraction_v1cvium
2021-09-25Remove sync FileStream hackBond_009
2021-09-24Address commentsBond_009
2021-09-24Target net6.0Bond_009
2021-09-23Add first draft of keyframe extraction for Matroskacvium
2021-09-19Reduce allocationsBond_009
2021-09-10Merge pull request #5648 from OancaAndrei/syncplay-sessions-fixClaus Vium
Fix session references in SyncPlay
2021-09-09Fix images "not loading" after manual identificationChris Tam
2021-09-09Fix some warningsBond_009
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-06merge branch 'master' into syncplay-sessions-fixdkanada
2021-09-03Fix some warningsBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-09-03Merge pull request #6498 from Bond-009/invalidopClaus Vium
Fix InvalidOperationException when serializing MediaPathInfo
2021-09-03Merge pull request #6358 from MrTimscampi/audio-peopleBond-009
2021-09-03Fix InvalidOperationException when serializing MediaPathInfoBond_009
2021-09-03Merge remote-tracking branch 'upstream/master' into warn-259810Cody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-09-01Add subtitle format(codec) to stream display title (#5853)Mike
Co-authored-by: Michał Kurek <michal.kurek@mail.com>
2021-09-01Merge pull request #6473 from Bond-009/nullable7Claus Vium
Enable nullable for more files
2021-08-30Simplify the way we choose our ffmpegBond_009
* no longer search $PATH * no longer require a full path * don't fall back
2021-08-28Remove more and more warningsCody Robibero
2021-08-28Enable nullable for more filesBond_009
2021-08-16Fix documentation for lyricist and arrangerMrTimscampi
2021-08-16Add some new music-related person types and parse from ffprobeMrTimscampi
2021-08-15Minor improvementsBond_009
2021-08-13Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Security/IAuthenticationRepository.cs # MediaBrowser.Controller/Session/ISessionManager.cs
2021-08-11Merge pull request #6258 from gnuyent/feat/hardware-encode-statusClaus Vium
2021-08-04Minor improvementsBond_009
2021-07-30Merge pull request #6354 from Bond-009/nullable4Bond-009
Enable nullable in more files
2021-07-30Invert code and style analysis configuration (#6334)Rich Lander
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-07-26Enable nullable in more filesBond_009
2021-07-20Add tests for GetResolutionTextBond_009
2021-07-20Merge pull request #6256 from MrTimscampi/better-resolution-textBond-009
2021-07-11Remove old "has update available" codeBond_009
This is the job of a package manager (or maybe the tray app for windows)
2021-07-11Add int values to HardwareEncodingType enumBrandon Nguyen
2021-07-05Use nullable enum type instead of stringsBrandon Nguyen
2021-07-04Remove usage of this in GetResolutionTextMrTimscampi
2021-07-03Use hardware encoding string over booleanBrandon Nguyen
2021-07-03Add hardware encoding status to playback dataBrandon Nguyen
Resolves #6087
2021-07-03Refactor GetResolutionTextMrTimscampi
This improves GetResolutionText a little by making it easier to read and better parsing resolutions (Also adding a few new ones like PAL resolutions and 8K) Co-authored-by: Maxr1998 <max.rumpf1998@gmail.com>
2021-06-23Fix issues with QuickConnect and AuthenticationDbcrobibero
2021-06-23Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/QuickConnect/QuickConnectManager.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs
2021-06-22Merge pull request #6200 from nielsvanvelzen/fix-quickconnectClaus Vium
Refactor Quick Connect