-
MRSS feeds in video podcast have correctly displayed title, image, etc but whatever you select always is downloaded and played first video from rss feed.
2009-11-22 00:20:33 UTC by molent
-
The attached patch corrects the last crash due to page changes, adds information for the "country" tag and corrects a warning about different string formats.
Hope it works.
2009-11-18 20:43:37 UTC by gorka
-
Filmaffinity plugin is crashing again.
2009-11-17 16:43:53 UTC by acmecorp2001
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-16 02:20:16 UTC by sf-robot
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-16 02:20:15 UTC by sf-robot
-
sorry, freevo 1.9.0.
2009-11-14 15:56:37 UTC by tscheez
-
Is there support for python-sqlite2 instead of python-sqlite?.
2009-11-14 15:56:07 UTC by tscheez
-
I have the weather idlebar plugin enabled with the following:
plugin.activate( 'idlebar.weather', level=30, args=( 'KROC', 'F') )
It appears that it is pulling down the web data, the logs seem to indicate that it is 48 outside (which is about right) but the idlebar says -3
Traceback (most recent call last):
File "/usr/lib/python2.6/site-packages/freevo/plugins/idlebar/weather.py"...
2009-11-14 15:54:02 UTC by tscheez
-
The included patch allow the encoding job to start, but it seems that the Encoding Job is not well initialized (missing crop detection ?) because it fails later.
I'll stick to manual reencoding for now.
2009-11-12 10:04:19 UTC by m0y
-
It doesn't not work since RecordPostProcess runs its own thread, because RecordPostProcess does not have a self.es (EncodingClientActions) member. Here is the exception that is raised :
AttributeError: 'RecordPostProcess' object has no attribute 'es'
result = self.es.ping()
File "/usr/lib/python2.5/site-packages/freevo/helpers/recordserver.py", line 1406, in run
self.run(...
2009-11-12 08:35:08 UTC by m0y