[Freevo-users] freevo and psyco

2007-07-08 Thread Jonathan Isom
Hi
   Has anyone tried using psyco with freevo?  If so what have been
your experiences and where did you change the source?  psyco is a
python accellerator/compiler that can't increase the performance  of
python programs.
   Just some thoughts

Jonathan

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] event interface

2007-07-08 Thread Jaap Struyk
Hello,

I recently upgraded to 1.7.x (finaly) and ran into the EVENT_DEVS
option. (so I finaly can get rid of lirc)
It is working but not all buttons on my remote are configured, I know I
can map buttons to events with EVENTMAP['KEY_F'] = 'SELECT' but how do I
figure out wich button is sending wich event?
-- 
Groetjes Japie

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] audio out of sync

2007-07-08 Thread Duncan Webb
Vlad Olenin wrote:
> Are there similar settings for XINE player?

They should be in local_conf.py.example but what I have is:
# xine settings
XINE_ARGS_DEF = "--no-lirc --post='pp:quality=10;expand'"
if CONF.display in ('dfbmga', 'directfb'):
  XINE_COMMAND = '%s' % (CONF.df_xine)
  XINE_ARGS_DEF = '--layer=0 --deinterlace'
else:
  XINE_COMMAND = '%s --auto-play=fq --hide-gui --borderless --geometry
%sx%s+0+0 --no-splash' % \
(CONF.xine, CONF.width, CONF.height)
  XINE_ARGS_DEF = '--no-lirc'
XINE_VO_DEV = 'xv'
XINE_AO_DEV = 'alsa'
XINE_TV_VO_DEV = 'xv'
XINE_TV_AO_DEV = 'alsa'
XINE_TV_TIMESHIFT_FILEMASK = '/freevo/timeshift/buf-'

In fact, most of the configuration variables are in
local_conf.py.example but some of the plug-ins have their own set which
you can see by typing:

freevo plugins -l
to get a list of the plugins

freevo plugins -i , eg:
freevo plugins -i remind

Duncan

