aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers
AgeCommit message (Collapse)Author
2021-12-28Pull default MergeData implementation to parentJoe Rogers
2021-12-27Remove more warningsCody Robibero
2021-12-24Update StyleCopBond_009
2021-12-24Fix buildBond_009
2021-12-24Merge branch 'master' into comparisonsCody Robibero
2021-12-23Fix config.htmlCody Robibero
2021-12-23Merge branch 'master' into studios-images-pluginCody Robibero
# Conflicts: # MediaBrowser.Providers/MediaBrowser.Providers.csproj
2021-12-24Merge pull request #7029 from cvium/allocations_maybeCody Robibero
2021-12-21Catch HttpRequestException when saving images from local providercvium
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-12-08Format code in MediaBrowser.Providers/MediaInfo/AudioResolver.csJonas Resch
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-12-08Add "Async" suffix to AddExternalAudio methodJonas Resch
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-12-08Add "Async" suffix to AddExternalAudio methodJonas Resch
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
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 ↵Jonas Resch
github.com:jonas-resch/jellyfin into support-external-audio-files
2021-12-07Update MediaBrowser.Providers/MediaInfo/FFProbeProvider.csClaus Vium
2021-12-07Merge branch 'master' into support-external-audio-filesClaus Vium
2021-12-03Merge pull request #6874 from 1337joe/tmdb-image-size-optionsCody Robibero
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
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Add ConfigureAwait true in MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.csJonas Resch
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Move variable in MediaBrowser.Providers/MediaInfo/AudioResolver.csJonas Resch
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Don't disable warnings in MediaBrowser.Providers/MediaInfo/AudioResolver.csJonas Resch
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
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
2021-11-30Change return type from List<string> to IEnumerable<string> in ↵Jonas Resch
MediaBrowser.Providers/MediaInfo/AudioResolver.cs Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Check language for null or empty instead of only null in ↵Jonas Resch
MediaBrowser.Providers/MediaInfo/AudioResolver.cs Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Change return type from Task<List<MediaStream>> to ↵Jonas Resch
Task<IAsyncEnumerable<MediaStream>> in MediaBrowser.Providers/MediaInfo/AudioResolver.cs Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Fix indentation in MediaBrowser.Providers/MediaInfo/AudioResolver.cs Jonas Resch
If statement which checks if filename of audio and video file match or if audio file starts with video filename Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Only search in video folder for external audio files Jonas Resch
Don't search in video metadata folder since audio files won't be stored there Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Add ConfigureAwait false MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.csJonas Resch
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-11-30Add ConfigureAwait false to MediaBrowser.Providers/MediaInfo/AudioResolver.csJonas Resch
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-11-30Implement code feedbackJonas Resch
- Rewrite AudioResolver - Use async & await instead of .Result - Add support for audio containers with multiple audio streams (e.g. mka) - Fix bug when using external subtitle and external audio streams at the same time
2021-11-30Shorten calculation of audio startIndex in ↵Jonas Resch
MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
2021-11-30Add support for external audio filesJonas Resch
2021-11-30Use SSL for tmdb imagesJoe Rogers
2021-11-29Merge pull request #6923 from cvium/query_a_bit_lessBond-009
2021-11-28Don't query series twicecvium
2021-11-27Address suppressed warningsJoe Rogers
2021-11-27Allow default/forced tag without setting languageJoe Rogers
2021-11-22Address review commentsJoe Rogers
Store null instead of calculating scaled image sizes. Add endpoint to provide TMDb image size options.
2021-11-20Merge pull request #6862 from 1337joe/query-instead-of-filteringCody Robibero
2021-11-20Remove unnecessary N/A checks (converter changes them to null)cvium
2021-11-20Don't use AppendFormatcvium
2021-11-19Apply suggestions from code reviewJoe Rogers
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>