• 1
  • 6
  • 7
  • 8
  • 9
  • 10(current)
[RELEASE] PodCatching Addon
Is there a way to have the addon list all podcasts available in a feed?
Reply
set maxArticleAge and maxArticleNumber numbers like 99999 and you should get everything you need...
Reply
Thank you!!
Reply
I have some problems with the PodCaching Addon.

my opml.xml
Code:
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>RSS Feeds</title>
<dateCreated>Thu, 14 Jan 2015 20:56:45 GMT</dateCreated>
<dateModified>Thu, 15 Jan 2015 20:50:45 GMT</dateModified>
</head>
<body>
<outline text="fomito Podcast RSS" type="rss" maxArticleNumber="100" maxArticleAge="999999" url="http://www.fomito.net" htmlUrl="http://www.fomito.net" xmlUrl="http://www.fomito.net/rss/rss-podcast.php" />
<outline text="Kuchlnews Podcast RSS" type="rss" maxArticleNumber="100" maxArticleAge="999999" url="http://www.kuchlnews.at" htmlUrl="http://www.kuchlnews.at" xmlUrl="http://www.fomito.net/pro/AT1900000117/rss-podcast.php" />
</body>
</opml>

- The first feed (fomito Podcast RSS) works well!
http://validator.w3.org/feed/check.cgi?u...odcast.php

- The second Feed (Kuchlnews RSS) only shows 4 entries
http://validator.w3.org/feed/check.cgi?u...odcast.php

There are no errors in kodi.log !

What can i do to solve my problem?

big thanks to the developer of this addon and
regards from austria
Reply
I'm having an issue which I don't understand. My opml.xml file is stored in "~/.kodi/userdata/addon_data/plugin.audio.podcatcher/" and is:

Code:
<?xml version="1.0" encoding="utf-8" ?>
<opml version="1.1">
<head>
<title>Podcasts</title>
</head>

<body>
        <outline
                text="Bayern 2 Radiowissen"
                type="rss"
xmlUrl="http://www.br-online.de/podcast/radiowissen/cast.xml"
                fetchInterval="daily"
                maxArticleAge="30"
                maxArticleNumber="6" />
        <outline
                text="Bayern 2 Ausstellungstipps"
                type="rss"
xmlUrl="http://www.br-online.de/podcast/ausstellungstipps/cast.xml"
                fetchInterval="daily"
                maxArticleAge="30"
                maxArticleNumber="2" />
        </outline>
</body>
</opml>

The Kodi error log lists:

Code:
18:56:37 T:1602221120  NOTICE: [PodCatcher]: /storage/.kodi/userdata/addon_data/plugin.audio.podcatcher/opml.xml
18:56:37 T:1602221120   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <class 'xml.parsers.expat.ExpatError'>
                                            Error Contents: mismatched tag: line 22, column 3
                                            Traceback (most recent call last):
                                              File "/storage/.kodi/addons/plugin.audio.podcatcher/default.py", line 81, in <module>
                                                opmlFile = OpmlFile(PATH_FILE_OPML, DIR_HOME, gui);
                                              File "/storage/.kodi/addons/plugin.audio.podcatcher/feedreader/opml.py", line 130, in __init__
                                                self.xmlDoc = minidom.parse(opmlFile)
                                              File "/home/stephan/projects/openelec-5.0/build.OpenELEC-RPi2.arm-5.0.6/Python-2.7.3/.install_pkg/usr/lib/python2.7/xml/dom/minidom.py", line 1920, in parse
                                              File "/home/stephan/projects/openelec-5.0/build.OpenELEC-RPi2.arm-5.0.6/Python-2.7.3/.install_pkg/usr/lib/python2.7/xml/dom/expatbuilder.py", line 924, in parse
                                              File "/home/stephan/projects/openelec-5.0/build.OpenELEC-RPi2.arm-5.0.6/Python-2.7.3/.install_pkg/usr/lib/python2.7/xml/dom/expatbuilder.py", line 207, in parseFile
                                            ExpatError: mismatched tag: line 22, column 3
                                            -->End of Python script error report<--
18:56:37 T:1970110464   ERROR: GetDirectory - Error getting plugin://plugin.audio.podcatcher/
18:56:38 T:1970110464   ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.podcatcher/) failed

Unfortunately, I have no idea what is going wrong here. Any help, tips or suggestions on how to rectify this issue would be very welcome!
Reply
  • 1
  • 6
  • 7
  • 8
  • 9
  • 10(current)

Logout Mark Read Team Forum Stats Members Help
[RELEASE] PodCatching Addon1