Hi guys
I’ve just upgraded to the latest firmware and thought I’d try out the grid theme. But now my custom tiles look really bad.
I’m specifically wanting a tile for Movies and another one for TV shows. Anybody have cool tile folder.jpg?
If nobody has made any, does anyone know the resolution/aspect ratio of the tiles so that I can create some myself. It looks around 16x9 to me.
Cheers
Looking at the inc_metro_home_grid.xml (which controls the display of the Grid Icons)
the correct resolution / aspect would either be 219x143 or 223x151
try both, and see how it looks :smileyhappy:
<?xml version="0.0"?>
<wrapper>
<!-- black bg -->
<wrapper w="219" h="143">
<image image="@@dashboard_black_bg_0" x="60" y="182"/>
<image image="@@dashboard_black_bg_1" x="295" y="182"/>
<image image="@@dashboard_black_bg_2" x="530" y="182"/>
<image image="@@dashboard_black_bg_3" x="765" y="182"/>
<image image="@@dashboard_black_bg_4" x="1000" y="182"/>
<image image="@@dashboard_black_bg_5" x="60" y="337"/>
<image image="@@dashboard_black_bg_6" x="295" y="337"/>
<image image="@@dashboard_black_bg_7" x="530" y="337"/>
<image image="@@dashboard_black_bg_8" x="765" y="337"/>
<image image="@@dashboard_black_bg_9" x="1000" y="337"/>
<image image="@@dashboard_black_bg_10" x="60" y="492"/>
<image image="@@dashboard_black_bg_11" x="295" y="492"/>
<image image="@@dashboard_black_bg_12" x="530" y="492"/>
<image image="@@dashboard_black_bg_13" x="765" y="492"/>
<image image="@@dashboard_black_bg_14" x="1000" y="492"/>
</wrapper>
<wrapper w="219" h="143" scale="100" scale_type="fixratio" align="hcenter">
<image name="th0" image="@@dashboard_thumb_0" default_image="@@dashboard_default_thumb_0" x="60" y="182"/>
<image name="th1" image="@@dashboard_thumb_1" default_image="@@dashboard_default_thumb_1" x="295" y="182"/>
<image name="th2" image="@@dashboard_thumb_2" default_image="@@dashboard_default_thumb_2" x="530" y="182"/>
<image name="th3" image="@@dashboard_thumb_3" default_image="@@dashboard_default_thumb_3" x="765" y="182"/>
<image name="th4" image="@@dashboard_thumb_4" default_image="@@dashboard_default_thumb_4" x="1000" y="182"/>
<image name="th5" image="@@dashboard_thumb_5" default_image="@@dashboard_default_thumb_5" x="60" y="337"/>
<image name="th6" image="@@dashboard_thumb_6" default_image="@@dashboard_default_thumb_6" x="295" y="337"/>
<image name="th7" image="@@dashboard_thumb_7" default_image="@@dashboard_default_thumb_7" x="530" y="337"/>
<image name="th8" image="@@dashboard_thumb_8" default_image="@@dashboard_default_thumb_8" x="765" y="337"/>
<image name="th9" image="@@dashboard_thumb_9" default_image="@@dashboard_default_thumb_9" x="1000" y="337"/>
<image name="th10" image="@@dashboard_thumb_10" default_image="@@dashboard_default_thumb_10" x="60" y="492"/>
<image name="th11" image="@@dashboard_thumb_11" default_image="@@dashboard_default_thumb_11" x="295" y="492"/>
<image name="th12" image="@@dashboard_thumb_12" default_image="@@dashboard_default_thumb_12" x="530" y="492"/>
<image name="th13" image="@@dashboard_thumb_13" default_image="@@dashboard_default_thumb_13" x="765" y="492"/>
<image name="th14" image="@@dashboard_thumb_14" default_image="@@dashboard_default_thumb_14" x="1000" y="492"/>
</wrapper>
<!--folder thumbnail-->
<wrapper w="223" h="151" scale_type="pan">
<image image="thumb_folder_icon://th0" default_image="@@thumb_folder_0_default_image" x="58" y="178" scale="100"/>
<image image="thumb_folder_icon://th1" default_image="@@thumb_folder_1_default_image" x="293" y="178" scale="100"/>
<image image="thumb_folder_icon://th2" default_image="@@thumb_folder_2_default_image" x="528" y="178" scale="100"/>
<image image="thumb_folder_icon://th3" default_image="@@thumb_folder_3_default_image" x="763" y="178" scale="100"/>
<image image="thumb_folder_icon://th4" default_image="@@thumb_folder_4_default_image" x="998" y="178" scale="100"/>
<image image="thumb_folder_icon://th5" default_image="@@thumb_folder_5_default_image" x="58" y="333" scale="100"/>
<image image="thumb_folder_icon://th6" default_image="@@thumb_folder_6_default_image" x="293" y="333" scale="100"/>
<image image="thumb_folder_icon://th7" default_image="@@thumb_folder_7_default_image" x="528" y="333" scale="100"/>
<image image="thumb_folder_icon://th8" default_image="@@thumb_folder_8_default_image" x="763" y="333" scale="100"/>
<image image="thumb_folder_icon://th9" default_image="@@thumb_folder_9_default_image" x="998" y="333" scale="100"/>
<image image="thumb_folder_icon://th10" default_image="@@thumb_folder_10_default_image" x="58" y="488" scale="100"/>
<image image="thumb_folder_icon://th11" default_image="@@thumb_folder_11_default_image" x="293" y="488" scale="100"/>
<image image="thumb_folder_icon://th12" default_image="@@thumb_folder_12_default_image" x="528" y="488" scale="100"/>
<image image="thumb_folder_icon://th13" default_image="@@thumb_folder_13_default_image" x="763" y="488" scale="100"/>
<image image="thumb_folder_icon://th14" default_image="@@thumb_folder_14_default_image" x="998" y="488" scale="100"/>
</wrapper>
etc. etc ......
1 Like