home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
Support
Electronic Program Guide
WebEPG
Same channels several times in EPG
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="Taipan" data-source="post: 79256" data-attributes="member: 11681"><p>There is a way to reduce the number of displayed channels, but you have to edit the skin files to display the correct number of channels. Here are some instructions that Boilermaker gave me that work fine:-</p><p></p><p>Look for this code in the tvguide.xml file, and play with the values marked below...I just used trial and error to get a nice fit.</p><p> </p><p>[code]<control> </p><p><description>Channel template</description> </p><p><type>image</type> </p><p><id>20</id> </p><p><posX>60</posX> </p><p><posY>125</posY> </p><p><width>136</width> </p><p><height>36</height> <-----[change this to like 40 to start, and see what happens, keep raising it til you get a good fit] </p><p></control> </p><p><control> </p><p><description>Channel image template</description> </p><p><type>image</type> </p><p><id>7</id> </p><p><posX>1</posX> </p><p><posY>1</posY> </p><p><width>32</width> <---[change this to fit better] </p><p><height>32</height> <---[change this to fit better] </p><p><keepaspectratio>yes</keepaspectratio> </p><p><centered>yes</centered> </p><p><zoom>no</zoom> </p><p><texture>defaultVideoBig.png</texture> </p><p></control> [/code]</p><p>at some point you will make the height in the channel template just high enough that only 5 will display, then take it back one...if you end up with an unbearably large and ugly gap to your bottom scroll bar, here is where to change it:</p><p> </p><p>[code]<control> </p><p><description>Horizontal scrollbar</description> </p><p><type>hscrollbar</type> </p><p><id>28</id> </p><p><posX>196</posX> </p><p><posY>481</posY> <--[change the y position til looks good, remember how much you moved it up] </p><p><width>1002</width> </p><p><height>20</height> </p><p><visible>yes</visible> </p><p></control> </p><p>you need to remember how much it moved, because you need to reduce the size of the scrollbar on the right by the same amount </p><p><control> </p><p><description>Vertical scrollbar</description> </p><p><type>vscrollbar</type> </p><p><id>29</id> </p><p><posX>1200</posX> </p><p><posY>125</posY> </p><p><width>20</width> </p><p><height>357</height> <---[reduce the height to match above] </p><p><visible>yes</visible> </p><p></control> [/code]</p><p></p><p>HTH... <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite1" alt=":)" title="Smile :)" loading="lazy" data-shortname=":)" /></p></blockquote><p></p>
[QUOTE="Taipan, post: 79256, member: 11681"] There is a way to reduce the number of displayed channels, but you have to edit the skin files to display the correct number of channels. Here are some instructions that Boilermaker gave me that work fine:- Look for this code in the tvguide.xml file, and play with the values marked below...I just used trial and error to get a nice fit. [code]<control> <description>Channel template</description> <type>image</type> <id>20</id> <posX>60</posX> <posY>125</posY> <width>136</width> <height>36</height> <-----[change this to like 40 to start, and see what happens, keep raising it til you get a good fit] </control> <control> <description>Channel image template</description> <type>image</type> <id>7</id> <posX>1</posX> <posY>1</posY> <width>32</width> <---[change this to fit better] <height>32</height> <---[change this to fit better] <keepaspectratio>yes</keepaspectratio> <centered>yes</centered> <zoom>no</zoom> <texture>defaultVideoBig.png</texture> </control> [/code] at some point you will make the height in the channel template just high enough that only 5 will display, then take it back one...if you end up with an unbearably large and ugly gap to your bottom scroll bar, here is where to change it: [code]<control> <description>Horizontal scrollbar</description> <type>hscrollbar</type> <id>28</id> <posX>196</posX> <posY>481</posY> <--[change the y position til looks good, remember how much you moved it up] <width>1002</width> <height>20</height> <visible>yes</visible> </control> you need to remember how much it moved, because you need to reduce the size of the scrollbar on the right by the same amount <control> <description>Vertical scrollbar</description> <type>vscrollbar</type> <id>29</id> <posX>1200</posX> <posY>125</posY> <width>20</width> <height>357</height> <---[reduce the height to match above] <visible>yes</visible> </control> [/code] HTH... :) [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
Support
Electronic Program Guide
WebEPG
Same channels several times in EPG
Contact us
RSS
Top
Bottom