Jan Hagemejer wrote:

Now I have got the following problem. I live in Poland and there is no
automatic grabbing for XMLTV. However, I found a piece of software that does
get xml file in the following format (attached). I put the file as TV.xml in
temp. Freevo does not like it.

I found also another one that had programme and channel and start words in a
different order: <programme start="xxx" channel="sdsd"> or something like
this, but it also did not work.
What is wrong with the one below? I tried to put the timezone manually but
freevo did not like it. What t<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">
<tv source-info-name="Radio Times" generator-info-name="XMLTV" generator-info-url="http://membled.com/work/apps/xmltv/";>
 <channel id="rte-1.rte.ie">
   <display-name>RTE1</display-name>
   <display-name>RTE-1</display-name>
 </channel>
 <channel id="rte2.rte.ie">
   <display-name>RTE2</display-name>
 </channel>
 <channel id="tv3.ie">
   <display-name>TV3</display-name>
 </channel>o do? Is it impossible to use these formats?

<?xml version="1.0" encoding="UTF-8"?>
<tv>
<programme channel="TVN" start="20060119060000">
<title>Uwaga!</title>
<desc> blah blah</desc>
<credits></credits>
<category>Polska 2006</category>
</programme>


My working xmltv looks like this, hope it helps.

<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE tv SYSTEM "xmltv.dtd">

<tv source-info-name="Radio Times" generator-info-name="XMLTV" generator-info-url="http://membled.com/work/apps/xmltv/";>
 <channel id="rte-1.rte.ie">
   <display-name>RTE1</display-name>
   <display-name>RTE-1</display-name>
 </channel>
 <channel id="rte2.rte.ie">
   <display-name>RTE2</display-name>
 </channel>
 <channel id="tv3.ie">
   <display-name>TV3</display-name>
</channel><programme start="20060119044500 UTC" stop="20060119080500 UTC" channel="rte-1.rte.ie">
   <title>EuroNews</title>
<desc lang="en">European and international news live via satellite.</desc>
   <category lang="en">News and Current Affairs</category>
 </programme>
<programme start="20060119080500 UTC" stop="20060119083000 UTC" channel="rte-1.rte.ie">
   <title>Neighbours</title>
<desc lang="en">The Lassiter's anniversary flight ends in terror. Stingray tells all about Dylan's involvement in the robbery - but is he believed? Janelle's book is going to be published.</desc>
   <credits>
     <actor>Damien Brodie</actor>
     <actor>Ben Nicholas</actor>
     <actor>Nell Feeney</actor>
   </credits>
   <category lang="en">Soap</category>
 </programme>
</tv>



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to