Kodi Community Forum

Full Version: Dvd Cases
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hey all,


im using shift view with dvd disc all is well im nearly finish with my library for this skin which btw is awesome, i have one tiny thing left to sort i use artwork downloader to get dvd image posters but i find the very left and right edges of each poster are cropped off as the case it not quite wide enough.

is there a way to slight increase width of the cases so the poster fits better??

eg below superman cover slightly clips on left monster sqaud aswell as do many posters, ive tried choosing diff posters they they all just have diff deg of cropping. any suggestions would be welcome


Image

thanks
It's because poster is displayed with aspectratio=scale and not aspectratio=stretch

Edit Viewtype_Shift.xml in 1080i folder of Aeon Nox skin directory.
Go to lines 69 and 86 and change scale to stretch

Before :

69 : <aspectratio scalediffuse="false">scale</aspectratio>
86 : <aspectratio aligny="top" scalediffuse="false">scale</aspectratio>

After :

69 : <aspectratio scalediffuse="false">stretch</aspectratio>
86 : <aspectratio aligny="top" scalediffuse="false">stretch</aspectratio>

Should be OK :

Image
thankyou i know its anal but was getting on my nervers seeing the clipping lol thanks for the info much appreciated Smile
Im having the same issue when using showcase mode. I tried to change "scale" to "stretch" from \XBMC\addons\skin.aeon.nox\1080i\Viewtype_ShowcaseMovies

Saved the file and restarted xbmc but no luck. Issue still exists. If someone could point the right file and lines that need to be changed
(2014-02-27, 18:53)weirdinin Wrote: [ -> ]Im having the same issue when using showcase mode. I tried to change "scale" to "stretch" from \XBMC\addons\skin.aeon.nox\1080i\Viewtype_ShowcaseMovies

Saved the file and restarted xbmc but no luck. Issue still exists. If someone could point the right file and lines that need to be changed

hey did u ever find out ??
umm not sure. Can't remember. Now using transparency. didn't like aeon nox anymore.