aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Providers/Manager
AgeCommit message (Collapse)Author
2021-06-12Update MediaBrowser.Providers/Manager/MetadataService.csClaus Vium
2021-06-12Merge pull request #6096 from cvium/saving_private_ramBond-009
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-29Clear episode and season provider IDs during ApplySearchResultMariusz Chryc
2021-05-25Don't prefer OMDB rating over all other providersPingWin
2021-05-24Remove some unnecessary allocationscvium
2021-05-06fixed no channel icons when using tvheadend (#5996)wehrstedt
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Maximilian Wehrstedt <wehrstedt.coding@outlook.de>
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-04-24add UpdatePeopleAsync and add people to both tablescvium
2021-04-21Merge pull request #5867 from Bond-009/providerBond-009
ProviderManager: fix discard and 2 warnings
2021-04-21Merge pull request #5807 from Bond-009/refreshdelayBond-009
Remove throttle in refresh code
2021-04-19ProviderManager: fix discard and 2 warningsBond_009
2021-04-18Add Person to TypedBaseItems if it's newcvium
2021-04-17Remove unused using directivesBaronGreenback
2021-04-13Remove throttle in refresh codeBond_009
2021-04-11Do not touch "old" local artwork unless saving locallycvium
2021-04-04Fix possible nullrefBond_009
when `ProviderManager.SaveMetadata` gets called before `ProviderManager.AddParts` ``` Error Message: System.ArgumentNullException : Value cannot be null. (Parameter 'source') Stack Trace: at System.Linq.ThrowHelper.ThrowArgumentNullException(ExceptionArgument argument) at System.Linq.Enumerable.Where[TSource](IEnumerable`1 source, Func`2 predicate) at MediaBrowser.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, ItemUpdateType updateType, IEnumerable`1 savers) in D:\a\1\s\MediaBrowser.Providers\Manager\ProviderManager.cs:line 674 at MediaBrowser.Providers.Manager.ProviderManager.SaveMetadata(BaseItem item, ItemUpdateType updateType) in D:\a\1\s\MediaBrowser.Providers\Manager\ProviderManager.cs:line 655 at Emby.Server.Implementations.Library.LibraryManager.RunMetadataSavers(BaseItem item, ItemUpdateType updateReason) in D:\a\1\s\Emby.Server.Implementations\Library\LibraryManager.cs:line 2012 at Emby.Server.Implementations.Library.LibraryManager.UpdateItemsAsync(IReadOnlyList`1 items, BaseItem parent, ItemUpdateType updateReason, CancellationToken cancellationToken) in D:\a\1\s\Emby.Server.Implementations\Library\LibraryManager.cs:line 1970 at Emby.Server.Implementations.Library.LibraryManager.CreateRootFolder() in D:\a\1\s\Emby.Server.Implementations\Library\LibraryManager.cs:line 775 at Emby.Server.Implementations.Library.LibraryManager.get_RootFolder() in D:\a\1\s\Emby.Server.Implementations\Library\LibraryManager.cs:line 180 at Emby.Server.Implementations.IO.LibraryMonitor.Start() in D:\a\1\s\Emby.Server.Implementations\IO\LibraryMonitor.cs:line 135 at Emby.Server.Implementations.IO.LibraryMonitorStartup.RunAsync() in D:\a\1\s\Emby.Server.Implementations\IO\LibraryMonitorStartup.cs:line 26 at Emby.Server.Implementations.ApplicationHost.StartEntryPoints(IEnumerable`1 entryPoints, Boolean isBeforeStartup)+MoveNext() in D:\a\1\s\Emby.Server.Implementations\ApplicationHost.cs:line 541 at System.Threading.Tasks.Task.WhenAll(IEnumerable`1 tasks) at Emby.Server.Implementations.ApplicationHost.RunStartupTasksAsync(CancellationToken cancellationToken) in D:\a\1\s\Emby.Server.Implementations\ApplicationHost.cs:line 525 at Jellyfin.Server.Integration.Tests.JellyfinApplicationFactory.CreateServer(IWebHostBuilder builder) in D:\a\1\s\tests\Jellyfin.Server.Integration.Tests\JellyfinApplicationFactory.cs:line 101 at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.EnsureServer() at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateDefaultClient(DelegatingHandler[] handlers) at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateDefaultClient(Uri baseAddress, DelegatingHandler[] handlers) at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateClient(WebApplicationFactoryClientOptions options) at Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory`1.CreateClient() at Jellyfin.Server.Integration.Tests.OpenApiSpecTests.GetSpec_ReturnsCorrectResponse() in D:\a\1\s\tests\Jellyfin.Server.Integration.Tests\OpenApiSpecTests.cs:line 26 --- End of stack trace from previous location --- ```
2021-04-01ensure only valid images are saved in ItemImageProviderClaus Vium
2021-03-25Merge pull request #5321 from Ullmie02/nfo-thumbBond-009
2021-03-23Use |=David
2021-03-07Use FileShare.None when creating filesDavid
2021-03-05Do not use language or imagelanguages when searching for imagescvium
TMDb API returns all images if languages are excluded, which is needed for the All Languages toggle in Identify.
2021-03-03return false when providerid is null or emptycvium
2021-02-28Add nfo thumb tag supportDavid
2021-02-15Properly forward cancellationTokensBond_009
2020-12-31Enable nullable for MediaBrowser.XbmcMetadata project (#4612)martinek-stepan
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Stepan <ste.martinek+git@gmail.com>
2020-12-10Simplifycvium
2020-12-10Remember to await the async taskcvium
2020-12-10Remove ImageFetcherPostScanTaskcvium
2020-12-04Merge pull request #4242 from Spacetech/library_scan_speedClaus Vium
Increase library scan and metadata refresh speed
2020-12-02Remove LazyGary Wilber
2020-12-02Move MetadataRefreshThrottler to BaseItemManagerGary Wilber
2020-11-21Update MetadataService.csBaronGreenback
added return Task.CompletedTask;
2020-11-21Update MetadataService.csBaronGreenback
removed async line 232
2020-11-21Merge branch 'master' into defer_image_fetchingJoshua M. Boniface
2020-11-19Merge pull request #4507 from BaronGreenback/SpellingJoshua M. Boniface
Corrects spelling in comments
2020-11-19Merge pull request #4342 from crobibero/base-item-managerClaus Vium
Add BaseItemManager
2020-11-18More spelling corrections.Greenback
2020-11-17Pass cancellation where possibleBond_009
2020-11-14remove custom HttpExceptioncrobibero
2020-11-10Removed code as suggested by @cviumFernando Fernández
2020-10-27Use BaseItemManagercrobibero
2020-10-19Remove "download images in advance" optionferferga
2020-10-03Defer image pre-fetching until the end of a refresh/scancvium
2020-09-29Back to HttpExceptionGary Wilber
2020-09-28Use EnsureSuccessStatusCodeGary Wilber
2020-09-27remove status code from exception messageGary Wilber
2020-09-27Check response status code before saving imagesGary Wilber
2020-09-16Minor improvementsBond_009
2020-09-07Fix some warningsBond_009