Hi all,
I'm creating my own grabber for WebEPG but the output for field #SEASON and #EPISODE seem reversed.
Example, below is the description to be searched (taken from tvguide.xml): -
<title>That '70s Show</title>
<desc>I'm A Boy. Series 6, episode 8.
American comedy series about a group of teenagers in the 1970s. Red is ungrateful when Fez volunteers to drive him all over town. Eric lies to gain sympathy from Kitty and Donna.
Starring: Topher Grace, Kurtwood Smith, Debra Jo Rupp, Laura Prepon
(2004)</desc>
<category>Sitcom</category>
Below is the search used: -
<Searches>
<Search match="Series [0-9]," field="#SEASON" remove="false" />
<Search match="episode [0-9]." field="#EPISODE" remove="false" />
</Searches>
And below is the output in the tvguide.xml file: -
<episode-num>8.6</episode-num>
The output is episode number (8) then series (6), I believe the output should be the other way round, series then episode.
The output should be <episode-num>6.8</episode-num>
Is the output or me wrong?
Thanks
Q505
FYI,
This is using webepg that installed with V1.0.2.
I'm creating my own grabber for WebEPG but the output for field #SEASON and #EPISODE seem reversed.
Example, below is the description to be searched (taken from tvguide.xml): -
<title>That '70s Show</title>
<desc>I'm A Boy. Series 6, episode 8.
American comedy series about a group of teenagers in the 1970s. Red is ungrateful when Fez volunteers to drive him all over town. Eric lies to gain sympathy from Kitty and Donna.
Starring: Topher Grace, Kurtwood Smith, Debra Jo Rupp, Laura Prepon
(2004)</desc>
<category>Sitcom</category>
Below is the search used: -
<Searches>
<Search match="Series [0-9]," field="#SEASON" remove="false" />
<Search match="episode [0-9]." field="#EPISODE" remove="false" />
</Searches>
And below is the output in the tvguide.xml file: -
<episode-num>8.6</episode-num>
The output is episode number (8) then series (6), I believe the output should be the other way round, series then episode.
The output should be <episode-num>6.8</episode-num>
Is the output or me wrong?
Thanks
Q505
FYI,
This is using webepg that installed with V1.0.2.
Greece