Re: [Freevo-devel] Mplayer demux

2007-05-18 Thread Duncan Webb
Justin Wetherell wrote: > I can't seem to play mp3 streams I capture from online streams on FM > radio stations. It comes down to the demuxer added onto the mplayer > command line. I'm not really sure what the demuxer does and why it > doesn't let me player captured streams. Anyone have an insight

[Freevo-devel] Mplayer demux

2007-05-18 Thread Justin Wetherell
I can't seem to play mp3 streams I capture from online streams on FM radio stations. It comes down to the demuxer added onto the mplayer command line. I'm not really sure what the demuxer does and why it doesn't let me player captured streams. Anyone have an insight into this? Here is the code in

[Freevo-devel] Changing favorite channel, time, day

2007-05-18 Thread Jose
Hi, I have added changing a favorites day, start time, stop time and channel to the tv.favorite.py class. For this I also needed to change other files. See attached diffs. Some explanation on the changes: - tvserver/src/favorite.py: This class required a start and stop time in string form

Re: [Freevo-devel] freevo2: recordItem class

2007-05-18 Thread Jose
Hi, Some time ago I started with expanding the favorite functionality in freevo2. And when doing this I walked into more or less the same issues Tanja described. I have looked into the option of making some kind of a generic class, which would contain the existing program item plus record and favo

[Freevo-devel] Tranlations for next release

2007-05-18 Thread Duncan Webb
Hello translators, Please will you do the translations for the next release of freevo-1.7.2 planned for 26 May 2007. Please will you send in an svn diff from the i18n directory. e.g: cd /path/to/freevo-1/svn/i18n svn diff > freevo-po-.patch Where is the language and optional country code. Than

Re: [Freevo-devel] PIL

2007-05-18 Thread Duncan Webb
Georg W. Leonhardt wrote: > Hi, > > first, very thanks for freevo :) > > I´m beginner at python programming, sorry if it a stupid question. A > changelog entry for freevo 1.7.0 say > > * Replaced PIL with kaa.imlib2 (F#1580712) > > but setup.py check for PIL, or it´s not the same? IIRC, PIL

[Freevo-devel] PIL

2007-05-18 Thread Georg W. Leonhardt
Hi, first, very thanks for freevo :) I´m beginner at python programming, sorry if it a stupid question. A changelog entry for freevo 1.7.0 say * Replaced PIL with kaa.imlib2 (F#1580712) but setup.py check for PIL, or it´s not the same? I created debs for Freevo, available at geole.info. The

Re: [Freevo-devel] freevo and rrdtool

2007-05-18 Thread Pascal Schirrmann
Duncan Webb a écrit : > I wrote a very horrible sensors.rpy script, :) > > Hi, Duncan, Strange that you too did this for sensors ! > Duncan > > Thanks, I'll start to look at your script. Pascal - This SF.net email is

Re: [Freevo-devel] freevo and rrdtool

2007-05-18 Thread Duncan Webb
Christian Lyra wrote: > On Friday 18 May 2007 13:19, Pascal Schirrmann wrote: >> Christian Lyra a écrit : >> >> For now, just be able to display some rrdgraph, within the >> >> freevo web server and if possible also in the main program. >> > >> > Ok, You can configure your rrdtool/app to cr

Re: [Freevo-devel] freevo and rrdtool

2007-05-18 Thread Christian Lyra
On Friday 18 May 2007 13:19, Pascal Schirrmann wrote: > Christian Lyra a écrit : > >> For now, just be able to display some rrdgraph, within the > >> freevo web server and if possible also in the main program. > > > >Ok, You can configure your rrdtool/app to create the graphics > > insid

Re: [Freevo-devel] freevo and rrdtool

2007-05-18 Thread Pascal Schirrmann
Christian Lyra a écrit : >> For now, just be able to display some rrdgraph, within the freevo >> web server and if possible also in the main program. >> >> > > Ok, You can configure your rrdtool/app to create the graphics inside a > image folder of freevo, so you can view them like you

Re: [Freevo-devel] freevo and rrdtool

2007-05-18 Thread Christian Lyra
> > For now, just be able to display some rrdgraph, within the freevo > web server and if possible also in the main program. > Ok, You can configure your rrdtool/app to create the graphics inside a image folder of freevo, so you can view them like you already do with pictures. -- Chri

Re: [Freevo-devel] freevo and rrdtool

2007-05-18 Thread Pascal Schirrmann
Christian Lyra a écrit : > What you really want to do? > Hi, For now, just be able to display some rrdgraph, within the freevo web server and if possible also in the main program. Thanks, Pascal - This SF.net email is s

Re: [Freevo-devel] freevo2: recordItem class

2007-05-18 Thread Dirk Meyer
Hi, Tanja wrote: > it seems that there is a lot of code duplication between tv.progam.py and > tv.plugins.scheduled.py. > This probably can be avoided, if it would be possible to construct a > ProgamItem not only from the > output of kaa.epg.search but also from the output of > tvserver.record

Re: [Freevo-devel] SoC 2007 webserver based on cherrypy and cheetah

2007-05-18 Thread Dirk Meyer
"Ky Phan" wrote: > I've browsed the website but have not looked at it closely. There are a lot > of minimalistic python framework around. The smallest I've worked with is > webpy and it has treated me well. It doesn't get in my way, I feel like I'm > writing any other Python application. I've also

Re: [Freevo-devel] freevo and rrdtool

2007-05-18 Thread Christian Lyra
What you really want to do? On Friday 18 May 2007 12:46, Pascal Schirrmann wrote: > Hi, > > Nearly off topic : > > I'm searching some ways of integrating rrdtool in freevo. Clearly, > my trouble is not (yet :-) ) a freevo problem, but only a python > understanding problem. And this time, Goog

[Freevo-devel] freevo and rrdtool

2007-05-18 Thread Pascal Schirrmann
Hi, Nearly off topic : I'm searching some ways of integrating rrdtool in freevo. Clearly, my trouble is not (yet :-) ) a freevo problem, but only a python understanding problem. And this time, Google wasn't my friend... Reading some tracks on rrdtool devel list, it seems that someone here se