Re: [Freevo-devel] Website

2003-05-29 Thread Aubin Paul
On Thu, May 29, 2003 at 11:18:58AM +0200, Dirk Meyer wrote: > Aubin, I like your new website. We should make this our new one. You > should have the permissions to copy the website to sf.net, but maybe > some files belong to Krister or me and you don't have write access on > the file. I have done a

[Freevo-devel] Re: new event code breaks lirc

2003-05-29 Thread Aubin Paul
Is the code I suggested ok to do what you wanted? On Thu, May 29, 2003 at 11:01:27AM +0200, Dirk Meyer wrote: > Aubin Paul wrote: > > Unless Dischi has objections, I'll make the change to do something > > like: > > > > --- > > > > if not (e == self.key_event_mapper(code)): > > e = self.key_eve

[Freevo-cvslog] freevo/src/tv v4l2.py,1.1,1.2

2003-05-29 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv31449 Modified Files: v4l2.py Log Message: Make sure we close the device when done. Index: v4l2.py === RCS file: /cvsroot/freevo/freevo/src/tv/v4

[Freevo-cvslog] freevo/src/tv/plugins ivtv_record.py,1.1,1.2

2003-05-29 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv31449/plugins Modified Files: ivtv_record.py Log Message: Make sure we close the device when done. Index: ivtv_record.py === RCS file: /c

[Freevo-cvslog] freevo/src/www/htdocs index.rpy,1.4,1.5

2003-05-29 Thread rshortt
Update of /cvsroot/freevo/freevo/src/www/htdocs In directory sc8-pr-cvs1:/tmp/cvs-serv22091 Modified Files: index.rpy Log Message: Applied a patch by Mike Ruelle that adds info about disk free, scheduled recordings, and shows the time. Index: index.rpy =

[Freevo-cvslog] freevo freevo_config.py,1.186,1.187

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv15378 Modified Files: freevo_config.py Log Message: add some doc Index: freevo_config.py === RCS file: /cvsroot/freevo/freevo/freevo_config.py,v retrievi

[Freevo-devel] Re: Developing with Freevo

2003-05-29 Thread Dirk Meyer
"Michael Ditze" wrote: > Hi there, > > I am basically a newbie to freevo and want to start developing. What I > would like to do is to add a button to one of the menus and call a > script once the button is pressed. I read the documentation and browsed > the program files but could not find a hint

[Freevo-cvslog] freevo freevo_config.py,1.185,1.186

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv12625 Modified Files: freevo_config.py Log Message: import * from event Index: freevo_config.py === RCS file: /cvsroot/freevo/freevo/freevo_config.py,v r

[Freevo-devel] Website

2003-05-29 Thread Dirk Meyer
Hi, Aubin, I like your new website. We should make this our new one. You should have the permissions to copy the website to sf.net, but maybe some files belong to Krister or me and you don't have write access on the file. I have done a chmod g+w, it should be no problem for you to override my file

[Freevo-cvslog] freevo/src/plugins rom_drives.py,1.8,1.9

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv5979/src/plugins Modified Files: rom_drives.py Log Message: small fix again Index: rom_drives.py === RCS file: /cvsroot/freevo/freevo/src/plu

[Freevo-devel] Re: new event code breaks lirc

2003-05-29 Thread Dirk Meyer
Aubin Paul wrote: > Unless Dischi has objections, I'll make the change to do something > like: > > --- > > if not (e == self.key_event_mapper(code)): > e = self.key_event_mapper(osd._cb) > Do it. Sorry, I only tested keyboard. Dischi -- Universe.SYS corrupted. Reboot? [Y/N] -

[Freevo-devel] Movie directory

