aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller
AgeCommit message (Collapse)Author
2021-12-20Use our own Contains extensioncvium
2021-12-20Fix extras folderscvium
2021-12-19Merge pull request #7021 from cvium/baseitem_closureCody Robibero
2021-12-19Use == instead of Object.Equals to avoid closure allocationcvium
2021-12-19Use static lambdascvium
2021-12-17Merge pull request #6956 from cvium/what_could_go_wrongCody Robibero
2021-12-16Deprecate LibraryOptions.EnableInternetProvidersJoe Rogers
2021-12-15Merge branch 'master' into what_could_go_wrongClaus Vium
2021-12-14Cache BaseItemKindCody Robibero
2021-12-12Folder can't have extrascvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-12-08Fix wrong ffmpeg map argument due to wrong calculationJonas Resch
2021-12-07Refactor extras parsingcvium
2021-12-03Merge branch 'support-external-audio-files' of ↵Jonas Resch
github.com:jonas-resch/jellyfin into support-external-audio-files
2021-12-03Optimize calculation of external audio stream index in ↵Jonas Resch
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-12-03Replace escaped quote string with quote character in ↵Jonas Resch
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-12-01Prevent crashes in specific scenariosJonas Resch
2021-11-30Implement coding standards from 2nd code feedbackJonas Resch
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-30Add support for external audio filesJonas Resch
2021-11-21Merge pull request #6879 from crobibero/client-log-cleanupClaus Vium
Remove ClientLog endpoints
2021-11-20Merge pull request #6862 from 1337joe/query-instead-of-filteringCody Robibero
2021-11-20Remove ClientLog endpointsCody Robibero
2021-11-18Query MediaSourceManager directly in image providersJoe Rogers
Add doc comments/minor tweaks to AudioImageProvider
2021-11-18Add missed overrideJoe Rogers
2021-11-17Query media streams by type instead of filteringJoe Rogers
2021-11-16Fix some warningsBond_009
2021-11-16Fix buildcvium
2021-11-16Remove unused dependenciescvium
2021-11-15Merge pull request #6851 from cvium/remove_references_to_ilibrarymanagerCody Robibero
2021-11-15Merge pull request #6831 from 1337joe/image-provider-cleanupCody Robibero
2021-11-15Fix commentcvium
2021-11-15Remove ILibraryManager as a dependency in resolvers etc.cvium
2021-11-15Merge pull request #6849 from 1337joe/server-disabled-metadataCody Robibero
2021-11-15Actually check server disabled metadata providersJoe Rogers
2021-11-15Merge pull request #6847 from ↵Bond-009
jellyfin/dependabot/nuget/Microsoft.SourceLink.GitHub-1.1.1
2021-11-15Bump Microsoft.SourceLink.GitHub from 1.1.0 to 1.1.1dependabot[bot]
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.1.0 to 1.1.1. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.1.0...1.1.1) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-15Bump Diacritics from 3.3.4 to 3.3.10dependabot[bot]
Bumps [Diacritics](https://github.com/thomasgalliker/Diacritics.NET) from 3.3.4 to 3.3.10. - [Release notes](https://github.com/thomasgalliker/Diacritics.NET/releases) - [Commits](https://github.com/thomasgalliker/Diacritics.NET/commits) --- updated-dependencies: - dependency-name: Diacritics dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-13Very light cleanup in applicationhostcvium
2021-11-12Use ImageFormat instead of string for extensionJoe Rogers
2021-11-09Fix some warningsBond_009
down to 580
2021-11-09Merge pull request #5905 from BaronGreenback/TVFixClaus Vium
Fix for Livetv and DLNA when bind interfaces specified.
2021-11-09Merge pull request #6794 from Bond-009/deadClaus Vium
Remove some dead code
2021-11-09Remove some dead codeBond_009
2021-11-09Bump Microsoft.SourceLink.GitHub from 1.0.0 to 1.1.0dependabot[bot]
Bumps [Microsoft.SourceLink.GitHub](https://github.com/dotnet/sourcelink) from 1.0.0 to 1.1.0. - [Release notes](https://github.com/dotnet/sourcelink/releases) - [Commits](https://github.com/dotnet/sourcelink/compare/1.0.0...1.1.0) --- updated-dependencies: - dependency-name: Microsoft.SourceLink.GitHub dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
2021-11-09Fix some warningsBond_009
609 left
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-11-08Update to full dotnet 6Cody Robibero
2021-11-08Use the new method in DLNAcvium
2021-11-08Merge branch 'master' into TVFixcvium