[Freevo-cvslog] freevo/src childapp.py,1.47,1.48

2003-12-14 Thread outlyer
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv4361 Modified Files: childapp.py Log Message: Make this clear; we are using stop_osd to figure out if we're playing video or not. It's got nothing to do with stopping the actual OSD :) Index: childapp.py

[Freevo-cvslog] freevo/src/image __init__.py,1.10,1.11

2003-12-14 Thread outlyer
Update of /cvsroot/freevo/freevo/src/image In directory sc8-pr-cvs1:/tmp/cvs-serv6476 Modified Files: __init__.py Log Message: Fix the example XML Index: __init__.py === RCS file:

[Freevo-cvslog] freevo/src/image __init__.py,1.11,1.12

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src/image In directory sc8-pr-cvs1:/tmp/cvs-serv29454 Modified Files: __init__.py Log Message: allow slideshows with relative path, fix background music Index: __init__.py === RCS file:

[Freevo-cvslog] freevo/src playlist.py,1.42,1.43

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv29297 Modified Files: playlist.py Log Message: allow fxd playlists with relative path Index: playlist.py === RCS file:

[Freevo-cvslog] freevo/src/audio/plugins mplayer.py,1.29,1.30 xine.py,1.11,1.12

2003-12-14 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv3134 Modified Files: mplayer.py xine.py Log Message: Since ChildApp2 defaults to stopping the OSD, stop_osd=0 needs to be defined here or the audio player will try to stop the display and then try to

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

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv10622/src/plugins Modified Files: shoppingcart.py Log Message: o use os.system to move because Python 2.2.3 has no shutil.move o add menu shortcuts o add support to add directories to the cart Index:

[Freevo-devel] Supermount patch for freevo 1.4

2003-12-14 Thread pubz
Here come another patch :o) In some cases supermount is not set in /etc/fstab like your regexp tries to match. My fstab look like : none/mnt/cdromsupermount fs=udf:iso9660,dev=/dev/dvd,--,nosuid,iocharset=iso8859-15,ro,nodev 0 0 none/mnt/cdrom2supermount

[Freevo-devel] Freevo 1.4 under a proper RPM format

2003-12-14 Thread pubz
I've worked quite hard theses few days to make a proper rpm of freevo 1.4 with some patches I gave on this ML. This rpm is not using the freevo-runtime but the packages you've installed on your system. I'll published my packages tomorrow for MandrakeLinux Cooker and I'll make some for 9.2.

[Freevo-cvslog] freevo/src config.py,1.79,1.80

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv18557 Modified Files: config.py Log Message: supermount patch for mandrake Index: config.py === RCS file: /cvsroot/freevo/freevo/src/config.py,v

[Freevo-devel] Re: Supermount patch for freevo 1.4

2003-12-14 Thread Dirk Meyer
pubz wrote: Here come another patch :o) In some cases supermount is not set in /etc/fstab like your regexp tries to match. My fstab look like : none/mnt/cdromsupermount fs=udf:iso9660,dev=/dev/dvd,--,nosuid,iocharset=iso8859-15,ro,nodev 0 0 none/mnt/cdrom2supermount

[Freevo-devel] Re: Freevo 1.4 under a proper RPM format

2003-12-14 Thread Dirk Meyer
pubz wrote: I've worked quite hard theses few days to make a proper rpm of freevo 1.4 with some patches I gave on this ML. This rpm is not using the freevo-runtime but the packages you've installed on your system. Great. I'll published my packages tomorrow for MandrakeLinux Cooker and

[Freevo-devel] A better detection for cdrom drives with supermount (Freevo 1.4.x)

2003-12-14 Thread pubz
The current supermount system is trying for find a device called cdrom, I think that searching the pattern cd is more accurate. In that case, /dev/cdrom /dev/scdx (scsi drives or ide-scsi devices) are detected ! That usually the case with IDE CD burners real scsi cdrom drives.* I'm thinking

Re: [Freevo-devel] Re: Freevo 1.4 under a proper RPM format

2003-12-14 Thread [EMAIL PROTECTED]
Dirk Meyer wrote: pubz wrote: I've worked quite hard theses few days to make a proper rpm of freevo 1.4 with some patches I gave on this ML. This rpm is not using the freevo-runtime but the packages you've installed on your system. Great. I'll published my packages tomorrow for

