Normal
I am guessing there is no way to parse the text strings picked up to get other data?eg. the UK radio times grabber is setup as[code] <Listing type="Data"> <Site url="http://xmltv.radiotimes.com/xmltv/[ID].dat" post="" external="false" encoding="" /> <Data rowDelimitor="" dataDelimitor="~">#TITLE~~#SUBTITLE~~~#ACTORS~~~#REPEAT~#SUBTITLES~~~~~~~#GENRE~#DESCRIPTION~~#DATE~#START~#END~</Data> </Listing>[/code]Two random rows are[code]FlashForward~~5/22 - Give Me Some Truth~~~Joseph Fiennes,John Cho,Sonya Walger,Jack Davenport,Genevieve Cortese,Cynthia Addai-Robinson~false~false~false~true~false~false~false~false~~~Drama~Sci-fi drama about a mysterious event that causes the population of the entire world to black out simultaneously. Mark is questioned about his flashforward during a Senate Intelligence Committee hearing. Elsewhere, Janis is forced to examine the future of her current romantic relationship.~false~02/11/2009~20:00~21:00~60Sex and the City~~Out of the Frying Pan~~~Sarah Jessica Parker,Cynthia Nixon,Kim Cattrall,Kristin Davis~false~false~false~true~false~false~false~false~~~Sitcom~Sitcom about a thirtysomething writer who draws on her experience of the New York singles scene for her society column. Charlotte runs to escape the pain of not having a child. Miranda emphasises Brady's needs, and Samantha gets a new hairstyle.~false~15/11/2009~23:00~23:45~45[/code]The first has the episode / series embeded in the #SUBTITLE. This would be simple enough to strip off with a regular expression but I am guessing this is not possible (yet?) with the WebEPG grabber?
I am guessing there is no way to parse the text strings picked up to get other data?
eg. the UK radio times grabber is setup as
[code] <Listing type="Data">
<Site url="http://xmltv.radiotimes.com/xmltv/[ID].dat" post="" external="false" encoding="" />
<Data rowDelimitor="
" dataDelimitor="~">#TITLE~~#SUBTITLE~~~#ACTORS~~~#REPEAT~#SUBTITLES~~~~~~~#GENRE~#DESCRIPTION~~#DATE~#START~#END~
</Data>
</Listing>[/code]
Two random rows are
[code]FlashForward~~5/22 - Give Me Some Truth~~~Joseph Fiennes,John Cho,Sonya Walger,Jack Davenport,Genevieve Cortese,Cynthia Addai-Robinson~false~false~false~true~false~false~false~false~~~Drama~Sci-fi drama about a mysterious event that causes the population of the entire world to black out simultaneously. Mark is questioned about his flashforward during a Senate Intelligence Committee hearing. Elsewhere, Janis is forced to examine the future of her current romantic relationship.~false~02/11/2009~20:00~21:00~60
Sex and the City~~Out of the Frying Pan~~~Sarah Jessica Parker,Cynthia Nixon,Kim Cattrall,Kristin Davis~false~false~false~true~false~false~false~false~~~Sitcom~Sitcom about a thirtysomething writer who draws on her experience of the New York singles scene for her society column. Charlotte runs to escape the pain of not having a child. Miranda emphasises Brady's needs, and Samantha gets a new hairstyle.~false~15/11/2009~23:00~23:45~45[/code]
The first has the episode / series embeded in the #SUBTITLE. This would be simple enough to strip off with a regular expression but I am guessing this is not possible (yet?) with the WebEPG grabber?