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">&lt;<a href="mailto:michael_zanetti@gmx.net">michael_zanetti@gmx.net</a>&gt;</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>
&gt; &gt; The entry in the database is still there but it seems to be ignored. So I<br>
&gt; &gt; guess there is not much hope to change this in 0.22.<br>
&gt; &gt;<br>
&gt; &gt; I haven&#39;t tried to manipulate it by changing the theme file though...<br>
&gt; &gt;<br>
&gt; &gt; Any theme-experts around to check/confirm this?<br>
&gt;<br>
&gt; I haven&#39;t tried it, but it appears to be in the theme now. The guide<br>
&gt; is defined in schedule-ui.xml<br>
&gt; <a href="http://www.mythtv.org/wiki/Schedule-ui.xml" target="_blank">http://www.mythtv.org/wiki/Schedule-ui.xml</a><br>
&gt;<br>
&gt; In there, there are a couple of guidegrid objects (one for the regular<br>
&gt; guide, one for the livetv guide). Looking at the documentation of<br>
&gt; guidegrid objects:<br>
&gt; <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>
&gt;<br>
&gt; In particular, you are interested in the &quot;channels&quot; and &quot;timeslots&quot;<br>
&gt;  attributes<br>
&gt;<br>
<br>
</div>Yay! It works! Thank you very much!<br>
<br>
Note: In addition to increment the &lt;channels&gt; tag, shrinking the areas in<br>
&lt;buttonlist name=&quot;channellist&quot;&gt; 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>
        &lt;buttonlist name=&quot;channellist&quot;&gt;<br>
            &lt;area&gt;20,205,135,380&lt;/area&gt;<br>
            &lt;buttonarea&gt;0,0,135,380&lt;/buttonarea&gt;<br>
            &lt;statetype name=&quot;buttonitem&quot;&gt;<br>
                &lt;area&gt;0,0,135,74&lt;/area&gt;<br>
                &lt;state name=&quot;active&quot;&gt;<br>
                    &lt;imagetype name=&quot;buttonbackground&quot;&gt;<br>
                        &lt;area&gt;0,0,135,75&lt;/area&gt;<br>
                        &lt;filename&gt;gg-chans.png&lt;/filename&gt;<br>
                    &lt;/imagetype&gt;<br>
                    &lt;imagetype name=&quot;channelicon&quot;&gt;<br>
                        &lt;area&gt;5,15,40,40&lt;/area&gt;<br>
                    &lt;/imagetype&gt;<br>
                    &lt;textarea name=&quot;buttontext&quot; from=&quot;basetextarea&quot;&gt;<br>
                        &lt;area&gt;45,0,90,75&lt;/area&gt;<br>
                        &lt;font&gt;basesmall&lt;/font&gt;<br>
                        &lt;font state=&quot;favourite&quot;&gt;basesmallyellow&lt;/font&gt;<br>
                        &lt;font state=&quot;unavailable&quot;&gt;basesmallblue&lt;/font&gt;<br>
                        &lt;font state=&quot;favunavailable&quot;&gt;basesmallpurple&lt;/font&gt;<br>
                        &lt;cutdown&gt;no&lt;/cutdown&gt;<br>
                        &lt;align&gt;allcenter&lt;/align&gt;<br>
                    &lt;/textarea&gt;<br>
                &lt;/state&gt;<br>
                &lt;state name=&quot;selected&quot; from=&quot;active&quot;/&gt;<br>
                &lt;state name=&quot;inactive&quot; from=&quot;active&quot;/&gt;<br>
            &lt;/statetype&gt;<br>
        &lt;/buttonlist&gt;<br>
<br>
<br>
Changed to a 8-row programguide:<br>
<br>
        &lt;buttonlist name=&quot;channellist&quot;&gt;<br>
            &lt;area&gt;20,205,135,380&lt;/area&gt;<br>
            &lt;buttonarea&gt;0,0,135,380&lt;/buttonarea&gt;<br>
            &lt;statetype name=&quot;buttonitem&quot;&gt;<br>
&gt;                &lt;area&gt;0,0,135,47&lt;/area&gt;<br>
                &lt;state name=&quot;active&quot;&gt;<br>
                    &lt;imagetype name=&quot;buttonbackground&quot;&gt;<br>
&gt;                        &lt;area&gt;0,0,135,47&lt;/area&gt;<br>
                        &lt;filename&gt;gg-chans.png&lt;/filename&gt;<br>
                    &lt;/imagetype&gt;<br>
                    &lt;imagetype name=&quot;channelicon&quot;&gt;<br>
&gt;                        &lt;area&gt;5,3,40,40&lt;/area&gt;<br>
                    &lt;/imagetype&gt;<br>
                    &lt;textarea name=&quot;buttontext&quot; from=&quot;basetextarea&quot;&gt;<br>
&gt;                        &lt;area&gt;45,0,90,47&lt;/area&gt;<br>
                        &lt;font&gt;basesmall&lt;/font&gt;<br>
                        &lt;font state=&quot;favourite&quot;&gt;basesmallyellow&lt;/font&gt;<br>
                        &lt;font state=&quot;unavailable&quot;&gt;basesmallblue&lt;/font&gt;<br>
                        &lt;font state=&quot;favunavailable&quot;&gt;basesmallpurple&lt;/font&gt;<br>
                        &lt;cutdown&gt;no&lt;/cutdown&gt;<br>
                        &lt;align&gt;allcenter&lt;/align&gt;<br>
                    &lt;/textarea&gt;<br>
                &lt;/state&gt;<br>
                &lt;state name=&quot;selected&quot; from=&quot;active&quot;/&gt;<br>
                &lt;state name=&quot;inactive&quot; from=&quot;active&quot;/&gt;<br>
            &lt;/statetype&gt;<br>
        &lt;/buttonlist&gt;<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>