| | #1 (permalink) |
| Portal Member Join Date: Apr 2008 Location: California
Posts: 30
Thanks: 2
Thanked 1 Time in 1 Post
Country: | Need some template help. I use the A tag to select HTML source. Below is an example of one program that the parser finds. <a style="overflow: visible;" href="http://television.aol.com/show/ktvu-channel-2-news-at-noon/79408/main"KTVU Channel 2 News at Noon</a> Bold text shows my 3 fields '200805061900' <#STARTXMLTV>The <#TITLE> works fine in WebEPG designer. However I don't know how to parse the <#STARTXMLTV> and <#ENDXMLTV>. Is it possible and how? |
| | |
| | #2 (permalink) | |
| Portal Developer Join Date: May 2005 Location: Switzerland
Posts: 1,348
Thanks: 4
Thanked 55 Times in 34 Posts
| Quote:
Here the time it it hard to get the time fields alone, because the characters in front of the are not unique. So you will need to parse some of the other fields too: I think this should work: Code: <a <#X1:','>','<#X2>','<#X3>','<#X4>','<#X5>','<#STARTXMLTV>','<#ENDXMLTV:,'>><#TITLE></a> I found a few bugs. Try the attached utils.dll. Last edited by James; 2008-05-08 at 06:27. | |
| | |
| | #3 (permalink) |
| Portal Member Join Date: Apr 2008 Location: California
Posts: 30
Thanks: 2
Thanked 1 Time in 1 Post
Country: | Thanks for the help and the file. I got the WebEPG Designer working great. Now comes the hard part of building the grabber and adding the channels. Last edited by moab; 2008-05-08 at 06:42. |
| | |
![]() |
| Bookmarks |
| Tags |
| template, webepg |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| WebEPG: WebEPG Dies when channels have blank mapping | jadz | 0.2.3.0 RC1 and SVN Builds | 0 | 2007-08-11 03:23 |
| Help needed to change a template | pierremenard | WebEPG | 6 | 2007-06-14 14:12 |
| WebEPG.exe aus Mediaportal starten? Aktualisierung WebEPG | anon | Media Portal - Support | 2 | 2006-02-19 19:50 |
| Want to use MP as Template | davey | General Development (no feature request here!) | 3 | 2005-11-17 18:00 |