[Freevo-users] TV-Guide is empty

2005-02-11 Thread Tobias Geis
Hi,

i have a problem with the TV-Guide.
I use nextepg. Then XML file is created an the freevo cache start command
start without problems, but when i go into the TV-Guide i cannot see any
entries for my TV-Stations. The XML file created by nextepg is ok.

I got this problem after upgrading to Freevo 1.5.3 ustin apt-get (with SuSE
9.2). Downgrading tpo 1.5.2 does not solve the problem.

Has anyone any idea?

Ciao
Tobias


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] TV-Guide is empty

2005-02-11 Thread Geert Decorte
I suspect it will have to do something with the local_conf.py file
Check the section: TV_CHANNELS

I hope it din't replace the older file?
removing the file TV.xml.pickled and restarting the services might also be
helpfull




 Hi,

 i have a problem with the TV-Guide.
 I use nextepg. Then XML file is created an the freevo cache start
 command
 start without problems, but when i go into the TV-Guide i cannot see any
 entries for my TV-Stations. The XML file created by nextepg is ok.

 I got this problem after upgrading to Freevo 1.5.3 ustin apt-get (with
 SuSE
 9.2). Downgrading tpo 1.5.2 does not solve the problem.

 Has anyone any idea?

 Ciao
 Tobias


 ---
 SF email is sponsored by - The IT Product Guide
 Read honest  candid reviews on hundreds of IT Products from real users.
 Discover which products truly live up to the hype. Start reading now.
 http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
 ___
 Freevo-users mailing list
 Freevo-users@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/freevo-users


 --
 This message has been scanned for viruses and
 dangerous content by OpenProtect(http://www.openprotect.com), and is
 believed to be clean.





-- 
This message has been scanned for viruses and
dangerous content by OpenProtect(http://www.openprotect.com), and is
believed to be clean.



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


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

2005-02-11 Thread FeNiX
Rob Shortt wrote:
Cool.  I was thinking of a window id param for mplayer directfb/dfbmga 
too.  Could you send me a patch?

Here is the patch for dfbmga. I made it from mplayer 1.0pre6a source. 
Run it in mplayers libvo dir. I also attached my test application. It is 
configured for BES, to work with CRTC2 you must edit source. I commented 
what to change. Also you might need to edit variable command in 
source. It is configured for mplayer that is in /usr/local/bin dir. I 
was testing mine on console over ssh so I was killing my test app with 
control-c. You might have problems with killing it when it is in  BES 
mode, this is because i didn't write code for clean exit. Also layer 
numbers are hard coded so remove primary-layer=X in directfbrc.
Test app is pretty cool :) It creates two windows and it each one is 
playing one mplayer. Second window is playing same video as first window 
but it is started 3 seconds latter. Run application with ./test 
your_video_file.mpg

Regards,
   Dino


dfbmgaInWindow.tar.bz2
Description: Binary data


[Freevo-users] ATI Remote and Keybindings

2005-02-11 Thread RPBrown
The remote works, up and down and 'ok' works (the default settings),
but every other binding isnt working, have I missed something with my
configuration?

mediabawx:/etc/freevo# cat local_conf.py | grep EVENT
# EVENTS['video']['1'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast -100')
EVENTS['menu']['54'] = Event(MENU_BACK_ONE_MENU)
EVENTS['menu']['222'] = Event(MENU_GOTO_MAINMENU)
EVENTS['video']['54'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='quit')
EVENTS['video']['152'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -200')
EVENTS['video']['233'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +200')
EVENTS['video']['110'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
EVENTS['video']['232'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
EVENTS['video']['36'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='pause')
EVENTS['video']['165'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='volume -1')
EVENTS['video']['158'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='volume 1')
EVENTS['video']['166'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='mute')
EVENTS['video']['10'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast -1')
EVENTS['video']['11'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='contrast 1')
EVENTS['video']['12'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='brightness -1')
EVENTS['video']['13'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='brightness 1')
EVENTS['video']['100'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -10')
EVENTS['video']['98'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +30')
EVENTS['video']['104'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek -30')
EVENTS['video']['102'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='seek +10')
EVENTS['video']['222'] = Event(VIDEO_SEND_MPLAYER_CMD, arg='quit')

mediabawx:/etc/X11/xinit# cat xinitrc
xmodmap -e keycode 54 = esc
xmodmap -e keycode 222 = esc
xmodmap -e keycode 110 = space
xmodmap -e keycode 168 = Return
xmodmap -e keycode 222 = Power
xmodmap -e keycode 166 = Mute
xmodmap -e keycode 110 = Pause
xmodmap -e keycode 152 = Rewind
xmodmap -e keycode 233 = Forward
# directional
xmodmap -e keycode 36 = Ok
xmodmap -e keycode 233 = Up
xmodmap -e keycode 152 = Down
xmodmap -e keycode 100 = Left
xmodmap -e keycode 102 = Right
#Volume
xmodmap -e keycode 165 = v
xmodmap -e keycode 158 = j
#Contrast/Brightness
xmodmap -e keycode 10 = 1
xmodmap -e keycode 11 = 2
xmodmap -e keycode 12 = 3
xmodmap -e keycode 13 = 4


---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Help writing plugin.

2005-02-11 Thread Ryan Roth
I've made a good deal more progress, thanks alot to Rande.  Its all 
working now except for I still have not figured out how to tuck things 
into sub menus.

Heres my current local_conf.py layout:
 begin config 
HA_ITEMS = [ (Living Room,(
   (Corner Light,(
   (On,command to run when On is selected from 
menu),
   (Off,command),
   (Dim,command)
   )),
   (Ceiling Fan,(
   (On,command),
   (Off,command)
   )),
   (TV,(
   (On,command),
   (Off,command)
   ))
   )),
(Bedroom,(
   (Ceiling Lights,(
   (On,command),
   (Off,command),
   (Dim,command)
   )),
   (Table Lamp,(
   (On,command),
   (Off,command),
   (Dim,command)
   ))
   )) ]

 end config 
and here is my automatedhouse.py code so far:
 begin code 
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):
   Item.__init__(self,parent)
   self.name = _( 'Home Automation' )
   def config(self):
   return [('HA_ITEMS',
[ (Living Room, Corner Light,On,Off,Dim),
  (Bedroom, Ceiling Lights,On,Off,Dim) ],
   Home automation items)]
   def actions(self):
   items = [(self.createMenu, _('Home Automation'))]
   return items
   def createMenu(self, arg=None, menuw=None):
   ha_menu_items=[]
   for room in config.HA_ITEMS:
   ha_menu_items+=[menu.MenuItem(room[0])]
   for device in room[1]:
   ha_menu_items+=[menu.MenuItem(device[0])]
   for control in device[1]:
   
ha_menu_items+=[menu.MenuItem(control[0],os.system(control[1]))]
   ha_menu=menu.Menu(Home Automation, ha_menu_items)
   menuw.pushmenu(ha_menu)
   menuw.refresh()

class PluginInterface(MainMenuPlugin):
   def items(self, parent):
   return [ HomeAutomationItem(parent) ]
 end code 



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595alloc_id=14396op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Mandrake rpm problem.

2005-02-11 Thread gislain wautriche
Hi,

I've installed mandrake's freevo package without problems
(freevo-1.5.1-2mdk) but if I try to upgrade to the cooker's 1.5.3 version I
get the message complaining about python-base missing, then if I pass over,
nothing happens : 

[EMAIL PROTECTED] root]# urpmq -r freevo
freevo-1.5.1-2mdk
[EMAIL PROTECTED] root]# urpmi freevo-1.5.3-1mdk.i586.rpm
Certains paquetages demandés ne peuvent pas être installés :
freevo-1.5.3-1mdk.i586 (car python-base[= 2.4]  est non satisfait)
continuer? (O/n) O
[EMAIL PROTECTED] root]#
[EMAIL PROTECTED] root]# urpmq -r freevo
freevo-1.5.1-2mdk

but python base is installed, and I can even run freevo 1.5.3 from a cvs dir
so what's up ???


Gis.

-- 
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.300 / Virus Database: 265.8.7 - Release Date: 10/02/2005
 



---
SF email is sponsored by - The IT Product Guide
Read honest  candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_ide95alloc_id396op=click
___
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users