| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-12-28 | Pull default MergeData implementation to parent | Joe Rogers | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-24 | Fix build | Bond_009 | |
| 2021-12-24 | Merge branch 'master' into comparisons | Cody Robibero | |
| 2021-12-23 | Fix config.html | Cody Robibero | |
| 2021-12-23 | Merge branch 'master' into studios-images-plugin | Cody Robibero | |
| # Conflicts: # MediaBrowser.Providers/MediaBrowser.Providers.csproj | |||
| 2021-12-24 | Merge pull request #7029 from cvium/allocations_maybe | Cody Robibero | |
| 2021-12-21 | Catch HttpRequestException when saving images from local provider | cvium | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-12-08 | Format code in MediaBrowser.Providers/MediaInfo/AudioResolver.cs | Jonas Resch | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-12-08 | Add "Async" suffix to AddExternalAudio method | Jonas Resch | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-12-08 | Add "Async" suffix to AddExternalAudio method | Jonas Resch | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-12-08 | Exclude .strm files when searching for external audio files | Jonas Resch | |
| 2021-12-08 | Add audioResolver argument to FFProbeVideoInfo initialization | Jonas Resch | |
| 2021-12-08 | Merge branch 'support-external-audio-files' of ↵ | Jonas Resch | |
| github.com:jonas-resch/jellyfin into support-external-audio-files | |||
| 2021-12-07 | Update MediaBrowser.Providers/MediaInfo/FFProbeProvider.cs | Claus Vium | |
| 2021-12-07 | Merge branch 'master' into support-external-audio-files | Claus Vium | |
| 2021-12-03 | Merge pull request #6874 from 1337joe/tmdb-image-size-options | Cody Robibero | |
| 2021-12-02 | Reduce allocations | cvium | |
| 2021-12-01 | Prevent crashes in specific scenarios | Jonas Resch | |
| 2021-11-30 | Add documentation to AudioResolver class | Jonas Resch | |
| 2021-11-30 | Add ConfigureAwait true in MediaBrowser.Providers/MediaInfo/AudioResolver.cs | Jonas Resch | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-11-30 | Add ConfigureAwait true in MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs | Jonas Resch | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-11-30 | Move variable in MediaBrowser.Providers/MediaInfo/AudioResolver.cs | Jonas Resch | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-11-30 | Don't disable warnings in MediaBrowser.Providers/MediaInfo/AudioResolver.cs | Jonas Resch | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-11-30 | Fix warning due to new line after opening bracket | Jonas Resch | |
| 2021-11-30 | Fix compiler warning due to missing EnumeratorCancellation attribute | Jonas Resch | |
| 2021-11-30 | Implement coding standards from 2nd code feedback | Jonas Resch | |
| 2021-11-30 | Change 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-30 | Check 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-30 | Change 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-30 | Fix 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-30 | Only 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-30 | Add ConfigureAwait false MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs | Jonas Resch | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-11-30 | Add ConfigureAwait false to MediaBrowser.Providers/MediaInfo/AudioResolver.cs | Jonas Resch | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2021-11-30 | Implement code feedback | Jonas 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-30 | Shorten calculation of audio startIndex in ↵ | Jonas Resch | |
| MediaBrowser.Providers/MediaInfo/FFProbeVideoInfo.cs Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2021-11-30 | Add support for external audio files | Jonas Resch | |
| 2021-11-30 | Use SSL for tmdb images | Joe Rogers | |
| 2021-11-29 | Merge pull request #6923 from cvium/query_a_bit_less | Bond-009 | |
| 2021-11-28 | Don't query series twice | cvium | |
| 2021-11-27 | Address suppressed warnings | Joe Rogers | |
| 2021-11-27 | Allow default/forced tag without setting language | Joe Rogers | |
| 2021-11-22 | Address review comments | Joe Rogers | |
| Store null instead of calculating scaled image sizes. Add endpoint to provide TMDb image size options. | |||
| 2021-11-20 | Merge pull request #6862 from 1337joe/query-instead-of-filtering | Cody Robibero | |
| 2021-11-20 | Remove unnecessary N/A checks (converter changes them to null) | cvium | |
| 2021-11-20 | Don't use AppendFormat | cvium | |
| 2021-11-19 | Apply suggestions from code review | Joe Rogers | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
