aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Dto/MediaSourceInfo.cs
AgeCommit message (Collapse)Author
2025-04-08Only reselect audio streams when user preference is respected (#13832)gnattu
2025-03-28Reduce allocations, simplifed code, faster implementation, included tests - ↵Tim Eisele
StreamInfo.ToUrl (#9369) * Rework PR 6168 * Fix test
2024-09-07Make Live TV compatibility profiles customizable (#12529)gnattu
2024-08-05Add media segments API (#12345)JPVenson
* Added Media segment manager * Added "HasSegments" to MediaSourceInfo when requesting though baseitem * Fixed ordering of Media Segements * Added media segment API controller * Added .ConfigureAwait(false) on media segments manager * renamed MediaSegmentsController removed empty route * Added Model layer for Media Segments Fixed review comments Media segments * Updated media segment naming refactored api and manager usage * Added mediaSegment type filter * Fixed codesmell * Fixed naming and typos * Added EF Migration * Added Identity Generation for MediaSegments Made mediasegment filter optional * Fixed optional filter parameter * refactored segment namespace * Added SegmentProviderId to MediaSegment * Media segment comment indentation * Added MediaSegmentManager query notracking
2024-03-04Add MediaStreamProtocol enum (#10153)Niels van Velzen
* Add MediaStreamProtocol enum * Add default handling for enum during deserialization --------- Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-12-05Replace == null with is nullBond_009
2022-10-31fix secondary audioDmitry Lyzo
Browsers (Chrome, Firefox) can only play the first track, even if the second track is the default. Ignore default flag when testing on secondary audio. External audio tracks are not secondary.
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-02-14Fix some warningsBond_009
2021-02-20Enable TreatWarningsAsErrors for MediaBrowser.ModelBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2020-02-23Fix some warningsBond_009
* Add analyzers to MediaBrowser.XbmcMetadata * Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata * Add analyzers to MediaBrowser.WebDashboard * Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard * Disable SA1600 in favor of CS1591
2020-02-04Fix warnings MediaBrowser.ModelBond_009
2020-01-27Merge pull request #2331 from nyanmisaka/masterVasily
fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
2020-01-24fix an issue about determining 'IsSecondaryAudio'Nyanmisaka
fix an issue that could not correctly determine 'IsSecondaryAudio' in some cases.
2020-01-12Attempt #2Bond_009
2020-01-08Minor improvementsBond_009
2019-10-22Add new MediaAttachment to store attachments found during media probing.Andrew Mahone
2019-10-15Fix Json serialization errorBond_009
2019-01-13ReSharper conform to 'var' settingsErwin de Haan
2019-01-13Find+Sed BOM removal *.cs: MediaBrowser.LocalMetadata-MediaBrowser.ModelErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ModelErwin de Haan
2019-01-03Post GPL cleanupBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-13update resolved video titlesLuke Pulverenti
2017-08-24update active recordingsLuke Pulverenti
2017-08-23add mpdecimate optionLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-08-05update media source methodsLuke Pulverenti
2017-08-02Enable hardware acceleration for image extractionLuke Pulverenti
2017-06-24capture more transcoding infoLuke Pulverenti
2017-05-14add propertyLuke Pulverenti
2017-04-30add IgnoreDts optionLuke Pulverenti
2017-04-133.2.12.5Luke Pulverenti
2017-03-05reduce AnalyzeDurationMs for live tvLuke Pulverenti
2017-01-26update live stream bitratesLuke Pulverenti
2017-01-21update program titlesLuke Pulverenti
2017-01-20add IsRemote propertyLuke Pulverenti
2016-10-21make model project portableLuke Pulverenti
2016-10-20allow specification of probing supportLuke Pulverenti
2016-10-10update program queriesLuke Pulverenti
2016-09-29add infinite propertyLuke Pulverenti
2016-09-29update closing of streamsLuke Pulverenti
2016-08-13update direct stream url for improved cachingLuke Pulverenti
2016-04-04render ssa/ass subs in browserLuke Pulverenti