[Freevo-devel] why my freevo.po for chinese(gb2312) can't work?

2004-01-02 Thread 郭军利
Title: 邮件 hi,     I am newbie here and using freevo1.4.1 .I try to translate freevo.po for chinese(gb2312),and   use kwrite to edit-- "Content-Type: text/plain; charset=gb2312\n",then   #msgfmt -o freevo.mo freevo.po   it is ok.and I'm sure that the font file is right. but when I run #./

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

2004-01-02 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 80.11.8.35: http://freevo.sourceforge.net/cgi-bin/moin.cgi/TipsAndTricks -

[Freevo-devel] Video Groups

2004-01-02 Thread Aubin Paul
It looks like this will need to be added to the documentation, as I didn't add these are updated Freevo from CVS and it started trying to from the IVTV input '0' instead of '4'... in fact, it would actively switch it... maybe we should have it not touch the input if one is not explicitly defined in

Re: [Freevo-devel] Re: [PLUGIN] Proposed osd plugin and ossmixer enhancement

2004-01-02 Thread Aubin Paul
To be honest, my C is probably worse than yours... and I found the XINE code particularly obtuse at least at initial glance... you or Dischi would likely have more luck then me :) On Fri, Jan 02, 2004 at 01:36:22PM -0400, Rob Shortt wrote: > Dirk Meyer wrote: > >Aubin Paul wrote: > > > >>As of rig

Re: [Freevo-devel] Re: [PLUGIN] Proposed osd plugin and ossmixer enhancement

2004-01-02 Thread Michael Ruelle
I can add something to the tvtime handler. It shouldn't be too hard. All i have to watch is for em.OSD_MESSAGE and then send the event.arg to that stdout function for tvtime? I will try this now. What currently sends osd message events? so i can know what to test with. Mike On Fri, 2004-01-02 at

Re: [Freevo-devel] Re: [PLUGIN] Proposed osd plugin and ossmixer enhancement

2004-01-02 Thread Cyril Lacoux [Yack]
Le Vendredi 02 Janvier 2004 15:09, Dirk Meyer a écrit : > Maybe that's not possible. But you could write a plugin based on Xosd > to replace tinyosd when the user uses X and has the libs > installed. The user than only needs to > > plugin.remove('tinyosd') > plugin.activate('xosd') Ok you're right

Re: [Freevo-devel] Re: [PLUGIN] Proposed osd plugin and ossmixer enhancement

2004-01-02 Thread Rob Shortt
Dirk Meyer wrote: Aubin Paul wrote: As of right now, the only application that I don't know about is XINE. Xine can't do that (O know, because I wrote the stdctl stuff in xine). But it shouldn't be too hard to add. I will try this weekend. One problem is that xine's stdctl maps one command to o

[Freevo-cvslog] freevo/WIP/Dischi TODO,1.32,1.33

2004-01-02 Thread dischi
Update of /cvsroot/freevo/freevo/WIP/Dischi In directory sc8-pr-cvs1:/tmp/cvs-serv8633 Modified Files: TODO Log Message: *** empty log message *** Index: TODO === RCS file: /cvsroot/freevo/freevo/WIP/Dischi/TODO,v retrieving

[Freevo-devel] Re: [PLUGIN] Proposed osd plugin and ossmixer enhancement

2004-01-02 Thread Dirk Meyer
Aubin Paul wrote: > As of right now, the only application that I don't know about is XINE. Xine can't do that (O know, because I wrote the stdctl stuff in xine). But it shouldn't be too hard to add. I will try this weekend. Dischi -- Diplomat: A man who always remembers a woman's birthday but

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

2004-01-02 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 80.254.190.247: http://freevo.sourceforge.net/cgi-bin/moin.cgi/FreevoRoadmap -

Re: [Freevo-devel] Re: [PLUGIN] Proposed osd plugin and ossmixer enhancement

2004-01-02 Thread Aubin Paul
On Fri, Jan 02, 2004 at 02:31:25PM +0100, Cyril Lacoux [Yack] wrote: > I'm talking about a way to drawing something on the screen (text, gauge ..) to > display sound settings in : > - freevo > - mplayer > - xine > - tvtime > - any application which freevo could starts > > I tried to use a mo

[Freevo-cvslog] freevo/src osd.py,1.115,1.116

2004-01-02 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv13653 Modified Files: osd.py Log Message: correct font outline drawing Index: osd.py === RCS file: /cvsroot/freevo/freevo/src/osd.py,v retrieving rev