2003-05-29 Thread Petri Damstén
Hi, Most of my folders in movie folder contain only one movie. One movie can have many files though (cd1.mpg, cd2.mpg, cdx.sub, movie.nfo, movie.fxd, movie.jpg, ...) so saving it to it's own folder is more convenient. But since it's only one movie it could be one shown as VideoItem (and not as

[Freevo-cvslog] freevo/src event.py,1.4,1.5

2003-05-29 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv12478 Modified Files: event.py Log Message: Fix seeking in video too... Index: event.py === RCS file: /cvsroot/freevo/freevo/src/event.py,v retrievi

Re: [Freevo-devel] new event code breaks lirc

2003-05-29 Thread Aubin Paul
Unless Dischi has objections, I'll make the change to do something like: --- if not (e == self.key_event_mapper(code)): e = self.key_event_mapper(osd._cb) --- Aubin On Wed, May 28, 2003 at 10:51:23PM +0200, Robert Winder wrote: > Wednesday, May 28, 2003, 9:51:36 PM, Aubin wrote: > >

Re: [Freevo-devel] timeshift plugin

2003-05-29 Thread Rob Shortt
The timeshift.py now lives in src/tv/plugins/, freq.py and v4l2.py are in src/tv. I have committed a plugin for recording with ivtv based cards, it is in src/tv/plugins/, and I have begun (nothing in it yet) a class for ivtv bindings that extends the Videodev class in v4l2.py. It will have me

[Freevo-cvslog] freevo record_config.py,1.3,1.4

2003-05-29 Thread rshortt
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv32294 Modified Files: record_config.py Log Message: Plugin to record using an ivtv (PVR-250/350) based capture card. Index: record_config.py === RCS fil

[Freevo-cvslog] freevo/src/tv/plugins ivtv_record.py,NONE,1.1

2003-05-29 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv32294/src/tv/plugins Added Files: ivtv_record.py Log Message: Plugin to record using an ivtv (PVR-250/350) based capture card. --- NEW FILE: ivtv_record.py --- #if 0 /* # -

[Freevo-cvslog] freevo/src/tv freq.py,NONE,1.1 v4l2.py,NONE,1.1

2003-05-29 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv In directory sc8-pr-cvs1:/tmp/cvs-serv7413 Added Files: freq.py v4l2.py Log Message: V4L device control by Thomas Schueppel. --- NEW FILE: freq.py --- #if 0 /* # --- # freq.py - V

[Freevo-cvslog] freevo/src/tv/plugins timeshift.py,NONE,1.1

2003-05-29 Thread rshortt
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv7209 Added Files: timeshift.py Log Message: Timeshift plugin by Thomas Schueppel. Still WIP. --- NEW FILE: timeshift.py --- #if 0 /* # -

[Freevo-cvslog] freevo/Docs CREDITS,1.21,1.22

2003-05-29 Thread rshortt
Update of /cvsroot/freevo/freevo/Docs In directory sc8-pr-cvs1:/tmp/cvs-serv5317 Modified Files: CREDITS Log Message: Adding Thomas Schueppel and Michael Ruelle. Index: CREDITS === RCS file: /cvsroot/freevo/freevo/Docs/CRED

Re: [Freevo-devel] new event code breaks lirc

2003-05-29 Thread Robert Winder
Wednesday, May 28, 2003, 9:51:36 PM, Aubin wrote: > Hi Dischi, > I don't know if I'm the only one seeing this, but upon updating and > restarting freevo, all my remote keypresses were being ignored, so I > looked in the rc.poll() > And this is what I saw: > e = self.key_event_mapper(osd._cb) >

[Freevo-cvslog] freevo/src event.py,1.3,1.4

2003-05-29 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv17414 Modified Files: event.py Log Message: REW/FFWD were reversed (REW was going forward, FFWD was going backwards) Index: event.py === RCS file: /

[Freevo-devel] new event code breaks lirc

2003-05-29 Thread Aubin Paul
Hi Dischi, I don't know if I'm the only one seeing this, but upon updating and restarting freevo, all my remote keypresses were being ignored, so I looked in the rc.poll() And this is what I saw: e = self.key_event_mapper(osd._cb) but I had to change it to: e = self.key_event_mapper(code) oth

[Freevo-cvslog] freevo/src/plugins idlebar.py,1.8,1.9

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv7282/src/plugins Modified Files: idlebar.py Log Message: pass object to draw to all sub-plugins Index: idlebar.py === RCS file: /cvsroot/free

[Freevo-devel] Re: [PLUGIN] simple diskfree plugin

2003-05-29 Thread Dirk Meyer
den_RDC wrote: > Well, i created my first plugin for freevo, a simple diskfree plugin. > Hopefully somebody will find it usefull. A picture explains more than a > thousand words, so check this > http://dancevision.blub.be/privboot/df-plugin.jpg . > It can be put in audio/plugins, video/plugins a

[Freevo-cvslog] freevo/src/plugins df.py,1.1,1.2

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv32568/src/plugins Modified Files: df.py Log Message: moved freespace and totalspace from df.py to util.py Index: df.py === RCS file: /cvsroot

[Freevo-cvslog] freevo/src util.py,1.26,1.27

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv32568/src Modified Files: util.py Log Message: moved freespace and totalspace from df.py to util.py Index: util.py === RCS file: /cvsroot/freevo/free

[Freevo-cvslog] freevo/src event.py,1.2,1.3

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv30901 Modified Files: event.py Log Message: fixed mixer button names Index: event.py === RCS file: /cvsroot/freevo/freevo/src/event.py,v retrieving r

[Freevo-cvslog] freevo/src/plugins df.py,NONE,1.1

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv29244 Added Files: df.py Log Message: added df item plugin for directories from den_RDC --- NEW FILE: df.py --- #if 0 /* # --- # df.py -

[Freevo-cvslog] freevo/src/plugins idlebar.py,1.7,1.8

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv24138/src/plugins Modified Files: idlebar.py Log Message: make the weather zone a parameter Index: idlebar.py === RCS file: /cvsroot/freevo/f

[Freevo-cvslog] freevo/src childapp.py,1.9,1.10

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv20201/src Modified Files: childapp.py Log Message: fixed bug when child is dead Index: childapp.py === RCS file: /cvsroot/freevo/freevo/src/childapp.

Re: [Freevo-devel] New event on tvguide

2003-05-29 Thread Rob Shortt
FABRE Sylvain wrote: OK, great, i have seen the pictures in the thumnails list and this is what i am waiting for !!! For which release is it planned ?? It will be in CVS once I get off my behind and fix up some small isues. ;) We'll see how things go tonight after work. -Rob --

