Re: [Freevo-devel] [PLUGIN] proposed tiny_xosd.py : second try ;-)

2004-01-07 Thread Cyril Lacoux [Yack]
Le Mercredi 07 Janvier 2004 03:28, Rob Shortt a écrit : Hi, Cyril, there doesn't seem to be an obvious way to offset the message horizontally. For me the 'V' in Volume, and the left side of the bar are right against the left side of my screen because of the overscan. I added handling of

[Freevo-devel] Re: Rendezvous

2004-01-07 Thread Dirk Meyer
Aubin Paul wrote: On Tue, Jan 06, 2004 at 08:36:59PM +0100, Dirk Meyer wrote: This is only for one plugin (and a bad hack). What about making something like plugin.register('whaterver', type='webserver') Than web and recorderserver call plugin.init(). If the following stuff: That seems

[Freevo-devel] Re: [PLUGIN] Mailreader (and a new theme)

2004-01-07 Thread Dirk Meyer
Viggo Fredriksen wrote: On a sidenote - one of the things nagging me while I was doing the skin, and the detachbar, was the lacking possibility to skin stuff like the idlebar, detachbar and popups. Not that I know how to fix this, but I think the gui could benefit greatly from this. Ex. I

[Freevo-devel] Re: [PLUGIN] Mailreader (and a new theme)

2004-01-07 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Yes, it's a problem. I'm far from freevo dev since October-2003, but from the mails I'd read, Dischi said something about plugins registering XML parsers, if it comes to be true, so you can define your own preferences to use in your plugin, like the color,

AW: [Freevo-devel] Re: [PLUGIN] Mailreader (and a new theme)

2004-01-07 Thread Jan Grewe
Hi, I've tested your plugin, first with mbox which didn't work, i get a new main-menu item unknown which tells me only Directory is empty when i select it, so i've checked pop3 which worked sortof after adding MAIL_SSL=0 to my conf. When selecting the menu-item i get a sub-item default and

AW: [Freevo-devel] Re: [PLUGIN] Mailreader (and a new theme)

2004-01-07 Thread Jan Grewe
Sorry, forgot to include the trace: Traceback (most recent call last): File /usr/lib/python2.2/site-packages/freevo/main.py, line 453, in ? app.eventhandler(event) File /usr/lib/python2.2/site-packages/freevo/menu.py, line 555, in eventhandler action( arg=arg, menuw=self ) File

[Freevo-devel] Re: better osd

2004-01-07 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Aubin Paul wrote: Makes sense to me... Dischi's _debug_ command is a good example of how we could do it. On Mon, Jan 05, 2004 at 08:03:12PM -0500, Michael Ruelle wrote: Ok i can see that. Maybe add a severity

[Freevo-devel] Re: Encodingserver - I didn't start yet but...

2004-01-07 Thread Dirk Meyer
den_RDC wrote: Comments? About the chdir in child problem: take a look at videothumb.py in src/util cvs version of freevo. This may help you. Dischi -- printk(autofs: Out of inode numbers -- what the heck did you do??\n); 2.0.38 /usr/src/linux/fs/autofs/root.c

Re: [Freevo-devel] [PATCH] Support of zipped ROMS in Games

2004-01-07 Thread Matthieu Weber
On Thu 18.12.2003 at 11:17:59AM +0200, Matthieu Weber wrote: Here is a patch for supporting Genesis and SNES zipped roms in the games module. It simply unzips the ROM to /tmp and passes the uncompressed file to snesitem and genesisitem for title detection. zipped_rom.py is a new file, used

Re: [Freevo-devel] [PATCH] Support of zipped ROMS in Games

2004-01-07 Thread Michael Ruelle
I don't see anything obviously wrong but haven't had time lately to look at it. I will put it on my TODO for the weekend. Sorry for the delay, -- Mike Ruelle [EMAIL PROTECTED] http://world.std.com/~mruelle/ On Wed, 2004-01-07 at 10:07, Matthieu Weber wrote: On Thu 18.12.2003 at 11:17:59AM

[Freevo-cvslog] freevo/src/video videoitem.py,1.112,1.113

2004-01-07 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/video In directory sc8-pr-cvs1:/tmp/cvs-serv29112 Modified Files: videoitem.py Log Message: make screensaver videos not blowup Index: videoitem.py === RCS file:

Re: [Freevo-devel] Re: better osd

2004-01-07 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: --- Dirk Meyer [EMAIL PROTECTED] escreveu: Aubin Paul wrote: Makes sense to me... Dischi's _debug_ command is a good example of how we could do it. On Mon, Jan 05, 2004 at 08:03:12PM -0500, Michael

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.5,1.6

2004-01-07 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv5596 Modified Files: freevoscreensaver.py Log Message: Well it worked sorta. I can now use videos as screen savers. gotta figure out a mute and we can't seem to set the mplayer options in the