> On 7/8/07, *Duncan Webb* <[EMAIL PROTECTED] >
> wrote:
> 
> Ariranha wrote:
> > In local_conf.py there is an option:
> >
> > # CONTROL_ALL_AUDIO  = 1   # Should Freevo take complete
> > control of audio
> >
> > Should I try it?
> 
> It won't make any difference, it just means that Freevo controls
> different channels for the mixer.
> 
> What is important is your mplayer settings in local_conf.py and the
> sound daemon.
> 
> MPLAYER_AO_DEV = 'alsa'
> MPLAYER_ARGS_DEF = (('-autosync 100 -osd-duration 3000 -nolirc '
> + '-autoq 100 -subpos 92 -fs '-screenw %s -screenh %s') % \
> (CONF.width , CONF.height))
> 
> One way to check what Freevo is doing is to set DEBUG=1 and
> CHILDAPP_DEBUG=1 in local_conf.py and then in the main log you will see
> the exact command that freevo is running to start mplayer and xine.
> 
> You can then run these command from a xterm, leaving out the -slave or
> -stdctl options and see what happens with different settings of the
> audio device.



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] audio out of sync

2007-07-08 Thread Vlad Olenin

Are there similar settings for XINE player?

Vlad

On 7/8/07, Duncan Webb <[EMAIL PROTECTED]> wrote:


Ariranha wrote:
> In local_conf.py there is an option:
>
> # CONTROL_ALL_AUDIO  = 1   # Should Freevo take complete
> control of audio
>
> Should I try it?

It won't make any difference, it just means that Freevo controls
different channels for the mixer.

What is important is your mplayer settings in local_conf.py and the
sound daemon.

MPLAYER_AO_DEV = 'alsa'
MPLAYER_ARGS_DEF = (('-autosync 100 -osd-duration 3000 -nolirc '
+ '-autoq 100 -subpos 92 -fs '-screenw %s -screenh %s') % \
(CONF.width, CONF.height))

One way to check what Freevo is doing is to set DEBUG=1 and
CHILDAPP_DEBUG=1 in local_conf.py and then in the main log you will see
the exact command that freevo is running to start mplayer and xine.

You can then run these command from a xterm, leaving out the -slave or
-stdctl options and see what happens with different settings of the
audio device.

Duncan



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Running Freevo on second video card

2007-07-08 Thread Brian McKee

> >>> freevo -fs -layout Multihead
> >> Nice patch. Thanks. (BTW, will this make it into the next
> revision/svn?)
> > 
> > Bump - please add it going forward - works great!
> 
> If you would be so kind as to add a Feature Request for this
> http://sourceforge.net/tracker/?func=add&group_id=46652&atid=446898 then
> it change gets noted it the ChangeLog for the next release.


Done !


signature.asc
Description: This is a digitally signed message part
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Lirc Q

2007-07-08 Thread Duncan Webb
Duncan Webb wrote:
> Elizabeth Dodd wrote:
>   
>> On Sunday 08 July 2007 05:00, Ariranha wrote:
>> 
>>> What Should I do?
>>>   
>> I recommend building from source. It has got me past that stage.
>> http://www.lirc.org/html/install.html
>> download package, use the setup script provided and lirc is made.
>> You need kernel source.
>> 
>
> I asked a similar question on the ivtv lists as in recent kernels the
> PVR-350 and the lirc Hauppauge driver didn't work too well. I received a
> private mail answer and is seems that the kernel now processes the lirc
> events.
>
> What this means is that you need to use the lirc's dev/input driver.
> See:
> http://www.wh9.tu-dresden.de/~heinrich/lirc/list-archive/sf/9966.html
> for a howto. If you need a user/password then they are lirc lirc.
>
> Something that I should add to the wiki.
Here is a first cut of the wiki page:

http://freevo.sourceforge.net/cgi-bin/doc/LircDevInput

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] HowTo disable cursor in Applications ?

2007-07-08 Thread Helmut Auer
Hi
>> When I start vdr via an fxd file using vdr-sxfe I see the cursor in the 
>> middle of the tv screen. 
>> If I start the same application from a shell with the same parameters there 
>> is no cursor to see 
>> and its fine.
>> How can I disable that cursor within freevo ?
>> 
>
> I think that the solution is somewhere in the xorg.conf's driver section
> and so it depends on you graphics card.
>
>   
Yes it has something to do with HW- and SWCursor, but that does not work 
with every graphics card.
Is there a way to tell freevo it should start the other application on 
top of freevo, instead of hiding the freevo application ?


-- 
Helmut Auer, [EMAIL PROTECTED] 


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Lirc Q

2007-07-08 Thread Duncan Webb
Elizabeth Dodd wrote:
> On Sunday 08 July 2007 05:00, Ariranha wrote:
>> What Should I do?
> I recommend building from source. It has got me past that stage.
> http://www.lirc.org/html/install.html
> download package, use the setup script provided and lirc is made.
> You need kernel source.

I asked a similar question on the ivtv lists as in recent kernels the
PVR-350 and the lirc Hauppauge driver didn't work too well. I received a
private mail answer and is seems that the kernel now processes the lirc
events.

What this means is that you need to use the lirc's dev/input driver.
See:
http://www.wh9.tu-dresden.de/~heinrich/lirc/list-archive/sf/9966.html
for a howto. If you need a user/password then they are lirc lirc.

Something that I should add to the wiki.

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] HowTo disable cursor in Applications ?

2007-07-08 Thread Duncan Webb
Helmut Auer wrote:
> Hello,
> 
> When I start vdr via an fxd file using vdr-sxfe I see the cursor in the 
> middle of the tv screen. 
> If I start the same application from a shell with the same parameters there 
> is no cursor to see 
> and its fine.
> How can I disable that cursor within freevo ?

I think that the solution is somewhere in the xorg.conf's driver section
and so it depends on you graphics card.

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Running Freevo on second video card

2007-07-08 Thread Duncan Webb
Brian McKee wrote:
> On Thu, 2007-05-07 at 08:51 +0800, Ow Mun Heng wrote:
>> On Wed, 2007-07-04 at 17:45 +0200, Duncan Webb wrote:
>>> -BEGIN PGP SIGNED MESSAGE-
>>> Hash: SHA1
>>>
>>> Brian McKee wrote:
 On 03/07/07, Duncan Webb <[EMAIL PROTECTED]> wrote:

 On an [OT] note - It's looking like it would be helpful to know a
 little python to use freevo better - does anybody have a favourite
 "Python for Beginning Idiots" to get me started?   Off list probably
 better I suppose.
>> I'm doing the same thing. LEarning Python so that I can start hacking on
>> Freevo. (and perhaps contribute :-)
>>
>> I'm reading Beginning Python (Wrox)
> 
> I'll take a look at that one.

My first Python book was the Learning Python (O'Reilly), it's nicely
written and so easy to read.

>>> It is rather easy, at least I hope it is. The attached patch should
>>> allow you to pass any server arguments that you wish to freevo when run
>>> with -fs. eg: (see man startx)
>>>
>>> freevo -fs -layout Multihead
>> Nice patch. Thanks. (BTW, will this make it into the next revision/svn?)
> 
> Bump - please add it going forward - works great!

If you would be so kind as to add a Feature Request for this
http://sourceforge.net/tracker/?func=add&group_id=46652&atid=446898 then
it change gets noted it the ChangeLog for the next release.

Duncan


-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] audio out of sync

2007-07-08 Thread Duncan Webb
Ariranha wrote:
> In local_conf.py there is an option:
> 
> # CONTROL_ALL_AUDIO  = 1   # Should Freevo take complete
> control of audio
> 
> Should I try it?

It won't make any difference, it just means that Freevo controls
different channels for the mixer.

What is important is your mplayer settings in local_conf.py and the
sound daemon.

MPLAYER_AO_DEV = 'alsa'
MPLAYER_ARGS_DEF = (('-autosync 100 -osd-duration 3000 -nolirc '
+ '-autoq 100 -subpos 92 -fs '-screenw %s -screenh %s') % \
(CONF.width, CONF.height))

One way to check what Freevo is doing is to set DEBUG=1 and
CHILDAPP_DEBUG=1 in local_conf.py and then in the main log you will see
the exact command that freevo is running to start mplayer and xine.

You can then run these command from a xterm, leaving out the -slave or
-stdctl options and see what happens with different settings of the
audio device.

Duncan



-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users