gnattu
469bf9d514
Move the remove source implementation into ProviderManager
4 months ago
gnattu
74d2c2addf
Remove DynamicImageResponse local image after saved to metadata folder
...
Previously, local images provided by DynamicImageResponse were never cleaned up until the server was restarted. This issue has become more severe in 10.10, as the default is now set to use the system's native temp folder, which might be a RAM backed tmpfs. This behavior could lead to resource starvation for long-running servers performing multiple library scans.
Metadata plugins prefer the old behavior should do its own backup.
4 months ago
Mikal S.
f99e0407fd
Don't try to prune images for virtual episodes. ( #12909 )
4 months ago
gnattu
90a00e1293
Only remove images in metadata folder by default ( #12631 )
5 months ago
Shadowghost
bd3645cbb0
Backport pull request #12055 from jellyfin/release-10.9.z
...
Fix season backdrops
Original-merge: 2266a00337
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
Shadowghost
6734450d40
Backport pull request #12025 from jellyfin/release-10.9.z
...
Fix empty image folder removal for legacy locations
Original-merge: 476dc01f4d
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
Shadowghost
18dd6b2875
Backport pull request #11934 from jellyfin/release-10.9.z
...
Fix local image saving
Original-merge: b0bb22b650
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
Shadowghost
f67e327b29
Backport pull request #11921 from jellyfin/release-10.9.z
...
Fix identify over NFO and replace all when NFO saving enabled
Original-merge: bfcc09db8a
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
Bond_009
b62b0ec2b5
Fix warnings
1 year ago
SenorSmartyPants
11d7c00de9
Fix local JPG primary image for video being overwritten by screen grabber ( #9552 )
2 years ago
SenorSmartyPants
39677525f3
Don't overwrite NFO images ( #9452 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
Bond-009
151aa0f678
Merge pull request #8982 from bradbeattie/background-images-no-language
2 years ago
Bond-009
ebbd1b9db1
Update MediaBrowser.Providers/Manager/ItemImageProvider.cs
2 years ago
Bond_009
b934b346e1
Fix all warnings in MediaBrowser.Providers
2 years ago
Brad Beattie
d639d35baa
Backdrops prefer no language images
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
Claus Vium
488ce51032
Remove some allocations ( #7246 )
3 years ago
Bond-009
ef0708d876
Merge pull request #7078 from 1337joe/metadata-merge-data
3 years ago
Joe Rogers
b17fe35e2e
Clean up list handling
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Bond_009
dc222b75c5
Remove incorrect mime type image/jpg
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
Cody Robibero
14c072dd32
Fix filtering images without dimensions
3 years ago
Bond_009
5726535a26
Fix some warnings
...
609 left
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
...
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
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
Bond_009
f31224fa8f
Remove sync FileStream hack
3 years ago
Bond-009
12a54c070e
Apply suggestions from code review
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Bond_009
8fec510971
ItemImageProvider: improve HTTP error handling
3 years ago
Chris Tam
b0cd1f5e39
Fix images "not loading" after manual identification
4 years ago
Fernando Fernández
3d0b1ccae6
Remove all unused usings
4 years ago
Claus Vium
74fef6c05b
Merge pull request #6177 from Bond-009/async
...
Use async FileStreams where it makes sense
4 years ago
Bond_009
e3dac4fda2
Use async FileStreams where it makes sense
4 years ago
Cody Robibero
cba07b1ca6
Remove more and more warnings
4 years ago
Rich Lander
927b003143
Fix remaining MediaBrowser.Providers warnings
4 years ago
Rich Lander
fb92eab69b
Fix analysis issues
4 years ago
Bond_009
cf061f7563
MediaBrowser.Providers: Remove some warnings
4 years ago
cvium
42a2cc1747
Remove some unnecessary allocations
4 years ago
Claus Vium
df60d176b8
ensure only valid images are saved in ItemImageProvider
4 years ago
Bond_009
4b1c9dc9ea
Pass cancellation where possible
4 years ago
crobibero
95a2de757f
remove custom HttpException
4 years ago
ferferga
9fd01fade6
Remove "download images in advance" option
4 years ago