(2012-10-12, 11:35)jingai Wrote: But still, may I ask why you want a direct link to Appearance? It seems to me that the #1 reason to go there is to change the skin. Do you really fiddle with fonts and themes often enough to make it that annoying to simply press Right, Enter, Right, Enter?
Thanks a lot for making the changes.. I know I have disturbed you a lot, but trust me the skin is looking outstanding now..
You are right, #1 reason to go into appearance is to change the skin. I need to go often to there to change change between metropolis & amy other skin so as to view the changes if I do any in the files..
Any way thanks again..
One last thing I would request you is to add genre text at the bottom of the list in file view mode. I have done it for myself but that changes goes off with every skin update. I have to replace the file again & again. If you can do the same in your master file please.. I tell you what I have done:
Change Line 12 to-
<posy>55</posy>
& Added the following after Line 334:
<control type="label">
<posx>400</posx>
<posy>469</posy>
<width min="25" max="780">auto</width>
<height>30</height>
<align>left</align>
<font>METF_MediaDetailsSmall</font>
<textcolor>MediaDetailsYear</textcolor>
<label>$INFO[ListItem.Genre]</label>
<visible>!IsEmpty(ListItem.Genre) + [Container.Content(tvshows) | Container.Content(movies)]</visible>
</control>
You can customize it the way you feel better if you are willing to do it.
Thanks,