Can you help me with some special processing in the Webepg xml file? (1 Viewer)

maarty

Portal Member
November 20, 2007
24
0
Home Country
Czech Republic Czech Republic
Hello.

I found some good site for czech program listing.
I have done some testing with editing xml file and with Webepg designer, but I have one problem.

This site (http://show.idnes.cz/tv-program.asp) provide posibilities to easy set our set of channels by POST command, but they always display at least 4 channels even if you choose only one.

They are order according to time one by one and again In the html source (1program-1ch, 1program-2ch, 1propgram-3ch, 1program-4ch, 2program-1ch...), so I cannot reduce the search area by end directive in the template to filter only the first set channel.

I would like to know, If I can filter this somehow by regex and according the channel ID whis I can find in the html source near every program parameters like START, TITLE and so on. This is the example pattern, where is the channel ID "a href="tv-detail.asp?porad=1_05_1329007"" where the first digit"1" is the the same string as I´m using in the channel ID and which I deliver to the site by POST to see this channel on the first position.

You can use this siteURL with POSt parameters "http://show.idnes.cz/tv-program.asp?den=[YYYY][MM][DD]&k=[ID]"
Every programs of every displayed channels you can find on the row 114 in the source.

Thank you for any advice.
Martin


TV-Server Version: 1.0 RC1
MediaPortal Version: 1.0 RC1
 

Users who are viewing this thread

Top Bottom