aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/MediaInfo
AgeCommit message (Expand)Author
2022-06-29Merge pull request #7988 from jellyfin/external-streams-exceptionsBond-009
2022-06-06Merge pull request #7802 from jellyfin/externalCody Robibero
2022-05-20Merge pull request #7529 from Shadowghost/strm-ffprobe-external-fixCody Robibero
2022-04-07Merge pull request #7527 from Shadowghost/mediaresolver-fixCody Robibero
2022-03-25Merge pull request #7443 from whiteowl3/strm-probeCody Robibero
2022-03-23Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.cswhiteowl3
2022-03-11allow strm probe to succeedwhiteowl3
2022-03-10Match external sub/audio stream adding logicJoe Rogers
2022-03-05Fix external file check for shorter namesJoe Rogers
2022-03-04Switch to using spans for string comparisonJoe Rogers
2022-03-04Strip out external file fuzzy matchingJoe Rogers
2022-03-02Split DirectoryExists and FileExistsCody Robibero
2022-02-28Use IFileSystemCody Robibero
2022-02-28Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.csCody Robibero
2022-02-28Only add internal files if the internal metadata path existsCody Robibero
2022-02-21Require delimiter immediately after filename matchJoe Rogers
2022-02-21Rewrite tests for coverage and less duplicationJoe Rogers
2022-02-19Update MediaBrowser.Providers/MediaInfo/MediaInfoResolver.csShadowghost
2022-02-18fix(external-media): implement review suggestionsShadowghost
2022-02-18feat(external-media): refactor to generic provider, extend tests and file rec...Shadowghost
2022-02-18feat(external-media): refactor external subtitle and audio providerShadowghost
2022-02-15Fix some warningsBond_009
2022-02-14Fix some warningsBond_009
2022-02-11Merge pull request #7054 from matthew-jones-uk/disable-embedded-subsCody Robibero
2022-01-26Changed boolean options to enumsMatthew Jones
2022-01-22Make ffprobe consistent with MetadataService.MergeDataJoe Rogers
2022-01-14Added type options to disable embedded subsMatthew Jones
2022-01-14Add video path to DisableEmbeddedSubtitles logMatt
2022-01-14Changed DisableEmbeddedSubtitles logging to debugMatthew Jones
2022-01-14Add DisableEmbeddedSubtitles settingMatthew Jones
2021-12-24Merge branch 'master' into comparisonsCody Robibero
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-12-08Format code in MediaBrowser.Providers/MediaInfo/AudioResolver.csJonas Resch
2021-12-08Add "Async" suffix to AddExternalAudio methodJonas Resch
2021-12-08Add "Async" suffix to AddExternalAudio methodJonas Resch
2021-12-08Exclude .strm files when searching for external audio filesJonas Resch
2021-12-08Add audioResolver argument to FFProbeVideoInfo initializationJonas Resch
2021-12-08Merge branch 'support-external-audio-files' of github.com:jonas-resch/jellyfi...Jonas Resch
2021-12-07Update MediaBrowser.Providers/MediaInfo/FFProbeProvider.csClaus Vium
2021-12-07Merge branch 'master' into support-external-audio-filesClaus Vium
2021-12-02Reduce allocationscvium
2021-12-01Prevent crashes in specific scenariosJonas Resch
2021-11-30Add documentation to AudioResolver classJonas Resch
2021-11-30Add ConfigureAwait true in MediaBrowser.Providers/MediaInfo/AudioResolver.csJonas Resch
2021-11-30Add ConfigureAwait true in MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.csJonas Resch
2021-11-30Move variable in MediaBrowser.Providers/MediaInfo/AudioResolver.csJonas Resch
2021-11-30Don't disable warnings in MediaBrowser.Providers/MediaInfo/AudioResolver.csJonas Resch
2021-11-30Fix warning due to new line after opening bracketJonas Resch
2021-11-30Fix compiler warning due to missing EnumeratorCancellation attributeJonas Resch
2021-11-30Implement coding standards from 2nd code feedbackJonas Resch