-
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 in Freevo - Home Theatre PC Platform
-
Hi Michel,
Will you try adding this line in src/video/plugins/mplayer.py:
_debug_('%r' % (command,))
_debug_(' '.join(command[1:]))
There should be a -nolirc option to mplayer so that mplayer does not process the raw lirc event. If the command argument processing is incorrect then the -nolirc option may be joined to another argument.
Thanks.
2009-10-11 08:17:26 UTC in Freevo - Home Theatre PC Platform
-
> Since I seem to be the only one with the 720x576 resolution problem, I guess it's not worth the effort to try to solve this issue anymore.
Agreed, less and less people use CRT displays these days so it may not be worth the effort. It does bother me that you are getting this problem with 1.9 and not with 1.8.
2009-10-11 07:26:47 UTC in Freevo - Home Theatre PC Platform
-
Thanks again for another FilmAffinity patch, it is in svn at r11632.
2009-10-11 07:21:37 UTC in Freevo - Home Theatre PC Platform
-
Hi George,
Many thanks for the patch it looks good but is going to be difficult to test as it is hardware specific.
So I have a request and that is to move the code from src/config.py to freevo_config.py. This is the normal place for configurable items and these items can then be overridden in local_conf.py.
If you can do this, submit an updated patch I will add it to subversion.
2009-10-04 11:53:13 UTC in Freevo - Home Theatre PC Platform
-
Hi Michel,
Sorry not to have replied earlier, I'm completely stuck trying to reproduce your problem. The code I sent you was the start up code of freevo.
The only thing that you can do it to track down the revision number where the problem started. But this is a lot of work and I fully understand if you don't want to do this.
Basically with svn you can do this quite quickly using the...
2009-10-04 11:43:33 UTC in Freevo - Home Theatre PC Platform
-
Hi Tarcisio,
Thanks for this patch it looks quite sensible and I will be happy to apply it to svn.
Unfortunately I'm very lazy and need an explanation of how to test this fix. So if you can provide the configuration and the instructions what has to be done to reproduce the error.
Thanks.
2009-10-04 09:49:56 UTC in Freevo - Home Theatre PC Platform
-
Hi Morten,
First I'm curious why this is failing for you, ideally I need a test case where it fails a cut down local_conf.py would be the best.
Nice idea to improve the regular expression but is doesn't quite work. Try adding tv.upsoon to you local_conf.py and see what happens.
# ./freevo convert_config -- --file=/etc/freevo/local_conf.py
changing config file line:
CONFIG_VERSION =...
2009-10-04 09:38:20 UTC in Freevo - Home Theatre PC Platform
-
Hi Kamil,
It is difficult to say from the log what the problem is but it looks like recording is not working at all so you need to post your configuration, basically the TV_* bits from your local_conf.py.
The message:
videothumb.py (124): no imagefile found for "/home/tv/record/09-27_14_31_tet.avi"
means that mplayer cannot generate a thumbnail image and implies that the recording failed.
2009-10-04 09:24:12 UTC in Freevo - Home Theatre PC Platform
-
Many thanks for your patch, it makes sense as date changed to userdate in kaa.metadata.
Patch applied to rel-1 at r11631.
2009-10-03 13:13:54 UTC in Freevo - Home Theatre PC Platform