Re: [Freevo-users] problem playing video files

2005-02-10 Thread Shawn Dowler
On Thu, 10 Feb 2005 08:59:50 -0500, Allan Psaila <[EMAIL PROTECTED]>wrote: > ...everything works perfect except... I find it fascinating that whenever anyone asks a question here (myself included) we feel the need to say everything works perfectly. I suspect this is to reassure the people here t

Re: [Freevo-users] Help writing plugin.

2005-02-10 Thread Ryan Roth
Can you enlighten me a little more on making sub menus, I have the loop down, but I can't figure out how to add submenus effectivly. Thanks again for all of your help. Ryan --- SF email is sponsored by - The IT Product Guide Read honest & ca

Re: [Freevo-users] Re: mevas slow?

2005-02-10 Thread mike lewis
> > Slightly OT: but what projector? Is it runing off a G400 or something else? > > An epson powerlite home 10+: > http://www.projectorcentral.com/Epson-PowerLite_Home_10+.htm > > Yes, its running on a G400, first head. The projector is pretty good > bang for the buck and I'm extremely happy wi

Re: [Freevo-users] Re: mevas slow?

2005-02-10 Thread Rob Shortt
mike lewis wrote: Slightly OT: but what projector? Is it runing off a G400 or something else? An epson powerlite home 10+: http://www.projectorcentral.com/Epson-PowerLite_Home_10+.htm Yes, its running on a G400, first head. The projector is pretty good bang for the buck and I'm extremely happy

Re: [Freevo-users] Re: mevas slow?

2005-02-10 Thread mike lewis
> Most decent directfb drivers have 2 layers per screen nowadays, usually > one is meant for graphics or OSD and the other for video. I was > thinking of having Freevo config items to say which layer you'd prefer > for each. > Slightly OT: but what projector? Is it runing off a G400 or something

Re: [Freevo-users] Help writing plugin.

