|
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 |
#1
|
|||
|
|||
XMLTV problems
Hi all
Since i have been using SageTV, i have also used the xmltv grabber (tv_grab_nl_wolf). This worked fine untill a few days ago. The site from Wolf stopped updating the xml files, so there was no more to download. However, there is also another grabber file called tv_grab_nl. This is a lot less detailed as the wolf version, so i'd rather not use that one. Then, i found one by Amontillado, which downloads the data perfectly, but there appears to be someting wrong with the xml format, that gives an error that says 'unparseable'. I think i found out why that is. Piece of Amontillado's version: Quote:
Quote:
Amontillado mentions in his help file that a timezone can be set, like '+0100' and i also did so. However, this did not change the format of the file. Can any of you guys help out here? I was ok with Wolf's version, but it stopped updating on his site. The normal version is just not detailed enough for me. Amontillado's version would be great, so i would love to get that working. Henk99
__________________
XP Pro SP2, SageTV v5.02.90, Athlon XP 3000+ (FSB 333 MHz), 2GB DDR RAM PC3200, 36 GB Western Digital Raptor, 200 GB Western Digital harddrive, Asus Radeon 9600 XTR, Plextor PX-708 8x DVD-/+RW, Pioneer 120S 48x CD-RW, PVR 150 MCE (2). Hauppauge MVP. |
#2
|
||||
|
||||
The wolf version should be fixed shortly...
http://thread.gmane.org/gmane.comp.tv.xmltv.devel/4717 |
#3
|
|||
|
|||
Quote:
In the meanwhile i have no epg data, so i would need a working alternative if possible. You know of one Nielm? Or perhaps a fix for amontillado's version? Henk99
__________________
XP Pro SP2, SageTV v5.02.90, Athlon XP 3000+ (FSB 333 MHz), 2GB DDR RAM PC3200, 36 GB Western Digital Raptor, 200 GB Western Digital harddrive, Asus Radeon 9600 XTR, Plextor PX-708 8x DVD-/+RW, Pioneer 120S 48x CD-RW, PVR 150 MCE (2). Hauppauge MVP. |
#4
|
|||
|
|||
You can use the following parameters with tv_grab_nl
--slow it will get detailed information --offset days not to grab starting from today --days number of days to get It grabs 7 days including today. example xmltv tv_grab_nl --slow --offset 6 --days 1 grabs next friday. Peter |
#5
|
||||
|
||||
Quote:
a fix to ammontillado's could be done by post processing the data in tv_grep -- save the following in a bat file Code:
xmltv tv_grep --eval "if ( ${$_}{start} =~ /^[0-9]{12,14}$/ ) { ${$_}{start} .=' +0100'; } 1" epgdata.xml > tmp.xml xmltv tv_grep --eval "if ( ${$_}{stop} =~ /^[0-9]{12,14}$/ ) { ${$_}{stop} .=' +0100'; } 1" tmp.xml > epgdata.xml |
#6
|
|||
|
|||
Quote:
Thanks for your info. I didn't know that function yet. However, i tried it and the option --slow is dead on Veeeeery slow...lol It did work however, so it is a good alternative for wolfs (for the time being). Henk99
__________________
XP Pro SP2, SageTV v5.02.90, Athlon XP 3000+ (FSB 333 MHz), 2GB DDR RAM PC3200, 36 GB Western Digital Raptor, 200 GB Western Digital harddrive, Asus Radeon 9600 XTR, Plextor PX-708 8x DVD-/+RW, Pioneer 120S 48x CD-RW, PVR 150 MCE (2). Hauppauge MVP. |
#7
|
|||
|
|||
Quote:
A lot of thanks for this! Henk99
__________________
XP Pro SP2, SageTV v5.02.90, Athlon XP 3000+ (FSB 333 MHz), 2GB DDR RAM PC3200, 36 GB Western Digital Raptor, 200 GB Western Digital harddrive, Asus Radeon 9600 XTR, Plextor PX-708 8x DVD-/+RW, Pioneer 120S 48x CD-RW, PVR 150 MCE (2). Hauppauge MVP. |
#8
|
||||
|
||||
I don't know him, but follow the XMLTV mailing lists, and see him reply quite quickly to problems... Glad the fix helped!
|
#9
|
||||
|
||||
Just FYI: Looks like tv_grab_nl_wolf will work again now...
|
#10
|
|||
|
|||
Yep...i saw
His method does work a lot faster the the other options. However, when it stopped last week i had to look for something else. Glad it is working again. Henk99
__________________
XP Pro SP2, SageTV v5.02.90, Athlon XP 3000+ (FSB 333 MHz), 2GB DDR RAM PC3200, 36 GB Western Digital Raptor, 200 GB Western Digital harddrive, Asus Radeon 9600 XTR, Plextor PX-708 8x DVD-/+RW, Pioneer 120S 48x CD-RW, PVR 150 MCE (2). Hauppauge MVP. |
#11
|
|||
|
|||
Quote:
I know you are using the wolf grabber again, but if you want you can send me the .ini and xml files so i can figure out what went wrong. PS. please try the latest build (64) first to make sure you have the same problem with the current one (please note that if you are using a rather old version you can't copy the old ini, but you'll need to adjust the new one according to you needs). http://www.cask-of-amontillado.com/f...ids_to_xml.zip
__________________
"All that we see or seem, is but a dream within a dream" E.A.Poe Last edited by Amontillado; 01-31-2005 at 03:47 PM. |
#12
|
|||
|
|||
Quote:
I am actually still using your grabber. I am usings Nielm's line to correct it. However, i would like to have it fixed. Because your grabber doesn't rely on files to be present for downloading like wolf's version. I have the latest build already in use. I would like to send it to you, but i don't know how I don't know if i can through a PM, and this board won't let me e-mail it. So, perhaps you can send me a PM with your adres? Henk99
__________________
XP Pro SP2, SageTV v5.02.90, Athlon XP 3000+ (FSB 333 MHz), 2GB DDR RAM PC3200, 36 GB Western Digital Raptor, 200 GB Western Digital harddrive, Asus Radeon 9600 XTR, Plextor PX-708 8x DVD-/+RW, Pioneer 120S 48x CD-RW, PVR 150 MCE (2). Hauppauge MVP. |
#13
|
|||
|
|||
Just pm-ed you the email adres, thanks for helping to figure out what is wrong.
__________________
"All that we see or seem, is but a dream within a dream" E.A.Poe |
#14
|
|||
|
|||
henk99,
You now have Code:
Timezone=0100 Code:
Timezone=+0100 One thing is important though, since the grabber can reuse previously downloaded data a change in the timezone will only affect the data downloaded after that change. This means you need to delete the dayfiles once (the ones you have in the [CURRENTDIR]\Dagelijks\), after that the newly downloaded data will contain the correct timezone info. Ps, since a complete download takes a while you might want to use fastmode once to test if it works now.
__________________
"All that we see or seem, is but a dream within a dream" E.A.Poe |
#15
|
|||
|
|||
Quote:
I still know how i used it in the beginning. The first time i ran it, i used the default 9999 setting in the ini file. Later i thought...hmmmm..that might be wrong, so i set it to +0100. However, daily files were already made, so it didn't change the new files by adding the +0100. I then changed the +0100 to 0100 to see if that made any difference...off course it didn't. After you wrote this i deleted the daily files and after that all went well
__________________
XP Pro SP2, SageTV v5.02.90, Athlon XP 3000+ (FSB 333 MHz), 2GB DDR RAM PC3200, 36 GB Western Digital Raptor, 200 GB Western Digital harddrive, Asus Radeon 9600 XTR, Plextor PX-708 8x DVD-/+RW, Pioneer 120S 48x CD-RW, PVR 150 MCE (2). Hauppauge MVP. |
#16
|
|||
|
|||
good to hear you got it working, let me know if something else comes up (or if there are any requests)
__________________
"All that we see or seem, is but a dream within a dream" E.A.Poe |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|