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

2003-12-22 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 66.248.57.68: http://freevo.sourceforge.net/cgi-bin/moin.cgi/UserInstallNotes

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

2003-12-22 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 217.136.156.126: http://freevo.sourceforge.net/cgi-bin/moin.cgi/FreevoRoadmap

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

2003-12-22 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 66.248.57.68: http://freevo.sourceforge.net/cgi-bin/moin.cgi/MandrakeInstallation

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

2003-12-22 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 66.248.57.68: http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrequentlyAskedQuestions

[Freevo-devel] Re: Newbie help with simple connection plugin to Misterhouse

2003-12-22 Thread Dirk Meyer
Robert Rozman wrote: > Hi, > > after quite some time of thinking how to connect to other programs > like Misterhouse I started to do some real tests on Freevo side. As > python and Freevo newcomer I'd be really glad to receive some advice > with this simple example: > - One main menu item with five

Re: [Freevo-cvslog] freevo/src playlist.py,1.44,1.45

2003-12-22 Thread Dirk Meyer
Aubin Paul wrote: > On Fri, Dec 19, 2003 at 07:15:28PM +0100, Dirk Meyer wrote: >> That's something I'm thinking of changing. Some items have 'file', >> some 'filename'. DVD items have filename == 1 for the first >> track. Some also have 'url'. This is ugly. >> Remove the filename attribute and rep

Re: [Freevo-devel] SBLIVE + MiroPCTV + Freevo 1.4.1 = No soundwhen recording

2003-12-22 Thread Erwan Velu
> My main issue with Erwan's patch is that it won't totally work the way > he expects it to i believe. I think we need to rethink how we use the > mixer and bury more of the control all audio logic further back into it. > Also i think alsa is gonna throw a few curves at us depending on the > sound

[Freevo-devel] [Patch] Linux 2.6 Detection for TV_DRIVER

2003-12-22 Thread Erwan Velu
I've tried freevo on a 2.6 kernel and the only differnence I've found is that kernel is always using V4l2 interface. So I've made a patch for that: if os.uname()[0] == 'FreeBSD': TV_DRIVER = 'bsdbt848' TV_DEVICE = '/dev/bktr0' TV_INPUT = 1 else: TV_DEVICE = '/dev/video0' TV_INP

[Freevo-cvslog] freevo/contrib/lirc pinnacle_PCTV,NONE,1.1

2003-12-22 Thread dischi
Update of /cvsroot/freevo/freevo/contrib/lirc In directory sc8-pr-cvs1:/tmp/cvs-serv8160 Added Files: pinnacle_PCTV Log Message: --- NEW FILE: pinnacle_PCTV --- begin prog = freevo button = L config = SLEEP end begin prog = freevo button = Menu config = MENU end

[Freevo-devel] Re: A new mapping for LIRC (Pinnacle PCTV)

2003-12-22 Thread Dirk Meyer
Erwan Velu wrote: > I've made a mapping for the Pinnacle PCTV Serial Remote. > It could be good to integrate it in contrib/lirc. Done Dischi -- "I've not lost my mind. It's backed up on tape somewhere." - Unknown --- This SF.net email is sp

[Freevo-cvslog] freevo/src/video/plugins mplayer.py,1.51,1.52

2003-12-22 Thread dischi
Update of /cvsroot/freevo/freevo/src/video/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv11589/plugins Modified Files: mplayer.py Log Message: patch for better support of fxd files with more discs from Matthieu Weber Index: mplayer.py =

[Freevo-cvslog] freevo/src/video fxdhandler.py,1.6,1.7 videoitem.py,1.101,1.102

2003-12-22 Thread dischi
Update of /cvsroot/freevo/freevo/src/video In directory sc8-pr-cvs1:/tmp/cvs-serv11589 Modified Files: fxdhandler.py videoitem.py Log Message: patch for better support of fxd files with more discs from Matthieu Weber Index: fxdhandler.py ==

[Freevo-devel] Re: [PATCH] VideoItem, fxdhandler and mplayer patches

2003-12-22 Thread Dirk Meyer
Matthieu Weber wrote: > Here is a patch which makes the playing of FXD movies more friendly In CVS, thanks. Dischi -- - Hi! I'm a .signature virus! Copy me into your ~/.signature to help me spread! -

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

