Re: [Freevo-devel] Re: [PATCH] third set of FreeBSD patches, also for mmpython

2003-08-29 Thread Aubin Paul
Hi Lars, It should map to unsigned long, actually; at least based on the documentation I read, but I could be off :) I've reverted my change until I can figure out what it's supposed to be. Aubin On Fri, Aug 29, 2003 at 03:03:39PM -0700, Lars Eggert wrote: > Aubin, > > Aubin Paul wrote: > > > >

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

2003-08-29 Thread outlyer
Update of /cvsroot/freevo/freevo/src/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv4307/src/plugins Modified Files: rom_drives.py Log Message: Revert the warning-fix that was a function-breaker Index: rom_drives.py === RCS

Re: [Freevo-devel] Re: [PATCH] third set of FreeBSD patches, alsofor mmpython

2003-08-29 Thread Lars Eggert
Aubin, Aubin Paul wrote: I've applied the patch when you added 'L' to the CDIO* ioctl numbers it may have suppressed a python warning, but it also broke the call on FreeBSD. I don't think 'L' maps to C's "unsigned long" (but I don't know what does in python.) Would you revert this change? Lars --

[Freevo-devel] ItemPlugin question

2003-08-29 Thread Michael Ruelle
I have a plugin that looks like this: import plugin class PluginInterface(plugin.ItemPlugin): def __init__(self): plugin.ItemPlugin.__init__(self) def actions(self, item): return [ ( self.dud, 'item testing') ] def dud(self, arg=None, menuw=None): pass

Re: [Freevo-devel] Re: Installing Freevo into the system - RedhatRPMs

2003-08-29 Thread Jorn A Hansen
Wan Tat Chee wrote: On Tue, 26 Aug 2003, Wan Tat Chee wrote: On Mon, 25 Aug 2003, Jorn A Hansen wrote: I think that apt-get enabled RPMs for Freevo offered to pick up just next to this little app (http://atrpms.physik.fu-berlin.de/dist/rh9/mythtv/ hint hint ;-)) would be cool. That wo

[Freevo-cvslog] freevo/WIP/Ruelle headlines.py,1.1,1.2

2003-08-29 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv16154 Modified Files: headlines.py Log Message: bailed on rdflib because of all the wierd revision of rdf and rss Index: headlines.py === RCS

[Freevo-cvslog] freevo/WIP/Ruelle local_conf.py.headlines,1.1,1.2

2003-08-29 Thread mikeruelle
Update of /cvsroot/freevo/freevo/WIP/Ruelle In directory sc8-pr-cvs1:/tmp/cvs-serv16003 Modified Files: local_conf.py.headlines Log Message: all the sites i have tested with Index: local_conf.py.headlines === RCS file: /cvsr

Re: [Freevo-devel] mixer volunteer?

2003-08-29 Thread Aubin Paul
On Fri, Aug 29, 2003 at 12:47:51AM -0500, Krister Lagerstrom wrote: > Aubin Paul wrote: > >ALSA and FreeBSD both support the ossaudiodev functions; OSS is a > >standard API and I doubt it's going away. It is supported by ALSA, and > >recent versions of FreeBSD. > > Ok, I thought OSS and ALSA were

[Freevo-devel] Audio Visualization

2003-08-29 Thread Gustavo Sverzut Barbieri
Ok guys, IT IS READY :) Screenshot: http://gsbarbieri.sytes.net/mpav.jpg Package: http://gsbarbieri.sytes.net/mpav-0.0.1.tar.bz2 It can also display messages over the screen and can be controled via --slave. So I hope it's only a matter to integrate with freevo. NOTICE: This software doesn't co

Re: [Freevo-devel] mixer volunteer?

2003-08-29 Thread Krister Lagerstrom
Aubin Paul wrote: ALSA and FreeBSD both support the ossaudiodev functions; OSS is a standard API and I doubt it's going away. It is supported by ALSA, and recent versions of FreeBSD. Ok, I thought OSS and ALSA were different APIs for the same thing. The whole point of ossaudiodev is to provide, a

Re: [Freevo-devel] mixer volunteer?

2003-08-29 Thread Aubin Paul
ALSA and FreeBSD both support the ossaudiodev functions; OSS is a standard API and I doubt it's going away. It is supported by ALSA, and recent versions of FreeBSD. The whole point of ossaudiodev is to provide, as you say, a generic, high-level mixer layer. Aubin On Thu, Aug 28, 2003 at 11:17:

Re: [Freevo-devel] mixer volunteer?

2003-08-29 Thread Krister Lagerstrom
Aubin Paul wrote: Ok, impatient guy that I am, I've added a very basic version; because ossaudiodev provides most of what we're doing with ioctl and bitshifts using integers, it was pretty simple, and we could probably simplify the mixer code in Freevo substantially (i.e. one function for get/set