Hi,
I am currently working on a new channel and took another one as a foundation/template.
Of course I changed all the unique names like the handler url and so on.
My whole main function looks like this:
@handler('/music/gameonepodcasts', 'Game One - Podcasts', thumb=ICON, art=ART)
def MainMenu():
oc = ObjectContainer()
#content = XML.ElementFromURL('http://gameone.de/feed/podcast.xml', cacheTime=CACHE_1HOUR)
# oc.add(DirectoryObject('.', name="Sendung Verpasst"), title="Sendung Verpasst"))
#oc.add(PartObject(key = WebVideoURL('http://www.bla.de')))
# items = content.xpath('//channel/item')
# for item in items:
# title = item.xpath('./title')[0].text
# link = item.xpath('./link')[0].text
# author = item.xpath('./author')[0].text
# description = item.xpath('./description')[0].text
# #oc.add(DirectoryObject(key=Callback(SendungVerpasst, name="Sendung Verpasst"), title="Sendung Verpasst"))
# oc.add(CreateTrackObject(url=link, title=title, fmt='mp3', thumb=R(ICON)))
return oc
so normally I should get an empty site.
When I started scripting, I still had the old entries in my container. But now, after completely deleting and commenting the source, they should dispapear, but no, nothing works :(
I removed the plugin from the plugin-folder and re-inserted it, but no chance. I also reloaded everything without caching.
Can anybody help?
I am using Plex Server on Win7