| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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> | |||
| 2021-11-19 | Add image scaling options for tmdb | Joe Rogers | |
| 2021-11-19 | Refactor omdb providers | cvium | |
| 2021-11-18 | Query MediaSourceManager directly in image providers | Joe Rogers | |
| Add doc comments/minor tweaks to AudioImageProvider | |||
| 2021-11-17 | Query media streams by type instead of filtering | Joe Rogers | |
| 2021-11-17 | Merge pull request #6860 from cvium/fix_xml_endless_loops | Cody Robibero | |
| 2021-11-17 | Read past empty elements | cvium | |
| 2021-11-16 | Fix release build | cvium | |
| 2021-11-16 | Fix | cvium | |
| 2021-11-16 | Remove unused dependencies | cvium | |
| 2021-11-15 | Merge pull request #6831 from 1337joe/image-provider-cleanup | Cody Robibero | |
| 2021-11-15 | Add logging and fast return | Joe Rogers | |
| 2021-11-14 | Handle unexpected case more gracefully | Joe Rogers | |
| 2021-11-12 | Use codec to determine image format | Joe Rogers | |
| 2021-11-12 | Use ImageFormat instead of string for extension | Joe Rogers | |
| 2021-11-12 | Fix filtering images without dimensions | Cody Robibero | |
| 2021-11-12 | Merge similar tests with Theories | Joe Rogers | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| 609 left | |||
| 2021-11-08 | Fix and disable new dotnet6 warnings | Cody Robibero | |
| 2021-11-08 | Update to full dotnet 6 | Cody Robibero | |
| 2021-11-06 | Remove ImageType.Screenshot and ItemFields.Screenshot | Joe Rogers | |
| 2021-11-05 | Add cast limit to tmdb plugin settings | Joe Rogers | |
| 2021-11-04 | Add missing checkboxes | Joe Rogers | |
| 2021-11-04 | Remove unused IHasScreenshots interface | Bond_009 | |
| 2021-11-04 | Merge pull request #6763 from 1337joe/tmdb-image-provider-dedup | Claus Vium | |
| 2021-11-03 | Move ConvertToRemoteImage to TmdbClientManager | Joe Rogers | |
