Hi all,
I am configuring TVxb for grabbing from programmagids.nl. I have time, title and category grabbed from the site now. I want to have the full description as well. For this, another page needs to be fetched.
I guess I need decriptionURL= for this, but it's not clear to me how it's used. The developers guide doesn't say very much about it.
In some other TVxb.ini's, I saw the keyword decriptionid. What is this? It isn't mentioned in the guide at all.
Until now, I managed to make the following TVxb.ini:
Code:
! TVxb Version 1.0108
! http://www.tvxb.com/
!
! Set xmltvoutput= to the folder/filename where your PVR software expects to find xmltv.xml
! Set days= item to the number of days of schedule to download
!--main parameters--
xmltvoutput="C:\Windows\ehome\BladeRunnerPro\GuideData\listing2.xml"
mcechanneloutput="C:\WINDOWS\ehome\BladeRunnerPro\QuickGuide\ChannelInfo.xml"
xmlencoding=utf-8
lang=nl
auto=yes
trace=2
days=1,+1
schedulefiller=no schedule,60
!--end of main parameters--
! Other Information on Main Parameters:
! Insert channel schedule information below this line
!----------------------------------------------------
[nederland1.programmagids.nl]
name=Nederland 1
name=1
url=http://www.programmagids.nl/zoeken.php?orderby=begindatum&zender=Nederland%201&datum=[day=yyyy-mm-dd]&page=[set=1,2]
start=5
title=11
category=14
special=fulldescriptions
Who can help me fetch the full descriptions?
Thanx,
Perjan