damienhaynes / moving-pictures

Moving Pictures is a movies plug-in for the MediaPortal media center application. The goal of the plug-in is to create a very focused and refined experience that requires minimal user interaction. The plug-in emphasizes usability and ease of use in managing a movie collection consisting of ripped DVDs, and movies reencoded in common video formats supported by MediaPortal.
12 stars 6 forks source link

Covers are not resized as set in advanced settings #1149

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Set the max size of covers in advanced settings to something like 1000x1500
2. Start with a new movie to import, put a cover bigger than 1000x1500 in its 
folder. I am using only local files for covers, no downloads.
3. Let it import
4. Check the covers size in \thumbs\MovingPictures\Covers\FullSize

What is the expected output? What do you see instead?
The cover should be resized to 1000x1500. Instead it will retain its original 
size.

What version of Moving Pictures are you using? 
1.7.3.1594
What version of MediaPortal?
1.9pre
What Skin?
MayaHD

Please attach a screenshot and logs if possible. When submitting log files
please submit DEBUG logs. See here for details:
http://tinyurl.com/aj65su

Original issue reported on code.google.com by michael....@gmail.com on 19 Aug 2014 at 9:23

Attachments:

GoogleCodeExporter commented 8 years ago
added logs

Original comment by michael....@gmail.com on 19 Aug 2014 at 9:28

Attachments:

GoogleCodeExporter commented 8 years ago
and another screen...

Original comment by michael....@gmail.com on 19 Aug 2014 at 9:30

Attachments:

GoogleCodeExporter commented 8 years ago
Where is the artwork coming from? I see in the log:
Added cover art for '12 Years a Slave' from: \\MMIGWHS2011\Filme\12 Years a 
Slave (2013) - tt2024544\poster.jpg

That doesn't look like an online source e.g.

24-Aug-2014 11:12:25 Debug [   FileBasedResource]: Cover art for "10,000 BC" 
from the following URL is already loaded: 
http://assets.fanart.tv/fanart/movies/7840/movieposter/10000-bc-5288f2214ca29.jp
g 
24-Aug-2014 11:12:26  Info [   FileBasedResource]: Added resized cover art for 
"10,000 BC" from: 
http://image.tmdb.org/t/p/original/rnGR3EHkL4ryhQd50XBrtRrV8nq.jpg 
24-Aug-2014 11:12:28  Info [   FileBasedResource]: Added resized cover art for 
"10,000 BC" from: 
http://image.tmdb.org/t/p/original/cwoNmzAhTAqGzuKqEjxzxcec3ai.jpg 
24-Aug-2014 11:12:31  Info [   FileBasedResource]: Added resized cover art for 
"10,000 BC" from: 
http://image.tmdb.org/t/p/original/jSRoD2eP6A3sq4iYfFMeDQP2jhN.jpg 

Can you try attach a log which shows you downloading something that doesnt 
already exist on disk? It may give more of a clue.

Original comment by damien.haynes@gmail.com on 24 Aug 2014 at 1:13

GoogleCodeExporter commented 8 years ago
Reading the code base, it would seem we only re-size artwork if downloading 
from URL. So that would explain possibly why your artwork is not re-sized.

Original comment by damien.haynes@gmail.com on 24 Aug 2014 at 1:17

GoogleCodeExporter commented 8 years ago
Thanks for having a look damien.
Yeah that would explain it as I get my covers via tinymediamanager from online 
sources and have movpic import them from the hard drive. It would be nice if 
those imported files get resized too. What do you think?

Original comment by michael....@gmail.com on 24 Aug 2014 at 10:06