Bogdan
c221e2097a
Prevent NullRef for cases when media covers have nullable urls
1 year ago
Bogdan
27da524391
Use async requests for media cover proxy
...
(cherry picked from commit ad1f185330a30a2a9d27c9d3f18d384e66727c2a)
Closes #9183
1 year ago
Qstick
248ac9619c
Fixed: Images for some movies not downloading
...
Closes #8006
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
1 year ago
Qstick
c1a3a8249b
Use default MemoryAllocator for ImageSharp resizing
1 year ago
Mark McDowall
54bb267e17
New: Ignore inaccessible files with getting files
...
(cherry picked from commit e5aa8584100d96a2077c57f74ae5b2ceab63de19)
1 year ago
Bogdan
c987824174
Use 'var' instead of explicit type
...
(cherry picked from commit 12374f7f0038e5b25548f5ab3f71122410832393)
1 year ago
Mark McDowall
7b7b866777
Rename Clearart to Clearlogo, use png for Clearlogo
...
(cherry picked from commit 349f7cf4c934fbf53516f7e92026282750180a16)
2 years ago
Mark McDowall
371eb68bf0
Fixed: Don't download unknown artwork
...
(cherry picked from commit aecc8295c8c3ce39040d03a1f79f775e1c910362)
2 years ago
Qstick
a7ba1a6454
Update SixLabors.ImageSharp, MailKit, DryIoc libraries
...
Closes #8282
Co-Authored-By: Stepan Goremykin <25577658+goremykin@users.noreply.github.com>
2 years ago
Qstick
6a03eddda9
Rework Movie Metadata data model
3 years ago
Qstick
92c4c50e1c
New: Even More Mono Cleaning
3 years ago
ta264
621edba82d
New: Faster initial movie load
4 years ago
ta264
0a8dd85856
Fixed: Speed up initial movie load when opening the UI
4 years ago
Qstick
2ad1cfec42
Bump ImageSharp to stable package 1.0.1 [Common]
4 years ago
Qstick
77036ac3ef
Fixed: Posters not always showing when searching for movie
...
Fixes #4729
Fixes #4704
4 years ago
Qstick
7adb358d1c
Fixed: Speed up mass deletes from Movie Editor ( #4463 )
5 years ago
Qstick
2fbcf17c8d
Fix Linting Error (Double Blank Line)
5 years ago
Qstick
363be4ca34
Fixed: Metadata files not being created after rescan
...
Co-Authored-By: Mark McDowall <markus101@users.noreply.github.com>
5 years ago
ta264
959b8ed83e
Fixed: Speed up UI during refresh
...
Don't update state if we know items are equal to avoid reselections.
Don't pass LastInfoUpdate to frontend to prevent useless updates (the
field isn't used)
5 years ago
ta264
5b07046396
Fixed: Trigger fewer signalr broadcasts
5 years ago
ta264
8e256462bf
Use MediaCoverService from Sonarr
5 years ago
ta264
f02fa629cc
Reformat and apply Stylecop rules
5 years ago
ta264
d4fa9b7345
Remove trailing whitespace
5 years ago
ta264
8d27111f7b
Remove all unnecessary usings
5 years ago
ta264
c6ae0bb509
Add missing new lines at end of files
5 years ago
ta264
36ab3ecf71
Fixed: Removed unused references to System.Drawing
5 years ago
Qstick
225430162b
Fixed: ImageResizer Tweaks
...
Co-Authored-By: taloth <taloth@users.noreply.github.com>
Co-Authored-By: ta264 <ta264@users.noreply.github.com>
5 years ago
ta264
bc0cc2bfa9
New: Use ImageSharp for resizing
5 years ago
Qstick
7dc629a647
Fixed: Rework Multiple Logging Statements
5 years ago
Qstick
b42004b32c
Fixed: Another Log Statement duplicating on Sentry
5 years ago
Leonardo Galli
4aec27890c
Fixed: MediaCovers Race condition which leads to fanart not being downloaded
...
Fixes #3350
6 years ago
Leonardo Galli
cd520b0341
Fixed: MediaCoverService tests and stupidly forgetting to open the database connection for logging.
6 years ago
Leonardo Galli
fed4a0aebe
Fixed: MediaCovers resizing potentially leaking memory when concurrently executing.
6 years ago
Leonardo Galli
df18c34878
Fixed: Typo that could probably lead to an infinite loop.
6 years ago
Leonardo Galli
d38562664d
Fixed: Memory leak due to unmanaged Bitmaps leaking.
6 years ago
Qstick
25e10e26e3
Added: A Huge Cleanup of old Series Code. (Let's pray nothing breaks :P) ( #2589 )
7 years ago
Leonardo Galli
e77d9ce848
Added: Last round of optimisation. Large libraries should load around 2x faster again compared to the last version.
7 years ago
SWu
51e0cdf982
Fix regression for missing libgdiplus ( #1073 )
...
* Fix regression for missing libgdiplus
Add back error handling for systems where libgdiplus is not available. Should fix #1065
* Create GdiPlusInterop.cs
* Update DiskProviderBase.cs
* Update ImageResizer.cs
* Delete GdiPlusInterop.cs
* Update NzbDrone.Core.csproj
* Update NzbDrone.Common.csproj
* Update DiskProviderBase.cs
* Update IDiskProvider.cs
* Update ImageResizer.cs
* Update DiskProviderBase.cs
* Update IDiskProvider.cs
* Update ImageResizer.cs
This is really ugly... :(
* Update ImageResizer.cs
Never written C# before
* Update ImageResizerFixture.cs
* Fix test
8 years ago
Leonardo Galli
7cfa0531dc
Fixed all tests and even added some new ones :) ( #835 )
...
* First fixing of tests.
* Updated more tests.
* Fix some tests
* Fix all prioritization tests.
And add new for preferred words.
* Updated CompletedDownloadservice tests
* Fixed a lot of tests
* Fixed all indexer requests. We should add more for the indexers we added.
To lazy for that though ¯\_(ツ)_/¯
* Fixed organizer tests.
Should probably be also updated to incorporate our newly added tags.
* Fix notification tests.
* Fixed update test for osx
* Fixed a few more tests.
* Fixed some more tests.
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update appveyor.yml
* Update activity.less
* Update appveyor.yml
* Update appveyor.yml
* Update CommonVersionInfo.cs
* Update build-appveyor.cake
Let's hope this works.
* Update CommonVersionInfo.cs
Just to kickstart appveyor
* Fixed a few tests
* Just ignore those tests.
* Fixed more tests.
* First steps in fixing Core.Test.Download.DownloadApprovedFixture
* Fix most DownloadApprovedFixture tests
* Fixed something.
* Fixed a few more tests.
* Fixed pending release tests.
* All Core tests are now fixed.
* Fixed the last tests :)
* Fixed Download Station Tests.
* Fixed Vuze and Transmission default settings which caused the tests to fail.
* Fix most tests.
* Fix RootFolder tests.
* Fixed last tests
8 years ago
Devin Buhl
2af07d7e0d
* Make Missing/Wanted Work again ( #686 )
...
* Make Missing/Wanted Load
8 years ago
Leonardo Galli
336aee7fda
Fix when libgdiplus isn't present.
8 years ago
Leonardo Galli
eb299ce847
Fix Corruped Media Cover Images.
8 years ago
Leonardo Galli
93d0d21846
Hopefully a fix for corrupt media covers.
8 years ago
Leonardo Galli
b7c70d750a
Movies should now show on the main page. However, a lot has to be done to the detail controller before it is really going to work.
8 years ago
Keivan Beigi
0214c8e0f0
Removed unused using statements
8 years ago
Taloth Saldono
b093be3f4e
Added additional gdiplus check.
8 years ago
Taloth Saldono
6a90035a4c
Updated NLog to v4.2.3.
9 years ago
Taloth Saldono
f5ddb36ebd
Fixed: All issues regarding Media Covers should be fixed now after apply this update. Refresh browser cache if still missing and report issues on forum.
10 years ago
Taloth Saldono
b3f11564a7
Fixed: No longer leaves a corrupt file if MediaCover resize failed.
10 years ago
Taloth Saldono
35ab3a28fd
New: MediaCover api now includes several resized variants to save bandwidth for mobile apps.
...
banner-35.jpg (height)
banner-70.jpg
fanart-180.jpg (height)
fanart-360.jpg
poster-170.jpg (width)
poster-340.jpg
10 years ago