|
SageTV EPG Service Discussion related to the SageTV EPG Service used within SageTV. Questions about service area coverage, channel lineups, EPG listings, XMLTV, or anything else related to the service or programming guide data for SageTV should be posted here. |
|
Thread Tools | Search this Thread | Display Modes |
#101
|
||||
|
||||
RSage seems to already have covered this, but I'll expand on it (thnx RSage ).
Quote:
- More data is obtained from the xmltv file. - It is configurable. Quote:
Create the following files in the SageTV directory: xmltv.properties Code:
configurations=xmltv1.properties,xmltv2.properties Code:
provider.name=Lineup in 1.xml provider.id=1 xmltv.files=1.xml Code:
provider.name=Lineup in 2.xml provider.id=2 xmltv.files=2.xml This should give you the same result as Nielm's plugin. However, since you asked this a month ago, you probably will have tripped over the lineup since then, and are now suffering from zombie channels. Quote:
I guess, I could add an option to add the channel number to the title or the episode name. But that also means that you will see that in the Sage interface. Maybe the people from Sage can oblige. |
#102
|
||||
|
||||
Quote:
Quote:
The episode ID only seems to be used in determining if you have already watched a show. It is not even used for marking a show as don't like. Quote:
Since there is no accurate way to determine that these shows actually are the same this is how it should be. Otherwise all shows with the same title would be marked watched as soon as you have seen one of them even if those shows aren't actually the same. An exception to this would be if both the season and the episode number were available in the xmltv_ns. I haven't however coded that yet. |
#103
|
||||
|
||||
Quote:
You'll need to use the following lines: episode.name.add.episode.number=false episode.name.add.part.number=false Quote:
date.year.decoration={0,date,short} If you do not like the format of the date, try replacing short with something like dd-MM-yyyy. |
#104
|
||||
|
||||
Quote:
<channel id="48"> <display-name>BBC News 24</display-name> </channel> Maybe it is just a matter of the EPG updating again. Try disabling and then re-enabling a channel in the setup. |
#105
|
|||
|
|||
Translate?
Ok thanks, I'll try it again - the channel information is as you indicated.
Also I'm trying to set up the category for news, however the category field in the xml file contains 'News and Current Affairs' so, with translate.category.News and Current Affairs=News it doesn't work. I'm assuming the spaces between the words are the issue and have tried News\and\........ and News/and/...... plus quotes around the string and even News and News* all to no avail. Any pointer would be gratefully received, it's not a show stopper but irritating now I've noticed it. Thank you for the plugin, very useful |
#106
|
||||
|
||||
Thanks to this plugin and the XMLTV one for MT I can now pull in my listings for all channels off the satellite with ratings, categories, and PPV titles. Great job I did notice though that original air dates or years never seem to get picked up correctly (everything says 2006). I also noticed that episode names never get identified correctly. I am pulling in EPG data from 2 different sats in North America with identical results for both. Should this info be working correctly?
|
#107
|
||||
|
||||
Quote:
Thanks. I actually had tried thsi before, but my mistake was that I thought the category in SageTV was called 'Sports' and not 'Sports event'. Sorry, my mistake. But I have one more thing that has been there from the beginning that I use xmltv data. Some shows have a second title or a short description that my grabber puts into the episode name field. So I always have show called 'Zapp' with the episode title 'Das Medienmagazin'. Your plugin will always create the same showid for the show, but infact they are different 'episodes'. The same thing is true for 'tagesthemen' on weekends with the episode title 'mit Sport'. Would it be hard to implement something that would check the episode name tag for certain strings and just delete them please This would solve one of my two small problems I am still having. The other has to do with the source of my xmltv data, that they sometimes have overlapping shows in the shedule and sageTV will just display 'no information' instead of one of the entries. But it would be really difficult to always check each show for it overlapping with another show. Thanks again for your great plugin! Marne
__________________
Not using SageTV anymore |
#108
|
||||
|
||||
Quote:
|
#109
|
||||
|
||||
Quote:
|
#110
|
||||
|
||||
Quote:
- Andy
__________________
SageTV Open Source v9 is available. - Read the SageTV FAQ. Older PDF User's Guides mostly still apply: SageTV V7.0 & SageTV Studio v7.1. - Hauppauge remote help: 1) Basics/Extending it 2) Replace it 3) Use it w/o needing focus - HD Extenders: A) FAQs B) URC MX-700 remote setup Note: This is a users' forum; see the Rules. For official tech support fill out a Support Request. |
#111
|
||||
|
||||
Very odd!
I'm working with a clean install. I've installed the xmlvt plugin (Demideus' one) into the xmltv folder created under the sage folder. I've added the line epg/epg_import_plugin=xmltv.XMLTVImportPlugin
into my sage.properties file. I've got the xertes file in the java place. I've got my epgdata.xml file in the sage folder. As I had with my previous install, which worked! When I try to get sage to use the plugin (I'm prompted for the zip code) I enter 00000 (that's five zeros), the screen prompts me to select my cable or satellite provider but there is nothing in the screen to select! Sage 5.0 does not appear to be trying to load the plugin. Has the zip code that you enter to for it to load the plugin changed? Any other ideas what might be going wrong? |
#112
|
||||
|
||||
Not so odd!
As usual, whilst writing the post, I come up with my own solution.
I think this should go in as a sticky Sun have rolled out a new runtime (1.5.0.6), which my machine has dutifully installed for me. Guess what's not in the /lib/ext folder of the new version? The xerces.jar file! This is why my plugin was not loading. I have a feeling that this will catch out quite a few people. |
#113
|
|||
|
|||
Quote:
|
#114
|
||||
|
||||
Quote:
Your translation should be as follows: translate.category.News\ and\ Current\ Affairs=News Quote:
Also I've noticed that these colors are stored in Sage's properties. The next version of my plugin will read that color configuration and make sure that, if one of those categories is present, it is passed to sage as the primary category. Whilst I'm at it, I probably should look in at using the AiringAPI.AddAiringDetailed method. (Maybe I should then stop supporting Sage versions prior to v5...) Last edited by Demideus; 05-21-2006 at 07:41 AM. Reason: Missed a backslash |
#115
|
||||
|
||||
Quote:
date.year.decoration={0,date,short}Maybe I should make that a default? Quote:
However our feeds are not equal. Post the xml of a couple of programmes where the episode name is not carried to the EPG. I can then test this to see where it fails. Quote:
timeslot=0500-0600Let me know how it goes. I've not extensively tested that option. If anything about the plugin can make Sage unstable, then this is it... It shouldn't be a problem, since my own update takes several hours, but this can delay the update up to 23 hours. |
#116
|
||||
|
||||
Quote:
episode-name.ignore.file=<filename> This would allow you to create a file containing an episode-name per line. Perhaps even regular expressions. Quote:
|
#117
|
||||
|
||||
OK here is a sample from a movie listing
Code:
</programme> <programme start="20060425220000 -0500" stop="20060426000000 -0500" channel="C481.www.mtepgdplu.com"> <title lang="en">Serving Sara</title> <length units="minutes">120</length> <desc lang="en">PG-13(L) - Serving Sara Movie. Matthew Perry, Elizabeth Hurley, Bruce Campbell. (2002) A woman hatches a scheme with a bailiff to prevent her husband from serving her with divorce papers</desc> <rating system="advisory"> <value>Language</value> </rating> <rating system="MPAA"> <value>PG-13</value> </rating> <star-rating> <value>0/5</value> </star-rating> <category lang="en">Movie</category> <date>20060101</date> </programme> Code:
</programme> <programme start="20060425140000 -0500" stop="20060425150000 -0500" channel="C486.www.mtepgdplu.com"> <title lang="en">The West Wing</title> <length units="minutes">60</length> <desc lang="en">PG - He Shall, From Time to Time... Series. Martin Sheen, Bradley Whitford, Allison Janney. The president is found unconscious during preparations for his state of the union speech</desc> <rating system="MPAA"> <value>G</value> </rating> <star-rating> <value>0/5</value> </star-rating> </programme> |
#118
|
||||
|
||||
Quote:
|
#119
|
|||
|
|||
I'm using this plugin to create separate listings for my digital and analog cable boxes. I'm having a problem with 2 of the movie channels that appear only in the digital listing. Shows that do not have a sub-title element are not appearing in Sage - the channel shows "no-data" apart from those few shows where a sub-title element is present.
Here is an extract from the XML file: HTML Code:
<programme start="20060509163000 +0800" stop="20060509183000 +0800" channel="ch65.starhub.com"> <title lang="en">The Password Is Courage</title> <desc>A British soldier plots to escape a World War II prison camp.</desc> <credits> <director>Andrew L. Stone</director> <actor>Dirk Bogarde</actor> <actor>Maria Perschy</actor> </credits> </programme> <programme start="20060509183000 +0800" stop="20060509204000 +0800" channel="ch65.starhub.com"> <title lang="en">Making Of A Legend</title> <sub-title lang="en">Gone With The Wind</sub-title> <desc> Christopher Plummer hosts this documentary tracing David O. Selznick's battle to make the legendary epic. </desc> <credits> <director>David Hinton</director> <actor>Christopher Plummer</actor> <actor>Butterfly McQueen</actor> </credits> </programme> <programme start="20060509204000 +0800" stop="20060510003000 +0800" channel="ch65.starhub.com"> <title lang="en">Gone With The Wind</title> <desc> This film chronicles the trials and tribulations of a spoiled Southern Belle during the American Civil War. </desc> <credits> <director>Victor Fleming</director> <actor>Clark Gable</actor> <actor>Vivien Leigh</actor> </credits> </programme> The two movie channels are the only ones where this is happening but they are the only channels where shows without subtitles exist that are not duplicated in the analog listings. xmltv.properties is simply: Code:
configurations=analog.properties,digital.properties Code:
provider.name=XMLTV Analog provider.id=3125853096 xmltv.files=epgdata.xml initcap.title=true initcap.episode.name=true initcap.channel.ids=* initcap.skip.words=the, a, an, at, in, on, and, of, from, to, is, with, not, en, de, ER Code:
provider.name=XMLTV Digital provider.id=4282075141 xmltv.files=epgdata.xml initcap.title=true initcap.episode.name=true initcap.channel.ids=* initcap.skip.words=the, a, an, at, in, on, and, of, from, to, is, with, not, en, de, ER Thanks Eric |
#120
|
||||
|
||||
Quote:
Our feeds have shows with the same Title and Subtitle but different episodes are identified by different descriptions. It may also help marneb17's problem. Quote:
Last edited by JREkiwi; 08-07-2006 at 01:05 AM. |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|