Re: [Freevo-devel] New event on tvguide

2003-05-29 Thread FABRE Sylvain
OK, great, i have seen the pictures in the thumnails list and this is what i am waiting for !!! For which release is it planned ?? > Aubin Paul wrote: >> Speaking of popups, do we want to come up with a scheme to put the >> "notification" icons into the skins the same way the left/right etc. >> ar

Re: [Freevo-devel] New event on tvguide

2003-05-29 Thread Rob Shortt
Aubin Paul wrote: Speaking of popups, do we want to come up with a scheme to put the "notification" icons into the skins the same way the left/right etc. arrows work? I'm always reluctant to modify the xml parser, but I have icons for the following (in CVS) skins/images/popup: popup_warn.png popup_

Re: [Freevo-devel] New event on tvguide

2003-05-29 Thread Alan Murrell
Hey Rob http://ettin.danicar.net/freevo/prog_actions_Med.jpg.0.html > ? :) I am *very* impressed, and cannot wait for this to make it into the main Freevo branch. I recently got digital cable, and love a lot of the features of the program guide, such as searching for programs, and setting them u

[Freevo-cvslog] freevo/src/video mplayer.py,1.40,1.41

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src/video In directory sc8-pr-cvs1:/tmp/cvs-serv6897/video Modified Files: mplayer.py Log Message: fixed seeking bug Index: mplayer.py === RCS file: /cvsroot/freevo/freevo/src/video/mplayer.p

[Freevo-cvslog] freevo/src/audio/plugins mplayer.py,1.7,1.8

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv6897/audio/plugins Modified Files: mplayer.py Log Message: fixed seeking bug Index: mplayer.py === RCS file: /cvsroot/freevo/freevo/src

[Freevo-cvslog] freevo/src/video mplayer.py,1.39,1.40

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src/video In directory sc8-pr-cvs1:/tmp/cvs-serv21820 Modified Files: mplayer.py Log Message: reactivated seeking by first pressing 0 Index: mplayer.py === RCS file: /cvsroot/freevo/freevo/sr

[Freevo-cvslog] freevo/src/plugins rom_drives.py,1.7,1.8

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv27441 Modified Files: rom_drives.py Log Message: small bugfix Index: rom_drives.py === RCS file: /cvsroot/freevo/freevo/src/plugins/rom_drive

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

2003-05-29 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 194.196.100.116: http://freevo.sourceforge.net/cgi-bin/moin.cgi/UserInterfaceIdeas ---

[Freevo-cvslog] freevo/src event.py,1.1,1.2 main.py,1.43,1.44

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv21466/src Modified Files: event.py main.py Log Message: improved event handling Index: event.py === RCS file: /cvsroot/freevo/freevo/src/event.py,v r

[Freevo-cvslog] freevo/src/image viewer.py,1.23,1.24

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src/image In directory sc8-pr-cvs1:/tmp/cvs-serv22351 Modified Files: viewer.py Log Message: small bugfixes Index: viewer.py === RCS file: /cvsroot/freevo/freevo/src/image/viewer.py,v retriev

[Freevo-cvslog] freevo/src/audio/plugins detach.py,1.3,1.4 mplayer.py,1.6,1.7

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv22142 Modified Files: detach.py mplayer.py Log Message: ported detach plugin to new event model and other small fixes Index: detach.py

[Freevo-cvslog] freevo freevo_config.py,1.184,1.185

2003-05-29 Thread dischi
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv21466 Modified Files: freevo_config.py Log Message: improved event handling Index: freevo_config.py === RCS file: /cvsroot/freevo/freevo/freevo_config.py

Re: [Freevo-devel] New event on tvguide

2003-05-29 Thread Aubin Paul
On Wed, May 28, 2003 at 08:19:42AM -0300, Rob Shortt wrote: > I have made a new class for each new popup. They will be residing in > the src/tv directory. I am not sure if this could be hooked in by using > a plugin or not, I just added another event in tvguide.py. Speaking of popups, do we wa

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

2003-05-29 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 62.24.67.247: http://freevo.sourceforge.net/cgi-bin/moin.cgi/HelpContents