2007-03-24, 03:43 PM
Hi,
this behaviour is intended by design of the tvlistings plugin. But there's a simple workaround: just limit the number of visible channel rows in the guide to 4. This can be done by modifying the skin.xml file of the plugin. Assuming you're using the default "Blue" skin, you will need to locate the following line:
Change the value of the attribute "visibleChannels" to the number of channel rows you'd like to see. You will also need to change the height of the whole guide by changing "size="540,280"" to "size="540,160".
I think that the "community skin" also provides pre-defined skins for a different number of channel rows, but I'm not sure.
-alibert
liteswap Wrote:The problem is that the listings repeat and kind-of scroll round so that there's always seven rows of listings, when really, I only need four. Can this be fixed, please?
this behaviour is intended by design of the tvlistings plugin. But there's a simple workaround: just limit the number of visible channel rows in the guide to 4. This can be done by modifying the skin.xml file of the plugin. Assuming you're using the default "Blue" skin, you will need to locate the following line:
Quote:<SpecialElement name="Guide" loc="120,80" size="540,280" visibleChannels="7" guideMinutes="120" scrollMinutes="60" showNavigation="false" borderWidth="2" showStatusColor="false" showStatusIcon="true" brightenCurrentShowsPercent="16" />
Change the value of the attribute "visibleChannels" to the number of channel rows you'd like to see. You will also need to change the height of the whole guide by changing "size="540,280"" to "size="540,160".
I think that the "community skin" also provides pre-defined skins for a different number of channel rows, but I'm not sure.
-alibert