Re: [Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.5,1.6

2004-01-07 Thread Dirk Meyer
[EMAIL PROTECTED] wrote: Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv5596 Modified Files: freevoscreensaver.py Log Message: Well it worked sorta. I can now use videos as screen savers. gotta figure out a mute and we can't seem to set the

[Freevo-devel] Re: better osd

2004-01-07 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: Maybe it's better OSD (tinyosd) to call the running object to display it. I mean, if it's in Menu, ask it to display the message. If it's in MPlayer Music Player, ask it. If in MPlayer video player, ask it, ... The question is: what is the running object?

[Freevo-cvslog] freevo/src/util Rendezvous.py,NONE,1.1

2004-01-07 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv10582/util Added Files: Rendezvous.py Log Message: move Rendezvous.py to util --- NEW FILE: Rendezvous.py --- Multicast DNS Service Discovery for Python, v0.10 Copyright (C) 2003, Paul Scott-Murphy

[Freevo-cvslog] freevo/src/plugins freevo-rendezvous.py,1.1,1.2 Rendezvous.py,1.1,NONE

2004-01-07 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv10582/plugins Modified Files: freevo-rendezvous.py Removed Files: Rendezvous.py Log Message: move Rendezvous.py to util Index: freevo-rendezvous.py

[Freevo-cvslog] freevo/src item.py,1.43,1.44

2004-01-07 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv12155 Modified Files: item.py Log Message: respect overlay files and create dir if needed Index: item.py === RCS file:

[Freevo-cvslog] freevo/src main.py,1.102,1.103

2004-01-07 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv12585 Modified Files: main.py Log Message: add mmpython warning Index: main.py === RCS file: /cvsroot/freevo/freevo/src/main.py,v retrieving

Re: [Freevo-devel] Re: better osd

2004-01-07 Thread Aubin Paul
On Wed, Jan 07, 2004 at 02:12:06PM -0400, Rob Shortt wrote: I think this is good, but only for tiny_osd, because it can't display over other apps (mplayer/xine/tvtime). So, if it is the osd plugin's responsability to send the message to the running object it will also make it better for

[Freevo-cvslog] freevo/src directory.py,1.88,1.89

2004-01-07 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv13365 Modified Files: directory.py Log Message: remove update info on build Index: directory.py === RCS file:

Re: [Freevo-devel] Re: better osd

2004-01-07 Thread Michael Ruelle
On Wed, 2004-01-07 at 13:16, Aubin Paul wrote: On Wed, Jan 07, 2004 at 02:12:06PM -0400, Rob Shortt wrote: I think this is good, but only for tiny_osd, because it can't display over other apps (mplayer/xine/tvtime). So, if it is the osd plugin's responsability to send the message to the

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.6,1.7

2004-01-07 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv15287 Modified Files: freevoscreensaver.py Log Message: now no sound and loop go through the play arg methodi for movies Index: freevoscreensaver.py

Re: [Freevo-devel] Re: better osd

2004-01-07 Thread Rob Shortt
Aubin Paul wrote: On Wed, Jan 07, 2004 at 02:12:06PM -0400, Rob Shortt wrote: I think this is good, but only for tiny_osd, because it can't display over other apps (mplayer/xine/tvtime). So, if it is the osd plugin's responsability to send the message to the running object it will also make

Re: [Freevo-devel] Re: better osd

2004-01-07 Thread Gustavo Sverzut Barbieri
--- Dirk Meyer [EMAIL PROTECTED] escreveu: Gustavo Sverzut Barbieri wrote: Maybe it's better OSD (tinyosd) to call the running object to display it. I mean, if it's in Menu, ask it to display the message. If it's in MPlayer Music Player, ask it. If in MPlayer video player, ask it, ...

[Freevo-devel] idlebar.system.sensors crashes

2004-01-07 Thread Georg Knzel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello developers, I have a problem with the lm_sensor plugin. My system: FreeVo 1.4.1 runtime 0.3.1 SuSE 8.2 sensors-2.7.0-15 lm_sensor is running, for output of command sensors see end of this mail. If I activate the plugin with:

[Freevo-devel] xine problem

2004-01-07 Thread Georg Knzel
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello developers, I have posted this problem on freevo-users on 02. Jan., but nobody was able to help. Hopefully you can help me ! I have a strange problem with xine. If I try to play a DVD, xine starts but the dvd isn't playing automatically. I can

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.7,1.8

2004-01-07 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv31871 Modified Files: freevoscreensaver.py Log Message: close to done. now for some stress testing Index: freevoscreensaver.py === RCS file:

Re: [Freevo-devel] Re: better osd

2004-01-07 Thread Aubin Paul
On Wed, Jan 07, 2004 at 02:37:33PM -0400, Rob Shortt wrote: Yes, but isn't this using tvtime's and mplayer's own OSD capabilities, and not tiny_osd? For the osd's capable of doing this themselves we don't need the app to handle it and those apps that don't have an osd interface will still

[Freevo-devel] FXD for Recordings?

2004-01-07 Thread Aubin Paul
Should we perhaps think about writing FXD files for recorded shows? Obviously some of the information is slightly different, but it would be nice to take advantage of the info displays to show more about recorded shows... i.e. tagline = subtitle of program plot = description year = airdate

[Freevo-cvslog] freevo freevo,1.100,1.101

2004-01-07 Thread dischi
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv29869 Modified Files: freevo Log Message: replace the shell script with a nice python version Index: freevo === RCS file:

[Freevo-devel] Non ascii characters are stripped from names of recorded shows.

2004-01-07 Thread Alex Polite
Hi. I've noticed that non ascii characters are stripped from names of recorded shows. Is this intentional or a bug? alex -- Alex Polite http://plusseven.com/whoami --- This SF.net email is sponsored by: Perforce Software. Perforce is the

[Freevo-devel] Feature request program description in media library

2004-01-07 Thread Alex Polite
I think it would be nice if the program description (saved as a separate file name showname.desc or whatever) was available next to recorded shows in the media library. alex -- Alex Polite http://plusseven.com/whoami --- This SF.net email is

Re: [Freevo-devel] [PATCH] Support of zipped ROMS in Games

2004-01-07 Thread Matthieu Weber
On Wed 07.01.2004 at 11:11:10AM -0500, Michael Ruelle wrote: I don't see anything obviously wrong but haven't had time lately to look at it. I will put it on my TODO for the weekend. Sorry for the delay, No problem. Sorry for complaining :( Matthieu -- (~._.~)Matthieu Weber -