Re: [Freevo-devel] Re: Freevo 1.4 under a proper RPM format

2003-12-14 Thread pubz
Hi thac, I have already released freevo-1.4.0 rpms for Mandrake 9.2 a week ago its available at http://rpm.nyvalls.se/graphics9.2.html I will update them to 1.4.1 today I know your great job and my RPM are based on yours (see my changelog) :o) But I've made everything for matching the

[Freevo-devel] Freevo Icons

2003-12-14 Thread pubz
I was looking for freevo icons 16x16, 32x32, 48x48 for finishing my rpm but I didn't find them. Does some exists ? --- This SF.net email is sponsored by: SF.net Giveback Program. Does SourceForge.net help you be more productive? Does it help

[Freevo-cvslog] freevo/src/skins/main area.py,1.20,1.21

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv6509 Modified Files: area.py Log Message: move SkinObjects to screen.py Index: area.py === RCS file:

[Freevo-cvslog] freevo/src/skins/main screen.py,1.3,1.4

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv6743 Modified Files: screen.py Log Message: speed up drawing when drawing over images (splashscreen is 120% faster) Index: screen.py ===

[Freevo-cvslog] freevo/src menu.py,1.72,1.73

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv8124 Modified Files: menu.py Log Message: call actions() only once Index: menu.py === RCS file: /cvsroot/freevo/freevo/src/menu.py,v retrieving

[Freevo-cvslog] freevo/src config.py,1.80,1.81

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv8297 Modified Files: config.py Log Message: second supermount patch for mandrake Index: config.py === RCS file:

[Freevo-cvslog] freevo/src rc.py,1.27,1.28

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv10767 Modified Files: rc.py Log Message: cleanup Index: rc.py === RCS file: /cvsroot/freevo/freevo/src/rc.py,v retrieving revision 1.27 retrieving

[Freevo-cvslog] freevo/src event.py,1.33,1.34

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv11260 Modified Files: event.py Log Message: cleanup Index: event.py === RCS file: /cvsroot/freevo/freevo/src/event.py,v retrieving revision 1.33

Re: [Freevo-devel] mplayer feature worth looking at :)

2003-12-14 Thread Torben Janssen
Aubin Paul wrote: The newer (pre3 at the least) versions of mplayer have a command osd_show_text in the slave mode... for example: osd_show_text New Mail Arrived! would show New Mail Arrived! in the top corner of the screen. I don't have any plans to use it for new mail :) but it might be nice

[Freevo-cvslog] freevo/src/skins/main area.py,1.21,1.22 info_area.py,1.7,1.8 listing_area.py,1.14,1.15 main.py,1.26,1.27 screen.py,1.4,1.5 tvlisting_area.py,1.13,1.14 xml_skin.py,1.21,1.22

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv13881 Modified Files: area.py info_area.py listing_area.py main.py screen.py tvlisting_area.py xml_skin.py Log Message: Change TRUE and FALSE to True and False; vfs fixes Index: area.py

[Freevo-cvslog] freevo/src/image viewer.py,1.37,1.38

2003-12-14 Thread dischi
Update of /cvsroot/freevo/freevo/src/image In directory sc8-pr-cvs1:/tmp/cvs-serv14965 Modified Files: viewer.py Log Message: cleanup Index: viewer.py === RCS file: /cvsroot/freevo/freevo/src/image/viewer.py,v retrieving

[Freevo-devel] [PATCH] Detachbar addon for detach.py

2003-12-14 Thread Viggo Fredriksen
Hi! As previously mentioned I was working on a bar to show information when detaching the player.py. There were some cvs-changes in detach.py and player.py a couple of days ago, and I therefore had to do some changes in both to make this thing work. It now uses some voodoo-mix of eventhandling

[Freevo-wikilog] [Freevo Wiki] Update of Dxr3Page

2003-12-14 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 68.44.113.145: http://freevo.sourceforge.net/cgi-bin/moin.cgi/Dxr3Page

AW: [Freevo-devel] mplayer feature worth looking at :)

2003-12-14 Thread Jan Grewe
I WANT THAT, ALL OF IT! ;-) ...is that okay for feedback? It would be cool if you could switch between the displayed infos, like when you think damn, who was that actor again? - you don't have to exit the film to look it up, just display the imdb info! That would be great! I love that idea.

