Donate Share

Freevo - Home Theatre PC Platform

Code

Programming Languages: C, Python

License: GNU General Public License (GPL)

Show:

What's happening?

  • video podcast always play first video from item list

    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

  • Filmaffinity fixes for last crash reported in ID: 2899225

    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 crash

    Filmaffinity plugin is crashing again.

    2009-11-17 16:43:53 UTC by acmecorp2001

  • Comment: plugins.py create wrong plugin name (+ patch)

    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

  • Comment: loading plugins with _type "mplayer_video" crashes freevo

    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

  • Comment: idlebar weather error

    sorry, freevo 1.9.0.

    2009-11-14 15:56:37 UTC by tscheez

  • AudioAlbumTree

    Is there support for python-sqlite2 instead of python-sqlite?.

    2009-11-14 15:56:07 UTC by tscheez

  • idlebar weather error

    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

  • Comment: TV_REENCODE option does not work

    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

  • TV_REENCODE option does not work

    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