| |||||||
| Electronic Program Guide everything about EPG (xmlTV, WebEPG, dvb-EPG) |
![]() |
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Portal Member | Does anyone know of a way to show the sub-title field on the tvguide? I'm currently using yapi2xml to grab my contents and important information such as who's playing who in a sports event gets put in the <sub-title> field and Mediaportal does not show that information in the TVGuide. For example, when browsing the tvguide, all I can see is MLB Baseball for the title and not who's playing (the sub-title field is clearly in the xml source, but there is no description) Thanks |
| | |
| | #2 (permalink) |
| Portal User Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
| I too am interested in this. I recently moved from MythTV to Media Portal and while everything else about Media Portal is great I would like to be able to set the recording schedule to match repeats by sub-title. For example say I have set Media Portal to record every episode of "the simpsons", if there is a repeat episode coming up of a previously recorded episode which is still stored in Media Portal I would like to have Media Portal be smart enough to know that this is a repeat and not to record it. In MythTV this was possible but it doesn't look like it is in Media Portal. I even checked the database (I'm using the new tv server) and there isn't even a sub-title field in there at all. |
| | |
| | #3 (permalink) |
| Portal Member Join Date: Jul 2007
Posts: 70
Thanks: 5
Thanked 9 Times in 8 Posts
Country: | I can not help with the dupe checking but I have a cludge that will display the Episode Name in the TV Guide display. I am also wanting to know what specific sports event is on what channel (i.e. Miami vs. Oaklahoma rather than just College Football). Here is what you will need to do. In your Skin directory (whichever skin you use) find the mytvguide.xml file. Back this up (important!). Now open the file in notepad (or text editor of your choice). You are going to add a section (or block) to this. I added it after the Genre section. A section/block begins with <control> and ends with </control>. Do a search for <description>Current program genre</description> and then look for the next </control>. That will be the end of the Genre section. On the next line paste the following... <control> <description>Current program name</description> <type>label</type> <id>27</id> <posX>374</posX> <posY>614</posY> <label>#TV.Guide.EpisodeName</label> <align>left</align> <font>font14</font> <textcolor>FFB2D4F5</textcolor> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> </control> The one and only thing that is important about this block is <label>#TV.Guide.EpisodeName</label>. This will display the name of the sports event/Episode Name. Leave the <type> and <id> alone as well. Everything else you can change to suite your own display needs. I use the Foofaraw1610 skin so my <posX> (left to right) and <posY> (top to bottom) may differ from yours as well as text colors and animations. Feel free to change than and experiment. |
| | |
| | #4 (permalink) | |
| Portal Member | Quote:
| |
| | |
| | #5 (permalink) |
| Portal Member Join Date: Jul 2007
Posts: 70
Thanks: 5
Thanked 9 Times in 8 Posts
Country: | I am using myTV2. You should have access to the same info as me though. Go into \Docs and run SQLite Database Browser.exe and open the TVDatabase file. Go to the Browse Data table then the pull down menu to Programs which should populate the screen with a table. Look at the column headers, I have one the says strEpisodeName. Yours may have a different value but that is what you want to use in <label>#TV.Guide.EpisodeName</label>. Now, having written all of that, it occurs to me that I forgot to write that any changes to a skin file will not show up unless you delete that skin's folder from the \Cache directory. For me, I delete the Foofaraw1610 directory in my \Cache folder any time I make a change. Sorry 'bout that. |
| | |
| | #6 (permalink) |
| Portal Member | I still can't get it to work, I double checked the name in the SQLite DB, and it hasnt changed from EpisodeName, I put exactly what you had into mytvguide.xml, deleted the cache, and nothing shows up for sub-title whatsoever. I'm starting to think that this is a bug with TVServer 3 Last edited by bobbyd87; 2007-09-15 at 17:08. |
| | |
| | #7 (permalink) |
| Portal Member Join Date: Jul 2007
Posts: 70
Thanks: 5
Thanked 9 Times in 8 Posts
Country: | Sorry to hear it is not working. I tried installing TV3 but it is not too friendly with my ATSC card here in NA. The only other thing I could suggest is to adjust the Description field as well. I had to lower where the description started so it was under the EpName. Granted it is a long shot because you should have seen a change. Below is what I changed in my skin file, yours may differ but you'll get the point. Not sure why this would be a TV3 bug as I have not been able to use it so I have no idea how it interacts with the tvguide skin file. <control> <description>Current program name</description> <type>label</type> <id>27</id> <posX>374</posX> <posY>614</posY> <label>#TV.Guide.EpisodeName</label> <align>left</align> <font>font14</font> <textcolor>FFB2D4F5</textcolor> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> </control> <control> <description>Description1</description> <type>textboxscrollup</type> <id>15</id> <posX>374</posX> <posY>644</posY> <---- Changed from 614 <width>879</width> <height>93</height> <seperator>----------------------------------------------------------------------------------------------</seperator> <label>#TV.Guide.Description</label> <font>font12</font> <textcolor>FFFFFFFF</textcolor> <animation effect="fade" time="250">WindowOpen</animation> <animation effect="fade" time="500">WindowClose</animation> </control> |
| | |
![]() |
| Bookmarks |
| Tags |
| epg, field, show, source, subtitle, xmltv |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| xmltv 2 ? (source + binary now available) | Laban | Development | 154 | 2008-09-02 16:02 |
| How to use XMLTV as source | Sasler | WebEPG | 13 | 2007-03-12 12:33 |
| Have songs show just song title not full file name..how? | ridergroov1 | Support | 2 | 2006-12-04 15:25 |
| Title of show/movie in paused/fastforward window.. | Game_dude | Improvement Suggestions | 0 | 2006-11-27 21:59 |
| Show song title while listening to internet radio | jiih | General Support | 3 | 2006-08-11 05:33 |