[Freevo-cvslog] freevo/src/skins/main xml_skin.py,1.24,1.25

2004-01-02 Thread dischi
Update of /cvsroot/freevo/freevo/src/skins/main In directory sc8-pr-cvs1:/tmp/cvs-serv13680 Modified Files: xml_skin.py Log Message: add border to font.h Index: xml_skin.py === RCS file: /cvsroot/freevo/freevo/src/skins/main

[Freevo-cvslog] freevo/src/audio/plugins cdbackup.py,1.28,1.29

2004-01-02 Thread dischi
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv11962 Modified Files: cdbackup.py Log Message: send OSD_MESSAGE when ripping is complete Index: cdbackup.py === RCS file: /cvsroot/free

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

2004-01-02 Thread dischi
Update of /cvsroot/freevo/freevo/src/audio In directory sc8-pr-cvs1:/tmp/cvs-serv11532 Modified Files: audiodiskitem.py Log Message: bugfix to reflect latest changes Index: audiodiskitem.py === RCS file: /cvsroot/freevo/free

[Freevo-devel] Re: [PLUGIN] Proposed osd plugin and ossmixer enhancement

2004-01-02 Thread Dirk Meyer
"Cyril Lacoux [Yack]" wrote: > Le Jeudi 01 Janvier 2004 18:42, Aubin Paul a écrit : > > Hi, > >> If you're talking about drawing the text on the mplayer screen, that >> is possible currently, but you need a recent CVS version of mplayer. >> As of right now, the only OSD message for mplayer is whe

[Freevo-cvslog] freevo/src/plugins mixer.py,1.12,1.13 ossmixer.py,1.6,1.7

2004-01-02 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv9133 Modified Files: mixer.py ossmixer.py Log Message: use osd to display volume Index: mixer.py === RCS file: /cvsroot/freevo/freevo/src/plu

Re: [Freevo-devel] Re: [PLUGIN] Proposed osd plugin and ossmixer enhancement

2004-01-02 Thread Cyril Lacoux [Yack]
Le Jeudi 01 Janvier 2004 18:42, Aubin Paul a écrit : Hi, > If you're talking about drawing the text on the mplayer screen, that > is possible currently, but you need a recent CVS version of mplayer. > As of right now, the only OSD message for mplayer is when using > bookmarks, but more could be

[Freevo-cvslog] freevo/i18n freevo.pot,1.22,1.23

2004-01-02 Thread dischi
Update of /cvsroot/freevo/freevo/i18n In directory sc8-pr-cvs1:/tmp/cvs-serv16317 Modified Files: freevo.pot Log Message: update Index: freevo.pot === RCS file: /cvsroot/freevo/freevo/i18n/freevo.pot,v retrieving revision 1.

[Freevo-cvslog] freevo/src/util __init__.py,1.7,1.8

2004-01-02 Thread dischi
Update of /cvsroot/freevo/freevo/src/util In directory sc8-pr-cvs1:/tmp/cvs-serv16120 Modified Files: __init__.py Log Message: import popen3 Index: __init__.py === RCS file: /cvsroot/freevo/freevo/src/util/__init__.py,v retr

[Freevo-cvslog] freevo/src playlist.py,1.48,1.49

2004-01-02 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv15998 Modified Files: playlist.py Log Message: call correct build function Index: playlist.py === RCS file: /cvsroot/freevo/freevo/src/playlist.py,v

[Freevo-cvslog] freevo/src/video/plugins mplayer.py,1.55,1.56 xine.py,1.33,1.34

2004-01-02 Thread dischi
Update of /cvsroot/freevo/freevo/src/video/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv15838 Modified Files: mplayer.py xine.py Log Message: cleanup Index: mplayer.py === RCS file: /cvsroot/freevo/freevo/src/video/plugins/

[Freevo-cvslog] freevo/src/plugins tiny_osd.py,1.6,1.7

2004-01-02 Thread dischi
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv7948 Modified Files: tiny_osd.py Log Message: add border support Index: tiny_osd.py === RCS file: /cvsroot/freevo/freevo/src/plugins/tiny_osd

Re: [Freevo-devel] Plugin: Video-Conferencing

2004-01-02 Thread Erwan Velu
> Has anyone made any efforts with video chat under linux yet? I'm quite > happy with skype under windows, but haven't heard of any _really_ good > tools for linux yet. Why don't we use gnomemeeting which is quite advanced ! http://www.gnomemeeting.org/index.php?rub=4&pos=0 ---