aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Manager
AgeCommit message (Collapse)Author
2022-04-03Add nullable annotationsJoe Rogers
2022-04-03Improve image provider sortingJoe Rogers
Remove irrelevant check for ILocalImageProvider Providers that are not IHasOrder default to middle, not beginning
2022-04-03Fix unused var, log typoJoe Rogers
2022-04-03Move Get*Providers definitions to interfaceJoe Rogers
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2022-02-06Merge pull request #7241 from Bond-009/async5Cody Robibero
2022-01-28Remove some allocations (#7246)Claus Vium
2022-01-22Flush to disk async where possibleBond_009
2022-01-16Merge pull request #7078 from 1337joe/metadata-merge-dataBond-009
2022-01-16Address review commentsJoe Rogers
Co-authored-by: Bond-009 <bond.009@outlook.com>
2022-01-08Make identify flag describe purpose, not sourceJoe Rogers
2022-01-04Clean up list handlingJoe Rogers
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-01-04Remove incorrect mime type image/jpgBond_009
2022-01-04Embed ProviderUtils into MetadataServiceJoe Rogers
2022-01-04Clean up warningsJoe Rogers
2022-01-03Remove existing images when applying identifyJoe Rogers
2022-01-03Clean up warnings, simplifyJoe Rogers
2022-01-02Add refresh flag to remove existing data/imagesJoe Rogers
Fixes #7040
2021-12-31Add tests and documentation for ProviderUtilsJoe Rogers
2021-12-28Pull default MergeData implementation to parentJoe Rogers
2021-12-27Remove more warningsCody Robibero
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-11-12Fix filtering images without dimensionsCody Robibero
2021-11-09Fix some warningsBond_009
609 left
2021-11-06Remove ImageType.Screenshot and ItemFields.ScreenshotJoe Rogers
2021-11-04Remove unused IHasScreenshots interfaceBond_009
2021-11-02Change RemoveImages to array, improve download testJoe Rogers
2021-11-02Fix edge case in multi-image replacingJoe Rogers
2021-11-01Refactor to validate all images up frontJoe Rogers
2021-11-01Validate multi-images, lazy-delete bg on refreshJoe Rogers
Fix failing test: Invalid background images not purged by validate Fixes #6310: Background images only delete when using "Replace existing images" when new image(s) is found to replace them
2021-10-31Add comments, minor cleanup, add testsJoe Rogers
2021-10-26Enable nullable for MediaBrowser.ProvidersBond_009
2021-10-03Remove workaround for dotnet/runtime#42790Bond_009
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-25Remove sync FileStream hackBond_009
2021-09-21Apply suggestions from code reviewBond-009
Co-authored-by: Cody Robibero <cody@robibe.ro>
2021-09-21ItemImageProvider: improve HTTP error handlingBond_009
2021-09-09Fix images "not loading" after manual identificationChris Tam
2021-09-06Remove all unused usingsFernando Fernández
2021-09-06Merge pull request #6177 from Bond-009/asyncClaus Vium
Use async FileStreams where it makes sense
2021-09-02Use async FileStreams where it makes senseBond_009
2021-08-28Remove more and more warningsCody Robibero
2021-07-22Fix remaining MediaBrowser.Providers warningsRich Lander
2021-07-22Fix analysis issuesRich Lander
2021-06-27MediaBrowser.Providers: Remove some warningsBond_009
2021-06-22Remove our own RemoveDiacritcs string extension in favor of Diacritics.NetBond_009
2021-06-12Merge pull request #5384 from Larvitar/season-metadata-fixBond-009