Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.1,1.

2004-01-05 Thread Aubin Paul
Exactly... I would love to see Caller ID support, mind you, I don't actually have a modem or anything, but it's something that would sure be nice... On Tue, Jan 06, 2004 at 09:08:37AM +0800, Mick wrote: > Or new mail, doorbell ringing etc. from other plugins. > > On Tue, 2004-01-06 at 07:36, Aubi

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.1,1.

2004-01-05 Thread Aubin Paul
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 to the osd_message's and then we > can have things show/ignore it based on a threshhold. Things like dead

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

2004-01-05 Thread Aubin Paul
Looks nice... hopefully someone will commit something for popups with rounded borders :) On Tue, Jan 06, 2004 at 01:49:45AM +0100, Viggo Fredriksen wrote: > Hi. > > I've done some more work on my mailreader. > Most functions seems to be working OK on my > setup. > > A couple of screenshots avail

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

2004-01-05 Thread Mick
Looks good, skin looks sweet to. On Tue, 2004-01-06 at 08:49, Viggo Fredriksen wrote: > Hi. > > I've done some more work on my mailreader. > Most functions seems to be working OK on my > setup. > > A couple of screenshots avail: > http://www.matrise.net/~viggo/freevo/mail/ > > Since the respons

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.1,1.

2004-01-05 Thread Michael Ruelle
Ok i can see that. Maybe add a severity to the osd_message's and then we can have things show/ignore it based on a threshhold. Things like dead recordings, failed listings retrieval get a high priority but things like a failed weather lookup a low priority. Mike On Mon, 2004-01-05 at 18:36, Aubin

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.1,1.

2004-01-05 Thread Mick
Or new mail, doorbell ringing etc. from other plugins. On Tue, 2004-01-06 at 07:36, Aubin Paul wrote: > OSD_MESSAGE should only be to pass information to the user, my thought > would be say, if it was in screensaver and a recording failed or > something, the user could be informed. > > On Mon, Ja

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.26,1.27

2004-01-05 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv32391 Modified Files: tvtime.py Log Message: better osd message support Index: tvtime.py === RCS file: /cvsroot/freevo/freevo/src/tv/plugi

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

2004-01-05 Thread Viggo Fredriksen
Hi. I've done some more work on my mailreader. Most functions seems to be working OK on my setup. A couple of screenshots avail: http://www.matrise.net/~viggo/freevo/mail/ Since the response last time I posted it here was a little slow, I've just uploaded it to the Addons page. I also uploaded a n

[Freevo-cvslog] freevo/src/tv/plugins tvtime.py,1.25,1.26

2004-01-05 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv25760 Modified Files: tvtime.py Log Message: fix regex for version detect and start osd message support Index: tvtime.py === RCS file: /cv

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.1,1.

2004-01-05 Thread Aubin Paul
OSD_MESSAGE should only be to pass information to the user, my thought would be say, if it was in screensaver and a recording failed or something, the user could be informed. On Mon, Jan 05, 2004 at 04:32:06PM -0500, Michael Ruelle wrote: > OK i wasn't thinking about that. Maybe I should ignore th

Re: [Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.1,1.

2004-01-05 Thread Michael Ruelle
OK i wasn't thinking about that. Maybe I should ignore them in case they get used to pass data around b/t plugins. Right now them tend to happen when you do a keypress so they seem somewhat important but not as important as the keypress. And then add handling in later if people want to use them to

[Freevo-devel] Re: [Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.1,1.

2004-01-05 Thread Aubin Paul
It's up to you, but you may want to watch for OSD_MESSAGE events so information can be communicated if necessary. Right now, we don't send anything particularly important with OSD_MESSAGE's, but if every part of Freevo watched for them, it would certainly make it easy for people to write monitoring

[Freevo-cvslog] freevo/src/skins/main default_areas.py,1.4,1.5

2004-01-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv14331 Modified Files: default_areas.py Log Message: make it possible that menu itself has title and subtitle Index: default_areas.py === R

[Freevo-cvslog] freevo/WIP/Ruelle freevoscreensaver.py,1.1,1.2

2004-01-05 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv29573 Modified Files: freevoscreensaver.py Log Message: first two types done. now for looping videoitem and possible a looping image slideshow. Index: freevoscreensaver.py ==

[Freevo-cvslog] freevo/src/skins/main main.py,1.28,1.29 xml_skin.py,1.25,1.26

2004-01-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv4408 Modified Files: main.py xml_skin.py Log Message: support for extra fxd files for plugins Index: main.py === RCS file: /cvsroot/freevo

[Freevo-cvslog] freevo/src/util vfs.py,1.8,1.9

2004-01-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv32047 Modified Files: vfs.py Log Message: make overlay abspath before getting the dirname Index: vfs.py === RCS file: /cvsroot/freevo/freevo/src

[Freevo-cvslog] freevo/src/util fileops.py,1.11,1.12

2004-01-05 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv28395 Modified Files: fileops.py Log Message: change some vfs to os.path Index: fileops.py === RCS file: /cvsroot/freevo/freevo/src/util/fileops

[Freevo-cvslog] freevo/src config.py,1.86,1.87

2004-01-05 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv28298 Modified Files: config.py Log Message: also create parent dir Index: config.py === RCS file: /cvsroot/freevo/freevo/src/config.py,v retrieving

[Freevo-cvslog] freevo/src directory.py,1.86,1.87

2004-01-05 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv5824 Modified Files: directory.py Log Message: I am seeing OSErrors not IOErrors for this, so we can just watch for both Index: directory.py === RCS

[Freevo-wikilog] [Freevo Wiki] Update of "FrontPage"

2004-01-05 Thread freevo-wikilog
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Freevo Wiki" for change notification. The following page has been changed by 212.117.81.29: http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrontPage The comment on the change is: Restoring old version of the page after stup

[Freevo-devel] Re: [Freevo-wikilog] [Freevo Wiki] Update of "FrontPage"

2004-01-05 Thread Dirk Meyer
Hi, wir brauchen dringend mal die Option eine Änderung wieder rückgängig zu machen. Oder bessere Backup/Restore Lösungen für Admins. Dischi -- Work is the greatest thing in the world, so save some for tomorrow. --- This SF.net email is spon