2003-12-22 Thread dischi
Update of /cvsroot/freevo/freevo/src In directory sc8-pr-cvs1:/tmp/cvs-serv12130 Modified Files: config.py Log Message: supermount patch from Erwan Velu Index: config.py === RCS file: /cvsroot/freevo/freevo/src/config.py,v r

[Freevo-devel] Re: A new supermount patch for freevo 1.4.1

2003-12-22 Thread Dirk Meyer
Erwan Velu wrote: > Le mar 16/12/2003 à 14:54, Erwan Velu a écrit : >> In some case, CDROM/DVD devices are /dev/hdc so freevo didn't detect it. >> I've made a small patch to use /proc/ide//media to know if it's >> a cdrom or not. >> If its the case, the device is added as a cdrom drive :o) > Some o

[Freevo-devel] Re: Freevo Icons

2003-12-22 Thread Dirk Meyer
Sorry for the late answer pubz wrote: > I was looking for freevo icons 16x16, 32x32, 48x48 for finishing my > rpm but I didn't find them. > Does some exists ? No, but it should be easy to create icons based on the logo. One of our main problems is, that we don't have any artists here to develop i

[Freevo-devel] Re: Impossible to eject the CD

2003-12-22 Thread Dirk Meyer
Matthieu Weber wrote: > On Thu 11.12.2003 at 09:40:42PM -0400, James Oakley wrote: >> On December 11, 2003 06:41 am, Matthieu Weber wrote: >> > I noticed that if you start freevo with a CD in the drive, it won't be >> > able to eject the CD (and the CD is not mounted, I checked that too). >> > The

[Freevo-cvslog] website content_install.html,1.16,1.17

2003-12-22 Thread dischi
Update of /cvsroot/freevo/website In directory sc8-pr-cvs1:/tmp/cvs-serv24961 Modified Files: content_install.html Log Message: close tags Index: content_install.html === RCS file: /cvsroot/freevo/website/content_install.ht

Re: [Freevo-cvslog] freevo/src playlist.py,1.44,1.45

2003-12-22 Thread Aubin Paul
On Mon, Dec 22, 2003 at 10:43:51AM +0100, Dirk Meyer wrote: > OK, I will remove the 'mode' and 'filename' attribute and create the > 'url' attribute. This will break something because there is at least > one part of the code I will forget to change :-) :) > I was thinking of adding move/delete/co

AW: [Freevo-devel] Re: Freevo Icons

2003-12-22 Thread Jan Grewe
I have some days off of work, i'll see what i can whip up... /jan -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Dirk Meyer Gesendet: Montag, 22. Dezember 2003 14:32 An: [EMAIL PROTECTED] Betreff: [Freevo-devel] Re: Freevo Icons Sorry for the

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

2003-12-22 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 24.215.71.56: http://freevo.sourceforge.net/cgi-bin/moin.cgi/FreevoRoadmap ---

[Freevo-wikilog] [Freevo Wiki] Update of "DocumentationPage/PluginInfo"

2003-12-22 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.69.208.38: http://freevo.sourceforge.net/cgi-bin/moin.cgi/DocumentationPage_2fPluginInfo --

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

2003-12-22 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 66.248.57.128: http://freevo.sourceforge.net/cgi-bin/moin.cgi/MandrakeInstallation ---

Re: [Freevo-cvslog] freevo/src playlist.py,1.44,1.45

2003-12-22 Thread Dirk Meyer
Aubin Paul wrote: > On Mon, Dec 22, 2003 at 10:43:51AM +0100, Dirk Meyer wrote: >> I was thinking of adding move/delete/copy functions to the item >> itself, based in self.files. If someone (like the gphoto plugin) needs >> different functions to do this, the functions can be >> overwritten. Maybe

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

2003-12-22 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 134.102.9.228: http://freevo.sourceforge.net/cgi-bin/moin.cgi/MandrakeInstallation ---

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

2003-12-22 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 66.248.57.128: http://freevo.sourceforge.net/cgi-bin/moin.cgi/MandrakeInstallation ---

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

2003-12-22 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 66.248.57.143: http://freevo.sourceforge.net/cgi-bin/moin.cgi/MandrakeInstallation ---

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

2003-12-22 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 66.248.57.143: http://freevo.sourceforge.net/cgi-bin/moin.cgi/MandrakeInstallation ---