Kodi Community Forum

Full Version: Artwork thumb size?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
How can I make these thumbs bigger? Is there some registry edit etc?

Image
You need to change some values in the "MyPVRGuide.xml" file.
At lines 193 and 203 replace this code:

Code:
<posx>63</posx>
<posy>732</posy>
<width>373</width>
<height>300</height>

with

Code:
<posx>47</posx>
<posy>694</posy>
<width>405</width>
<height>375</height>

Tgx
(2016-02-05, 11:11)Tgxcorporation Wrote: [ -> ]You need to change some values in the "MyPVRGuide.xml" file.
At lines 193 and 203 replace this code:

Code:
<posx>63</posx>
<posy>732</posy>
<width>373</width>
<height>300</height>

with

Code:
<posx>47</posx>
<posy>694</posy>
<width>405</width>
<height>375</height>

Tgx

Great thanks! Smile Your skin has the best support for thumbs. Very happy.