Open samperd opened 9 years ago
Correction,
After more troubleshooting looks like the issue may be with the O'Reilly feeds.
Example multi hierarchy using CBC podcasts
<?xml version="1.0" encoding="utf-8" ?>
<opml version="1.1">
<head>
<title>Podcasts</title>
<dateCreated>Fri, 02 Jan 2015 17:40:20 +0100</dateCreated></head>
<body>
<outline text="CBC 1 Podcasts">
<outline title="CBC Spark" text="CBC Spark" type="rss" xmlUrl="http://www.cbc.ca/podcasting/includes/spark.xml" />
<outline title="CBC Ideas" text="CBC Ideas" type="rss" xmlUrl="http://www.cbc.ca/podcasting/includes/ideas.xml" />
</outline>
<outline text="CBC 2 Podcasts">
<outline title="CBC How To Do It" text="CBC How To Do It" type="rss" xmlUrl="http://www.cbc.ca/podcasting/includes/howtodoi>
<outline title="CBC Laugh Out Loud" text="CBC Laugh Out Loud" type="rss" xmlUrl="http://www.cbc.ca/podcasting/includes/laug>
<outline title="CBC Misener On Tech.xml" text="CBC Misener On Tech" type="rss" xmlUrl="http://www.cbc.ca/podcasting/include>
<outline title="CBC The House" text="CBC The House" type="rss" xmlUrl="http://www.cbc.ca/podcasting/includes/thehouse.xml" >
</outline>
</body>
</opml>
Perhaps providing a bit more info in the log file might be good to suggest what is failing.
I was looking at /home/pi/.kodi/temp/kodi.log
Errors are pretty sparse and essentially python back traces.
can you send me your full opml so i can run a test on my maschine?
@raptor2101 I am currently running PodCatcher v 0.1.9 running on RaspBMC (now Kodi) I am able to use an opml.xml file with a single outline hierachy, but not multiple outline hierarchies.
According to OPML spec we should be able to use multiple hierachies: http://dev.opml.org/spec1.html "An is an XML element, possibly containing one or more attributes, and containing any number of sub-elements."
The OPML's below should also validate according to: http://validator.opml.org
Sample single hierarchy that works
Sample multi-hierarchy that fails