aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
AgeCommit message (Collapse)Author
2022-03-10Add label for external audio/sub tracksJoe Rogers
2022-03-10Merge pull request #7432 from Bond-009/socketfactoryCody Robibero
2022-03-10Merge pull request #7434 from crobibero/dotnet-6.0.3Joshua M. Boniface
2022-03-08Update to dotnet 6.0.3Cody Robibero
2022-03-08SocketFactory: Remove redundant codeBond_009
ExclusiveAddressUse should be false by default afaik
2022-03-06Suggestions from reviewCody Robibero
2022-03-06Remove TranscodeReason.None, Add JsonFlagEnum testsCody Robibero
2022-03-06Clean up EnumFlags serializationCody Robibero
2022-03-06Update MediaBrowser.Model/Dlna/StreamBuilder.csIsaac Gordezky
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-03-06Fix transcode video matching and add tests for Transcode and SafariIsaac Gordezky
2022-03-06Series: issue-6450Isaac Gordezky
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
2022-03-06Convert TranscodeReason to FlagsIsaac Gordezky
2022-03-06Let the UI show which DTS profile is in usePatrick Farwick
There are different profiles for DTS. For example, both DTS and DTS-HD MA use the same codec, but provide a different profile. Some files may provide both a DTS and DTS-HD MA audio track. With this change, the UI shows which track is using which profile to allow the user to choose between them.
2022-03-05Merge pull request #7388 from GermanCoding/iso639-undefinedCody Robibero
2022-03-05Merge pull request #7404 from nyanmisaka/omxJoshua M. Boniface
2022-03-05Merge pull request #7383 from thornbill/next-up-rewatchingJoshua M. Boniface
2022-03-05Remove the deprecated OMX and MMAL HWAnyanmisaka
2022-03-04Use extension method for list searchGermanCoding
2022-03-04Merge pull request #7370 from crobibero/internal-metadata-pathClaus Vium
Only add internal files if the internal metadata path exists
2022-03-04Hide ISO 639-2 special codes in display titlesGermanCoding
They are still shown in associated metadata, just hidden from the more visible display titles.
2022-03-03Merge pull request #7324 from Maxr1998/sort-by-indexBond-009
2022-03-02Split DirectoryExists and FileExistsCody Robibero
2022-03-01Include played and unplayed results in the same next up requestBill Thornton
2022-02-28Add JsonConstructorCody Robibero
2022-02-28Use IFileSystemCody Robibero
2022-02-21Merge pull request #7255 from Shadowghost/external-sub-audioJoshua M. Boniface
2022-02-21Optimize Guid comparisonsBond_009
* 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
2022-02-20Rewatching next up (#7253)SenorSmartyPants
2022-02-18feat(external-media): refactor external subtitle and audio providerShadowghost
2022-02-17Implement Comparers for (Parent)IndexNumberMaxr1998
Can be used in item queries to sort by ParentIndexNumber and IndexNumber (used for disc and track numbers for example).
2022-02-15Fix some warningsBond_009
2022-02-14Merge pull request #7233 from Bond-009/warn60Cody Robibero
2022-02-14Merge pull request #7290 from crobibero/dotnet-6.0.2Joshua M. Boniface
2022-02-14Fix display preferencesBond_009
2022-02-14Fix some warningsBond_009
2022-02-14Bump MimeTypes from 2.2.1 to 2.3.0 (#7309)dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-11Merge pull request #7054 from matthew-jones-uk/disable-embedded-subsCody Robibero
2022-02-09Added values to EmbeddedSubtitleOptions enumMatthew Jones
2022-02-08Update to dotnet 6.0.2Cody Robibero
Signed-off-by: Cody Robibero <cody@robibe.ro>
2022-01-28Merge pull request #6436 from daullmer/splashscreenCody Robibero
2022-01-26Changed boolean options to enumsMatthew Jones
2022-01-22Merge pull request #7235 from Bond-009/async4Cody Robibero
2022-01-22Use Guid for BaseItemDto parent idsNiels van Velzen
2022-01-22Ban the usage of Task.ResultBond_009
If the calling function can't be made async easily you can still use .GetAwaiter().GetResult(), which is way easier to find in the future
2022-01-22Use Guid for BaseItemPerson.IdNiels van Velzen
2022-01-21Merge pull request #7225 from crobibero/query-resultBond-009
2022-01-20Merge pull request #6600 from cvium/keyframe_extraction_v1Cody Robibero
2022-01-20Properly populate QueryResultCody Robibero
2022-01-14Added type options to disable embedded subsMatthew Jones
2022-01-14Add DisableEmbeddedSubtitles settingMatthew Jones
Disables embedded subs being added to metadata