Thank to both of you for the tips! I managed to get a 10-channel layout:-) As a side-effect I also adjusted the size of the icons to better match the 146x45 of my icon files:-)<br><br><br><div class="gmail_quote">2010/1/8 Michael Zanetti <span dir="ltr"><<a href="mailto:michael_zanetti@gmx.net">michael_zanetti@gmx.net</a>></span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">On Friday 08 January 2010 14:44:47 Ronald Frazier wrote:<br>
> > The entry in the database is still there but it seems to be ignored. So I<br>
> > guess there is not much hope to change this in 0.22.<br>
> ><br>
> > I haven't tried to manipulate it by changing the theme file though...<br>
> ><br>
> > Any theme-experts around to check/confirm this?<br>
><br>
> I haven't tried it, but it appears to be in the theme now. The guide<br>
> is defined in schedule-ui.xml<br>
> <a href="http://www.mythtv.org/wiki/Schedule-ui.xml" target="_blank">http://www.mythtv.org/wiki/Schedule-ui.xml</a><br>
><br>
> In there, there are a couple of guidegrid objects (one for the regular<br>
> guide, one for the livetv guide). Looking at the documentation of<br>
> guidegrid objects:<br>
> <a href="http://www.mythtv.org/wiki/MythUI_Theme_Development#The_guidegrid_widget" target="_blank">http://www.mythtv.org/wiki/MythUI_Theme_Development#The_guidegrid_widget</a><br>
><br>
> In particular, you are interested in the "channels" and "timeslots"<br>
> attributes<br>
><br>
<br>
</div>Yay! It works! Thank you very much!<br>
<br>
Note: In addition to increment the <channels> tag, shrinking the areas in<br>
<buttonlist name="channellist"> and adjusting the position of the channelicon-<br>
area is needed. Here is an example for the default theme (only for the normal<br>
EPG. The live-tv one needs similar changes):<br>
<br>
Original:<br>
<br>
<buttonlist name="channellist"><br>
<area>20,205,135,380</area><br>
<buttonarea>0,0,135,380</buttonarea><br>
<statetype name="buttonitem"><br>
<area>0,0,135,74</area><br>
<state name="active"><br>
<imagetype name="buttonbackground"><br>
<area>0,0,135,75</area><br>
<filename>gg-chans.png</filename><br>
</imagetype><br>
<imagetype name="channelicon"><br>
<area>5,15,40,40</area><br>
</imagetype><br>
<textarea name="buttontext" from="basetextarea"><br>
<area>45,0,90,75</area><br>
<font>basesmall</font><br>
<font state="favourite">basesmallyellow</font><br>
<font state="unavailable">basesmallblue</font><br>
<font state="favunavailable">basesmallpurple</font><br>
<cutdown>no</cutdown><br>
<align>allcenter</align><br>
</textarea><br>
</state><br>
<state name="selected" from="active"/><br>
<state name="inactive" from="active"/><br>
</statetype><br>
</buttonlist><br>
<br>
<br>
Changed to a 8-row programguide:<br>
<br>
<buttonlist name="channellist"><br>
<area>20,205,135,380</area><br>
<buttonarea>0,0,135,380</buttonarea><br>
<statetype name="buttonitem"><br>
> <area>0,0,135,47</area><br>
<state name="active"><br>
<imagetype name="buttonbackground"><br>
> <area>0,0,135,47</area><br>
<filename>gg-chans.png</filename><br>
</imagetype><br>
<imagetype name="channelicon"><br>
> <area>5,3,40,40</area><br>
</imagetype><br>
<textarea name="buttontext" from="basetextarea"><br>
> <area>45,0,90,47</area><br>
<font>basesmall</font><br>
<font state="favourite">basesmallyellow</font><br>
<font state="unavailable">basesmallblue</font><br>
<font state="favunavailable">basesmallpurple</font><br>
<cutdown>no</cutdown><br>
<align>allcenter</align><br>
</textarea><br>
</state><br>
<state name="selected" from="active"/><br>
<state name="inactive" from="active"/><br>
</statetype><br>
</buttonlist><br>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
<br></blockquote></div><br>