[Freevo-devel] Freevo still does a hardkill on my mplayer...

2003-12-14 Thread den_RDC
I already nagged about this on irct, but i have collected some log output. The problem is the following : Freevo (1.4) kill's mplayer (with dfbmga) always the hard way when playing video. Playing audio files doesn't show any problem. I investigated this and made the following observations. -

Re: [Freevo-devel] mplayer feature worth looking at :)

2003-12-14 Thread Aubin Paul
There's no reason why you couldn't do it; we could define the number keys for different functions (i.e. '1' for IMDB, '2' for clock, '3' for something else, etc.) I'll see about adding the bookmark notification though. On Sun, Dec 14, 2003 at 10:57:51PM +0100, Jan Grewe wrote: I WANT THAT, ALL

[Freevo-devel] Re: plugin data

2003-12-14 Thread Aubin Paul
On Sat, Dec 13, 2003 at 08:27:19PM +0100, Dirk Meyer wrote: My idea would be something that stores metainfos about a file. This informations include the mmpython infos + some stuff Freevo wants to save (bookmarks, play times, etc.) That's the same thing I'm thinking of... kind of like a basic

Re: [Freevo-devel] mplayer feature worth looking at :)

2003-12-14 Thread Aubin Paul
Hopefully Dischi will read this email, because the main issue is how to send commands to the mplayer plugin. Currently, I don't know how to call function in the mplayer plugin from another plugin, which is what we'd have to do for the bookmarking to talk back. Aubin On Sun, Dec 14, 2003 at

Re: [Freevo-devel] mplayer feature worth looking at :)

2003-12-14 Thread Michael Ruelle
I think you can look at how we get the mixer plugin by name and since the video plugins can be called the same way you can access it's internal thread or app class whichever it uses and grab that. plugin.getbyname(plugin.VIDEO_PLAYER).app.write('osd_show_text New Mail Arrived!') Mike On Sun,

[Freevo-cvslog] freevo/src/audio player.py,1.14,1.15

2003-12-14 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio In directory sc8-pr-cvs1:/tmp/cvs-serv29255/src/audio Modified Files: player.py Log Message: Added Viggo Fredriksen's very cool detachbar plugin... it shows a mini-player in the bottom corner of the screen if you detach a music player. Index:

[Freevo-cvslog] freevo/src/audio/plugins detachbar.py,NONE,1.1 detach.py,1.10,1.11

2003-12-14 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv29255/src/audio/plugins Modified Files: detach.py Added Files: detachbar.py Log Message: Added Viggo Fredriksen's very cool detachbar plugin... it shows a mini-player in the bottom corner

[Freevo-cvslog] freevo/share/skins/main blue.fxd,1.19,1.20

2003-12-14 Thread outlyer
Update of /cvsroot/freevo/freevo/share/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv29255/share/skins/main Modified Files: blue.fxd Log Message: Added Viggo Fredriksen's very cool detachbar plugin... it shows a mini-player in the bottom corner of the screen if you detach a music

Re: [Freevo-devel] [PATCH] Detachbar addon for detach.

2003-12-14 Thread Aubin Paul
Hi Viggo, I've added your patch to CVS. Thanks for doing this, as this has been one of those nagging items on my personal wishlist that I didn't have time to do myself. Aubin On Sun, Dec 14, 2003 at 07:27:03PM +0100, Viggo Fredriksen wrote: Hi! As previously mentioned I was working on a bar to

[Freevo-cvslog] freevo/Docs/installation .cvsignore,NONE,1.1

2003-12-14 Thread outlyer
Update of /cvsroot/freevo/freevo/Docs/installation In directory sc8-pr-cvs1:/tmp/cvs-serv960/installation Added Files: .cvsignore Log Message: Ignore autogenerated documentation which won't be in CVS --- NEW FILE: .cvsignore --- html

[Freevo-cvslog] freevo/Docs/plugin_writing .cvsignore,NONE,1.1

2003-12-14 Thread outlyer
Update of /cvsroot/freevo/freevo/Docs/plugin_writing In directory sc8-pr-cvs1:/tmp/cvs-serv960/plugin_writing Added Files: .cvsignore Log Message: Ignore autogenerated documentation which won't be in CVS --- NEW FILE: .cvsignore --- html