Good evening everyone,
I have two quick questions.
1: Can I customise the minimum resolution setting for fanart, perhaps by changing the setting <entry name="MinResolution">500x500</entry> in FanartHandler.xml
Reason: I don't want album covers appearing in my music Fanart but 960x540 is too hi def and prevents much of my video fanart from being shown. If I could change the minimum resolution to 501x501 that would stop the album covers appearing and save me the job of manually rescaling hundreds of Fanarts to 1280x720 using Paint.Net
2: If the answer to the above is 'yes' then how does FanartHandler logic filter out images that are too small -
For example on an image that is 1000x600 is it -
a) If (x width<1000) or (y height<600) then ignore image
or
b) if ( (x width multiplied by y height) <600,000) then ignore image
Many thanks.
I am hoping this could save me a LOT of work
I have two quick questions.
1: Can I customise the minimum resolution setting for fanart, perhaps by changing the setting <entry name="MinResolution">500x500</entry> in FanartHandler.xml
Reason: I don't want album covers appearing in my music Fanart but 960x540 is too hi def and prevents much of my video fanart from being shown. If I could change the minimum resolution to 501x501 that would stop the album covers appearing and save me the job of manually rescaling hundreds of Fanarts to 1280x720 using Paint.Net
2: If the answer to the above is 'yes' then how does FanartHandler logic filter out images that are too small -
For example on an image that is 1000x600 is it -
a) If (x width<1000) or (y height<600) then ignore image
or
b) if ( (x width multiplied by y height) <600,000) then ignore image
Many thanks.
I am hoping this could save me a LOT of work