MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Electronic Program Guide


Electronic Program Guide everything about EPG (xmlTV, WebEPG, dvb-EPG)

Reply
 
Thread Tools Display Modes
Old 2007-09-02, 17:00   #1 (permalink)
Portal Member
 
Join Date: Jan 2007
Posts: 55
Thanks: 5
Thanked 5 Times in 4 Posts

Country:

My System

Default Show sub-title field in EPG from XMLTV Source?

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
bobbyd87 is online now   Reply With Quote
Old 2007-09-06, 10:31   #2 (permalink)
Portal User
 
Join Date: Sep 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts


Default

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.
racer7890 is offline   Reply With Quote
Old 2007-09-08, 12:49   #3 (permalink)
Portal Member
 
Join Date: Jul 2007
Posts: 70
Thanks: 5
Thanked 9 Times in 8 Posts

Country:


Default

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.
Clean is offline   Reply With Quote
Old 2007-09-08, 22:06   #4 (permalink)
Portal Member
 
Join Date: Jan 2007
Posts: 55
Thanks: 5
Thanked 5 Times in 4 Posts

Country:

My System

Default

Quote:
Originally Posted by Clean View Post
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.
thanks for the response but i cant seem to get it to work using TVServer 3... Are you using TVServer 3 or myTV 2? I just have a feeling that racer7890 is right that sub-title isnt even implemented in TVServer 3
bobbyd87 is online now   Reply With Quote
Old 2007-09-09, 04:51   #5 (permalink)
Portal Member
 
Join Date: Jul 2007
Posts: 70
Thanks: 5
Thanked 9 Times in 8 Posts

Country:


Default

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.
Clean is offline   Reply With Quote
Old 2007-09-15, 17:05   #6 (permalink)
Portal Member
 
Join Date: Jan 2007
Posts: 55
Thanks: 5
Thanked 5 Times in 4 Posts

Country:

My System

Default

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.
bobbyd87 is online now   Reply With Quote
Old 2007-09-15, 23:50   #7 (permalink)
Portal Member
 
Join Date: Jul 2007
Posts: 70
Thanks: 5
Thanked 9 Times in 8 Posts

Country:


Default

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>
Clean is offline   Reply With Quote
Old 2007-09-16, 00:37   #8 (permalink)
Portal Member
 
Join Date: Jul 2007
Posts: 70
Thanks: 5
Thanked 9 Times in 8 Posts

Country:


Default

Here are two screen shots of what is now displayed to get a sense of what my TVGuide looks like...
Attached Thumbnails
show-sub-title-field-epg-xmltv-source-screen01.jpg  show-sub-title-field-epg-xmltv-source-screen02.jpg  
Clean is offline   Reply With Quote
Old 2007-09-19, 03:48   #9 (permalink)
Portal Member
 
Join Date: Jan 2007
Posts: 55
Thanks: 5
Thanked 5 Times in 4 Posts

Country:

My System

Default

I came up with a quick fix, though not really the best solution. I tweaked my XML grabber to combine the title and subtitle fields so that they are both in the title column. Thanks for your help though!
bobbyd87 is online now   Reply With Quote
Old 2007-10-10, 20:12   #10 (permalink)
Portal Member
 
Join Date: Aug 2006
Location: Perugia
Age: 31
Posts: 46
Thanks: 3
Thanked 0 Times in 0 Posts

Country:

My System

Default

Quote:
Originally Posted by bobbyd87 View Post
I came up with a quick fix, though not really the best solution. I tweaked my XML grabber to combine the title and subtitle fields so that they are both in the title column. Thanks for your help though!
I'm interested too.. how have you made? Do you use XMLTV grabber?
mameo is offline   Reply With Quote
Reply

Bookmarks

Tags
epg, field, show, source, subtitle, xmltv

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

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


All times are GMT +1. The time now is 23:25.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress