Hi. Today I've tried the video podcast plugin but it send a python traceback:
> Traceback (most recent call last):
> File "/opt/freevo-1.8.2/src/main.py", line 296, in eventhandler
> app.eventhandler(event)
> File "/opt/freevo-1.8.2/src/util/benchmark.py", line 79, in origfunc
> return func(*args, **kwargs)
> File "/opt/freevo-1.8.2/src/menu.py", line 872, in eventhandler
> self._handle_play_item(menu, event)
> File "/opt/freevo-1.8.2/src/util/benchmark.py", line 79, in origfunc
> return func(*args, **kwargs)
> File "/opt/freevo-1.8.2/src/menu.py", line 683, in _handle_play_item
> action(arg=arg, menuw=self)
> File "/opt/freevo-1.8.2/src/util/benchmark.py", line 79, in origfunc
> return func(*args, **kwargs)
> File "/opt/freevo-1.8.2/src/menu.py", line 105, in select
> self.function(arg=self.arg, menuw=menuw)
> File "/opt/freevo-1.8.2/src/video/plugins/vpodcast.py", line 232,
> in create_podcast_submenu p.rss_item(pc_location)
> File "/opt/freevo-1.8.2/src/video/plugins/vpodcast.py", line 366,
> in rss_item if self.link == None:
> AttributeError: podcast instance has no attribute 'link'
I've configured my local_conf.py with the examples in the wiki:
> plugin.activate('video.vpodcast')
> VPODCAST_LOCATIONS = [
> ('Bericht aus Berlin',
> 'http://www.tagesschau.de/export/video-podcast/bab'), ('Heute',
> 'http://content.zdf.de/podcast/zdf_heute/heute.xml'),
> ('Heute-Journal', 'http://content.zdf.de/podcast/zdf_hjo/hjo.xml'),
> ('Tagesschau',
> 'http://www.tagesschau.de/export/video-podcast/tagesschau'),
> ('Tagesthemen',
> 'http://www.tagesschau.de/export/video-podcast/tagesthemen'),
> ('Wochenspiegel',
> 'http://www.tagesschau.de/export/video-podcast/wochenspiegel') ]
> VPODCAST_DIR = '/daten/.tmp/podcasts'
Any help?
Sebastian
signature.asc
Description: PGP signature
------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