2005-02-10 Thread mplayer
I think it might be easier to parse by doing it this way (tabbed for clarity, won't compile this way) HA_ITEMS = [                   ("Living Room",                                 (                                         ("Corner Light", ("On","Off","Dim")),                                    

Re: [Freevo-users] Re: mevas slow?

2005-02-10 Thread Rob Shortt
FeNiX wrote: - Original Message - From: "Rob Shortt" <[EMAIL PROTECTED]> To: Sent: Thursday, February 10, 2005 4:00 PM Subject: Re: [Freevo-users] Re: mevas slow? IIRC this is not possible, both mplayer and xine are running in fullscreen mode and don't like other dfb applications. I had t

Re: [Freevo-users] Help writing plugin.

2005-02-10 Thread Ryan Roth
After looking at other plugins I think I will pull my config from local_config.py like the rest do, somethin like: HA_ITEMS = [ ("Living Room", "Corner Light","On,Off,Dim"), ("Living Room", "Ceiling Fan","On,Off"), ("Living Room", "TV","On,Off

Re: [Freevo-users] Help writing plugin.

2005-02-10 Thread Ryan Roth
First I want to thank everyone for the help so far. Here is my code so far: code start import os import sys import menu import config from gui import ConfirmBox from item import Item from plugin import MainMenuPlugin class HomeAutomationItem(Item): def __init__(self, parent):

Re: [Freevo-users] Help writing plugin.

2005-02-10 Thread mplayer
typo there - menuw.pushmenu(radio_ha) should be - menuw.pushmenu(ha_menu) Here's what I now have, but I'm still haing trouble, lots of trouble.   I'm having trouble grasping the way python works, and my local B&N has no books on python. ---

Re: [Freevo-users] Re: mevas slow?

2005-02-10 Thread Rob Shortt
Dirk Meyer wrote: I had this working over mplayer but I might have been using force-windowed in /etc/directfbrc. It is also very possible to modify mplayer and df_xine to display onto an existing window's surface, still using the BES. This way Freevo could startup and maintain several windows - f

[Freevo-users] Re: mevas slow?

2005-02-10 Thread Dirk Meyer
> I had this working over mplayer but I might have been using > force-windowed in /etc/directfbrc. It is also very possible to modify > mplayer and df_xine to display onto an existing window's surface, > still using the BES. This way Freevo could startup and maintain > several windows - for main

Re: [Freevo-users] Re: mevas slow?

2005-02-10 Thread FeNiX
- Original Message - From: "Rob Shortt" <[EMAIL PROTECTED]> To: Sent: Thursday, February 10, 2005 4:00 PM Subject: Re: [Freevo-users] Re: mevas slow? IIRC this is not possible, both mplayer and xine are running in fullscreen mode and don't like other dfb applications. I had this working

[Freevo-users] problem playing video files

2005-02-10 Thread Allan Psaila
Never mind I think i found the problem. It was directing the video to the wrong screen. very odd anyway changed the Mplayer Args and all is well in my little freevo world.. -- Progress (n.) : Going from Dumb terminals with Smart Engineers to Smart Terminals with Dumb Engineers ---

Re: [Freevo-users] Help writing plugin.

2005-02-10 Thread Ryan Roth
Here's what I now have, but I'm still haing trouble, lots of trouble. I'm having trouble grasping the way python works, and my local B&N has no books on python. -- import os import time import

Re: [Freevo-users] Re: LAST TIME: SDL_NOMOUSE not working?

2005-02-10 Thread Cuddles
Dirk Meyer wrote: Cuddles wrote: Hi all (AGAIN!). Since this sounds like you want an answer if you don't like it, here it is: Any ideas? No Dischi Well, at least you answered. :) That's better than what I got the last time. --- SF email is spon

Re: [Freevo-users] Re: mevas slow?

2005-02-10 Thread Rob Shortt
Dirk Meyer wrote: "FeNiX" wrote: Hi! Hi, I meant to reply to this yesterday. :) I am running freevo 2.0 cvs. I have g400dh connected to tv. I am using directfb for output. Everything that works works fine, there is no window flickering like in 1.5.3. Really? I would like to have your config plea

[Freevo-users] Re: mevas slow?

2005-02-10 Thread Dirk Meyer
"FeNiX" wrote: > Hi! > > I am running freevo 2.0 cvs. I have g400dh connected to tv. I am using > directfb for output. Everything that works works fine, there is no > window flickering like in 1.5.3. Really? I would like to have your config please, Mplayer and df_xine looked ok, but Freevo is a m

[Freevo-users] Re: LAST TIME: SDL_NOMOUSE not working?

2005-02-10 Thread Dirk Meyer
Cuddles wrote: > Hi all (AGAIN!). Since this sounds like you want an answer if you don't like it, here it is: > Any ideas? No Dischi -- A man with a watch knows what time it is. A man with two watches is never sure. pgpcHsG8GxOJv.pgp Description: PGP signature

[Freevo-users] problem playing video files

2005-02-10 Thread Allan Psaila
Hello, I am using MandrakeLinux 10.1 using the freevo 1.5.3 and everything works perfect except when I try to play an AVI or mpg or any video format it opens and the audio plays but there is no video..?? I tried the Debug=1 and no errors or anything.. anyone else ever have this problem? -- Pr

Re: [Freevo-users] new here & some questions

2005-02-10 Thread Satana
You can check here : http://www.linuxcompatible.org/compat.php?cat=hardware&sort=All&idx=0 I guess it could do the job... - Original Message - From: "Alberto Hernando" <[EMAIL PROTECTED]> To: Sent: Thursday, February 10, 2005 11:33 AM Subject: Re: [Freevo-users] new here & some questions

Re: [Freevo-users] Help writing plugin.

2005-02-10 Thread mplayer
Ryan, within your mainMenu item, you'll need something like the below (chopped from my shoutcast plugin - see the dev archives for a full copy). It's all to do with the actions function.  here you can choose whether to create another submenu or to actually do something. def actions(self):      

Re: [Freevo-users] new here & some questions

2005-02-10 Thread Alberto Hernando
El Jueves, 10 de Febrero de 2005 11:26, Satana escribió: > Test your hardware with knoppix. If it's all ok, then you probably won't > have problem with other distros, if knoppix fails to see something...bad > times ahead... Thanks for the advice. The problem is that I still haven't bought the hard

Re: [Freevo-users] new here & some questions

2005-02-10 Thread Satana
Test your hardware with knoppix. If it's all ok, then you probably won't have problem with other distros, if knoppix fails to see something...bad times ahead... - Original Message - From: "Alberto Hernando" <[EMAIL PROTECTED]> To: Sent: Wednesday, February 09, 2005 9:11 PM Subject: [Fr