| |||||||
| General Support Post problems you have when using MediaPortal, or pre installation questions in here. |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member Join Date: Jun 2006
Posts: 8
Thanks: 0
Thanked 0 Times in 0 Posts
| Hi, First... what a great program!! I was having huge problems with MCE with my Dual Tuners... Media Portal has been perfect!! My query is about the TV guide. I have 7 tv channels showing and because the guide loops I've got one of them looping at the bottom. Is there a way to cleanup the tv guide display so that it doesnt show the same channel twice on one screen? |
| | |
| | #2 (permalink) | |
| Portal Tester Join Date: Feb 2005 Location: Melbourne
Posts: 1,891
Thanks: 4
Thanked 13 Times in 13 Posts
Country: | Quote:
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: <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> | |
| | |
![]() |
| Bookmarks |
| Tags |
| channel, guide, listing, overlapping or looping |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Any idea why WebEPG is putting the wrong date in tvguide.xml | koach | MediaPortal 1 Talk | 3 | 2006-11-06 23:36 |
| KNC 1 DVB-C / cannot tune channels | lutz | General Support | 15 | 2006-10-01 11:04 |
| Technotrend DVB-S no LNB switch | Erbsenkopp | General Support | 0 | 2006-08-03 09:04 |
| Technotrend Budget 1500 CI no LNB switch | Erbsenkopp | General Support | 0 | 2006-08-03 08:46 |
| Xmltv set big hassle for a newb | Anonymous | Tips and Tricks | 38 | 2004-12-18 20:09 |