[Freevo-devel] Help offered!

2006-09-21 Thread Cyril
a week on this. Anyways, I hope I can be helpful, -- Cyril - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT &

Re: [Freevo-devel] Re: Democracy

2006-02-23 Thread Cyril
That's great news, I'm looking forward to see it in action ;) Rob Shortt wrote: > Dirk Meyer wrote: > >>That's great. I have no time for that, but it looks nice. Subscribe to >>channels, download in the background and add an item in the movies dir >>and watch the videos with mplayer/xine. > >

[Freevo-devel] Democracy

2006-02-22 Thread Cyril
Hi all, I don't know if you guys are familiar with democracy, but it is an awesome webtv project! Since the player is written in python ... how about a plugin for that? http://www.getdemocracy.com/ --- This SF.net email is sponsored by: Splunk

Re: [Freevo-devel] Kaa Config Module

2005-12-19 Thread Cyril
Have you checked python's built-in ConfigFileParser ? I've been using on my projects, and it works pretty well (http://abd.sf.net/ if you want to see it in action) Dirk Meyer wrote: >Hi, > >we will need a better config module for Freevo. The current one with >the python file and local_conf.py is

Re: [Freevo-devel] alsamixer plugin

2005-12-19 Thread Cyril
Good point ... I may have some time to do this during the holidays, but that may be a pain for users, because they have to install a library (unless you guys include it) And I have to ask, what is the convention on this mailing list ? reply on top or bottom ? Duncan Webb wrote: > Cyril wr

Re: [Freevo-devel] alsamixer plugin

2005-12-19 Thread Cyril
OK, I see what the problem is, I'll have to modify alsamixer.py for that ... Unfortunately I'm flying to France today, so don't expect it before wednesday :) Emmanuel Sale wrote: > Cyril, > > I am still missing something > > here is my asound.rc > p

Re: [Freevo-devel] alsamixer plugin

2005-12-18 Thread Cyril
Well, pyalsaaudio is still in beta (it's their second release)... maybe for stability reasons we should wait to use it? Duncan Webb wrote: > Cyril wrote: > >> Hi all, >> >> I've been having a few problems with my new onboard soundcard (sis7012), >> b

Re: [Freevo-devel] alsamixer plugin

2005-12-18 Thread Cyril
27;) # Tell mplayer to use alsa (do it for xine too if you use it) MPLAYER_AO_DEV = 'alsa' # Remember that we have to control the PCM channel (if you control the master channel, there's no need for this line) MAJOR_AUDIO_CTRL='PCM' I think that's about it ... Tell me i

Re: [Freevo-devel] alsamixer plugin

2005-12-16 Thread Cyril
Hi again, I forgot a couple of details: -> MPLAYER_AO_DEV = 'alsa' (I guess you knew that) -> If the sound is lagged, try adding srate=48000 at the end of /etc/mplayer/mplayer.conf -- Cyril Cyril wrote: >Hi all, > >I've been having a few problems with my

[Freevo-devel] alsamixer plugin

2005-12-16 Thread Cyril
y is included, so ... do whatever you want with it :) And congratulations to everyone in the dev team, great work! -- Cyril # -*- coding: iso-8859-1 -*- # --- #

[Freevo-devel] [PATCH] Zoom and ToggleAspectRatio for Xine video plugin.

2005-05-18 Thread Cyril Lacoux
- VIDEO_ZOOM_OUT sends ZoomOut\n to childapp - VIDEO_NO_ZOOM sends Zoom1:1\n to childapp - VIDEO_TOGGLE_ASPECT sends ToggleAspectRatio\n to childapp [1]:http://sourceforge.net/mailarchive/message.php?msg_id=6530659 Regards, Cyril Lacoux. -- BOFH excuse #171: NOTICE: alloc: /dev/null

Re: [Freevo-devel] mplayer default filter causes choppy playback

2004-11-04 Thread Cyril Lacoux [Yack]
option. -- Christian Marillat <[EMAIL PROTECTED]> Thu, 4 Nov 2004 16:00:04 +0100 I also disabled the code in freevo, but I haven't the time to re-enable it and make some test today. Regards, Cyril. -- Dieu a partagé: il a donné la nourriture aux riches et l'appétit aux pauvr

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 oversc

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

2004-01-04 Thread Cyril Lacoux [Yack]
the controls - added a balance. For this last patch, 2 more events are needed, it's why event.py has been modified. It works fine with alsa drivers but needs to be tested with oss. events are : MIXER_SELUP MIXER_SELDOWN Best Regards, Cyril. -- BOFH excuse #213: Change your language to Fi

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

2004-01-03 Thread Cyril Lacoux [Yack]
. If not, message is displayed as text only. If text contains one '\n', it is displayed on two lines as well. Best Regards, Cyril. -- BOFH excuse #150: Arcserve crashed the server again. B81AD6A6 - 638E A25A C5A4 C81A 4B98 CCC6 AFF7 FD7A B81A D6A6 tiny_xosd.py Description: application/python

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

2004-01-02 Thread Cyril Lacoux [Yack]
an be sure it's > a mixer setting and display the bars or something else. It's ok for me. > Does this help? Yes! I'm also changing my patch against ossmixer.py to do that for all the mixers. Will post these 2 patches when they are finished... Best Regards, Cyril. -- BOFH excuse

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

2004-01-02 Thread Cyril Lacoux [Yack]
Box, it works fine in freevo but don't work when being in mplayer or xine. Xosd is a problem since all users don't use XFree. That I whish to have is an only one plugin which could do both. If you have a solution, I'll be very happy! Best Regards, Cyril. -- BOFH excuse #151: So

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

2004-01-01 Thread Cyril Lacoux [Yack]
it draws > directly into the sdl surface. Argh.. The real problem I got when I tried to use this plugin was that the display is ok when being in Freevo (menus) but don't works when watching a video or tv with mplayer. What could be the issue ? Best Regards, Cyril Lacoux. -- Il n

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

2004-01-01 Thread Cyril Lacoux [Yack]
ad, and if someone could help me to clean it (the config is too dirty) and perhaps put it in the cvs! Attached patches are against freevo 1.4.1 (Debian packages). Best Regards, Cyril Lacoux. -- BOFH excuse #136: Daemons loose in system. B81AD6A6 - 638E A25A C5A4 C81A 4B98 CCC6 AFF7 FD7A