aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
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
2021-06-22Refactor Quick ConnectNiels van Velzen
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-06-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Emby.Server.Implementations/Devices/DeviceManager.cs # Emby.Server.Implementations/HttpServer/Security/SessionContext.cs # Emby.Server.Implementations/Security/AuthenticationRepository.cs # Emby.Server.Implementations/Session/SessionManager.cs # Jellyfin.Server.Implementations/Security/AuthorizationContext.cs # MediaBrowser.Controller/Library/IUserManager.cs # MediaBrowser.Controller/Net/ISessionContext.cs
2021-06-18Document SubtitleDeliveryMethodMrTimscampi
2021-06-11Remove useless nullable directivesBond_009
2021-06-07Merge pull request #6156 from Bond-009/minor14Claus Vium
Minor fixes
2021-06-06Add commentBond-009
2021-06-06Minor fixesBond_009
2021-06-05Add property based testingBond_009
2021-05-28Fix some warningsBond_009
2021-05-27Merge pull request #5696 from Maxr1998/fix-music-video-metadata-probingClaus Vium
2021-05-27Merge pull request #5828 from jackrvan/issue-5813Claus Vium
Add NextUpCutoffDate to NextUpQuery
2021-05-25Review notes to set value to Datetime min value instead of nullJack
2021-05-24Merge pull request #6075 from MrTimscampi/codec-tag-hdrClaus Vium
Properly detect Dolby Vision files derived from AV1, AVC and HEVC
2021-05-21Merge pull request #6086 from Bond-009/deadcodeBond-009
Remove dead code
2021-05-21Remove dead codeBond_009
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-20Remove unnecessary query classPatrick Barron
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2021-05-18Merge branch 'master' into authenticationdb-efcorePatrick Barron
# Conflicts: # Jellyfin.Api/Helpers/RequestHelpers.cs
2021-05-18Properly detect Dolby Vision files derived from AV1, AVC and HEVCMrTimscampi
2021-05-05MediaStream: Replace string.IndexOf with string.Contains where possibleBond_009
2021-05-05Merge pull request #5984 from Bond-009/containerBond-009
Add regression test for ContainerProfile.ContainsContainer
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-05-05Add regression test for ContainerProfile.ContainsContainerBond_009
2021-05-05Fix direct play for DirectPlayProfiles without any codecs setMaxr1998
70771fdcd60ec5d8a9f13713662778c7e57d0633 broke direct play by treating empty container/codec strings as unsupported in `ContainerProfile.ContainsContainer()`` (which is also used for video and audio codec checks). Instead, they should be treated as supported, for both the positive and negative list option.
2021-05-05Merge pull request #5941 from Maxr1998/device-profile-docsBill Thornton
Improve documentation for DeviceProfile