Commit Graph

574 Commits (75c47da539e46a6e70232679234eb55884484702)

Author SHA1 Message Date
Cody Robibero b6489e73ab
Merge pull request #7241 from Bond-009/async5
2 years ago
Claus Vium 488ce51032
Remove some allocations (#7246)
2 years ago
Bond_009 e7be01d7a5 Flush to disk async where possible
2 years ago
Bond-009 ef0708d876
Merge pull request #7078 from 1337joe/metadata-merge-data
2 years ago
Joe Rogers f87e780fb5
Address review comments
2 years ago
Joe Rogers b43f46d5c9
Make identify flag describe purpose, not source
3 years ago
Joe Rogers b17fe35e2e
Clean up list handling
3 years ago
Bond_009 dc222b75c5 Remove incorrect mime type image/jpg
3 years ago
Joe Rogers 1dfbeae045
Embed ProviderUtils into MetadataService
3 years ago
Joe Rogers 19164378f2
Clean up warnings
3 years ago
Joe Rogers c81d2e9dec
Remove existing images when applying identify
3 years ago
Joe Rogers ce66df2c92
Clean up warnings, simplify
3 years ago
Joe Rogers 853ef727da
Add refresh flag to remove existing data/images
3 years ago
Joe Rogers 76e640b0b9
Add tests and documentation for ProviderUtils
3 years ago
Joe Rogers e3a7c9238d
Pull default MergeData implementation to parent
3 years ago
Cody Robibero 7bfc6b5679 Remove more warnings
3 years ago
Cody Robibero 076a13abeb
Merge pull request #7029 from cvium/allocations_maybe
3 years ago
cvium c86b064f80 Catch HttpRequestException when saving images from local provider
3 years ago
cvium b880dc8a4a Use our own Contains extension
3 years ago
Cody Robibero 32629cd7da Use BaseItemKind where possible
3 years ago
Cody Robibero 14c072dd32 Fix filtering images without dimensions
3 years ago
Bond_009 5726535a26 Fix some warnings
3 years ago
Joe Rogers b4bf5af7c8
Remove ImageType.Screenshot and ItemFields.Screenshot
3 years ago
Bond_009 924c6682b9 Remove unused IHasScreenshots interface
3 years ago
Joe Rogers 7fcf01235c
Change RemoveImages to array, improve download test
3 years ago
Joe Rogers 7da6bd905a
Fix edge case in multi-image replacing
3 years ago
Joe Rogers b478b115e3
Refactor to validate all images up front
3 years ago
Joe Rogers 0fbd8d85c8
Validate multi-images, lazy-delete bg on refresh
3 years ago
Joe Rogers 080b02cc4c
Add comments, minor cleanup, add tests
3 years ago
Bond_009 f5ca9cbc3b Enable nullable for MediaBrowser.Providers
3 years ago
Bond_009 9af16fcb6c Remove workaround for dotnet/runtime#42790
3 years ago
Cody Robibero 9234e5bf80 Remove all instances of en-US culture
3 years ago
Bond_009 f31224fa8f Remove sync FileStream hack
3 years ago
Bond-009 12a54c070e
Apply suggestions from code review
3 years ago
Bond_009 8fec510971 ItemImageProvider: improve HTTP error handling
3 years ago
Chris Tam b0cd1f5e39 Fix images "not loading" after manual identification
3 years ago
Fernando Fernández 3d0b1ccae6
Remove all unused usings
3 years ago
Claus Vium 74fef6c05b
Merge pull request #6177 from Bond-009/async
3 years ago
Bond_009 e3dac4fda2 Use async FileStreams where it makes sense
3 years ago
Cody Robibero cba07b1ca6 Remove more and more warnings
3 years ago
Rich Lander 927b003143 Fix remaining MediaBrowser.Providers warnings
3 years ago
Rich Lander fb92eab69b Fix analysis issues
3 years ago
Bond_009 cf061f7563 MediaBrowser.Providers: Remove some warnings
3 years ago
Bond_009 981cf4cfa0 Remove our own RemoveDiacritcs string extension in favor of Diacritics.Net
3 years ago
Bond-009 83e492b72b
Merge pull request #5384 from Larvitar/season-metadata-fix
3 years ago
Claus Vium 8daa679a26
Update MediaBrowser.Providers/Manager/MetadataService.cs
3 years ago
Bond-009 cfad97ff28
Merge pull request #6096 from cvium/saving_private_ram
3 years ago
Cody Robibero d461e3912a
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
3 years ago
Mariusz Chryc d44025c620 Clear episode and season provider IDs during ApplySearchResult
3 years ago
PingWin 7cba148a30 Don't prefer OMDB rating over all other providers
3 years ago
cvium 42a2cc1747 Remove some unnecessary allocations
3 years ago
wehrstedt ad1d9d9a23
fixed no channel icons when using tvheadend (#5996)
3 years ago
BaronGreenback f2c10471bf
Code Clean up: Use Pattern Matching (#5838)
3 years ago
cvium 77261a8445 add UpdatePeopleAsync and add people to both tables
3 years ago
Bond-009 86a2e6eeda
Merge pull request #5867 from Bond-009/provider
3 years ago
Bond-009 da78a96312
Merge pull request #5807 from Bond-009/refreshdelay
3 years ago
Bond_009 dcd6ab769b ProviderManager: fix discard and 2 warnings
3 years ago
cvium 351b987982 Add Person to TypedBaseItems if it's new
3 years ago
BaronGreenback bc1cc2d04a Remove unused using directives
3 years ago
Bond_009 3d0a42da9e Remove throttle in refresh code
3 years ago
cvium 35cfd760d4 Do not touch "old" local artwork unless saving locally
3 years ago
Bond_009 2ed0801be2 Fix possible nullref
3 years ago
Claus Vium df60d176b8
ensure only valid images are saved in ItemImageProvider
3 years ago
Bond-009 16011d96a0
Merge pull request #5321 from Ullmie02/nfo-thumb
3 years ago
David a4cac09d5b Use |=
3 years ago
David 60ffa6f514 Use FileShare.None when creating files
3 years ago
cvium ba366118f9 Do not use language or imagelanguages when searching for images
3 years ago
cvium 664c5da317 return false when providerid is null or empty
3 years ago
David 16694b0cfc Add nfo thumb tag support
3 years ago
Bond_009 e9f22303a4 Properly forward cancellationTokens
3 years ago
martinek-stepan cc92f7afe5
Enable nullable for MediaBrowser.XbmcMetadata project (#4612)
4 years ago
cvium 3f6e6c4839 Simplify
4 years ago
cvium dd238937f4 Remember to await the async task
4 years ago
cvium 3c5bbeb80c Remove ImageFetcherPostScanTask
4 years ago
Claus Vium f1cc01f324
Merge pull request #4242 from Spacetech/library_scan_speed
4 years ago
Gary Wilber 2b6b2cbf31 Remove Lazy
4 years ago
Gary Wilber f4edca7c27 Move MetadataRefreshThrottler to BaseItemManager
4 years ago
BaronGreenback d3b0080a27
Update MetadataService.cs
4 years ago
BaronGreenback 79855a76b1
Update MetadataService.cs
4 years ago
Joshua M. Boniface bf54b5579c
Merge branch 'master' into defer_image_fetching
4 years ago
Joshua M. Boniface 212c5318ae
Merge pull request #4507 from BaronGreenback/Spelling
4 years ago
Claus Vium 15b9f993c6
Merge pull request #4342 from crobibero/base-item-manager
4 years ago
Greenback 9a323f6df0 More spelling corrections.
4 years ago
Bond_009 4b1c9dc9ea Pass cancellation where possible
4 years ago
crobibero 95a2de757f remove custom HttpException
4 years ago
Fernando Fernández 103d503c15 Removed code as suggested by @cvium
4 years ago
crobibero 64b32d3290 Use BaseItemManager
4 years ago
ferferga 9fd01fade6 Remove "download images in advance" option
4 years ago
cvium 763862cbd8 Defer image pre-fetching until the end of a refresh/scan
4 years ago
Gary Wilber 25d8d85740 Back to HttpException
4 years ago
Gary Wilber e9911b70dd Use EnsureSuccessStatusCode
4 years ago
Gary Wilber 722ec43e25 remove status code from exception message
4 years ago
Gary Wilber 3ca9b13f99 Check response status code before saving images
4 years ago
Bond_009 2dbf73b989 Minor improvements
4 years ago
Bond_009 384ab39f5b Fix some warnings
4 years ago
crobibero dd078e7b82 use named client
4 years ago
Patrick Barron 9fa4fff15d Merge branch 'master' into event-rewrite-1
4 years ago
Bond_009 119f64f5e7 Make some methods async
4 years ago
Patrick Barron 98ed90c4a2 Merge branch 'master' into event-rewrite-1
4 years ago
Bond_009 2b400c99ef Fix warnings
4 years ago