aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Manager
AgeCommit message (Collapse)Author
2023-01-11Fix all warnings in MediaBrowser.ProvidersBond_009
2023-01-02Merge pull request #8995 from daullmer/nfo-remote-images-initialClaus Vium
Use nfo provided remote images on initial scan
2023-01-02Use nfo provided remote images on initial scanDavid Ullmer
2022-12-27Use Diacritics.NETBond_009
Last time we had to revert this due to regressions, now those regression tests seem to succeed with a newer version of Diacritics.NET
2022-12-19Use Order() introduced in .NET 7 (#8923)Bond-009
2022-12-07Remove dependency on OptimizedPriorityQueueBond_009
2022-12-07Use ArgumentException.ThrowIfNullOrEmptyBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-11-23Merge pull request #7039 from 1337joe/providermanager-cleanupBond-009
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-10-07Merge branch 'master' into providermanager-cleanupClaus Vium
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-06-14Merge pull request #7873 from cvium/fix_nfo_remoteimagesBond-009
(cherry picked from commit 1a787e273a7797f3c0275a62e1fd2805ae9c7943) Signed-off-by: crobibero <cody@robibe.ro>
2022-05-20Merge pull request #7604 from Jellifi007/fixes-diactriticsBond-009
Co-authored-by: Cody Robibero <cody@robibe.ro> (cherry picked from commit 8d1d9734381472b301deb0118bbb8da2a769a65e) Signed-off-by: crobibero <cody@robibe.ro>
2022-04-17Merge pull request #7521 from 1337joe/image-mime-fallbackCody Robibero
Add fallback for image downloads with bad reported MediaType (cherry picked from commit bf1ccf749314404d226e292d60e609056afe4718) Signed-off-by: Joshua Boniface <joshua@boniface.me>
2022-04-03Remove warningsJoe Rogers
2022-04-03Fix review commentJoe Rogers
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-04-03Simplify RefreshSingleItemJoe Rogers
2022-04-03Reorder and flatten provider filteringJoe Rogers
2022-04-03Pass TypeOptions instead of full LibraryOptionsJoe Rogers
2022-04-03Improve metadata provider sortingJoe Rogers
Extract configured order up front instead of for each provider Non-IHasOrder providers default to middle, not beginning Merge image and metadata sort helper methods
2022-04-03Clarify naming, minor method ordering improvementJoe Rogers
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