Donate Share

Freevo - Home Theatre PC Platform

Code

Programming Languages: C, Python

License: GNU General Public License (GPL)

Show:

What's happening?

  • 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

  • Comment: HD PVR recording

    I apologize if I placed this into the wrong category, I simply assumed it was a configuration issue. This isn't a problem, I can get Freevo to do a scheduled recording with this device, using this method. I already spent countless times submitting this to the Freevo Mailing List and I got some helpful advice. I used the advice to create a a local conf.py that would work with this device, so for...

    2009-11-10 02:38:39 UTC by tvphil

  • Comment: HD PVR recording

    HI Phil, Sorry I cannot follow your discussion. You don't say anything about what your configuration. I think you should take your problem to the user discussion list as I'm sure that someone will have a solution for you.

    2009-11-09 17:02:30 UTC by duncanwebb

  • HD PVR recording

    Since the Hauppauge HD PVR simply sends a stream from a cable or satellite box, allow for local_conf.py to allow simple stream dump recording, without having to create a false channel to trick it into recording a stream. As it is now with Freevo 1.90, you have to open 2 terminals one to start the recordserver and the other to start Freevo. This is because the recordserver terminal is constantly...

    2009-11-08 07:01:01 UTC by tvphil

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

    ..."after the command line is constructed the command is ran"... here I meant to say: ..."after the command line is constructed but before the command is ran"... Bye.

    2009-11-01 10:08:29 UTC by tarch

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

    Hi, the problem happens when you try to load a plugin that have the the attribute self._type = 'mplayer_video' (like the bmovl plugin). These plugins are notified from the mplayer video plugin when the user press play, when some time passes and about the standard output of mplayer. The problem happens when you activate such a plugin (try to activate bmovl and to play some video or dvd)...

    2009-11-01 10:06:00 UTC by tarch

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

    Hi, I think that my last message is clear, if not please let me know and I will try to explain the problem better. Hi.

    2009-11-01 09:44:13 UTC by tarch

  • Live recording with livepause not working (patch included)

    * When watching TV with livepause plugin, when one presses RECORD, an exception is raised, because of a wrong call to cancel_save instead of cancelsave in livepause/__init__.py. Same bug in livepause/backend.py. * An exception is raised in livepause/record.start_recording because of an uninitialized variable. * The program duration is not loaded from the EPG. Patch created from latest svn.

    2009-10-28 23:06:30 UTC by m0y

  • Interface Feedback improvement for youtube plugin

    Hi Duncan, Just a small patch to improve the user feedback in the youtube plugin. Previously it gave no feedbac k while it called youtubedl which made Freevo appear frozen to the user. The patch draws a popup box to notify the user. John.

    2009-10-27 22:33:32 UTC by johnmolohan