| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-29 | Merge pull request #7988 from jellyfin/external-streams-exceptions | Bond-009 | |
| (cherry picked from commit a71b19014218119adb0f7d1bcaf1393943483f49) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-02-28 | Use IFileSystem | Cody Robibero | |
| 2022-02-21 | Rewrite tests for coverage and less duplication | Joe Rogers | |
| Address minor warnings Revert making GetInternalMetadataPath mockable | |||
| 2022-02-18 | fix(external-media): implement review suggestions | Shadowghost | |
| 2022-02-18 | feat(external-media): refactor to generic provider, extend tests and file ↵ | Shadowghost | |
| recognition, consolidate and extend NamingOptions | |||
| 2022-02-18 | feat(external-media): refactor external subtitle and audio provider | Shadowghost | |
| 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 | Exclude .strm files when searching for external audio files | Jonas Resch | |
| 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 | 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 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 | Add support for external audio files | Jonas Resch | |
