[Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.289,1.290

2003-12-02 Thread Dirk Meyer
Krister Lagerstrom wrote: > [EMAIL PROTECTED] wrote: >> Update of /cvsroot/freevo/freevo >> In directory sc8-pr-cvs1:/tmp/cvs-serv5633 >> Modified Files: >> freevo_config.py Log Message: >> Added optional new blend settings (nr of steps and total time), must be enabled >> explicitly in freevo

[Freevo-cvslog] freevo/Docs/plugin_writing howto.sgml,1.12,1.13

2003-12-02 Thread mikeruelle
Update of /cvsroot/freevo/freevo/Docs/plugin_writing In directory sc8-pr-cvs1:/tmp/cvs-serv25968 Modified Files: howto.sgml Log Message: first shot at a idlebarplugin section Index: howto.sgml === RCS file: /cvsroot/freevo/f

Re: [Freevo-devel] Re: plugin help

2003-12-02 Thread Chris Griffiths
I was able to draw directly to the screen with a blank screen as the canvas but I thought it'd be cool for it to be customizable - and I wasn't sure how resizing/scaling would work if I created the screen this way. For example, the forecast that mythweather uses is a 5 day forecast, but only 3 day

[Freevo-devel] Re: patch for imdb_info

2003-12-02 Thread Dirk Meyer
Torben Janssen wrote: > On Wed, 2003-11-26 at 19:49, Dirk Meyer wrote: >> Torben Janssen wrote: >> > Hi, >> > >> > when using multiple tags in one fxd file the >> > imdb_info plugin shows the info's of all files within >> > this fxd file. >> > find attached a patch to eliminate this. I'm not sure

[Freevo-devel] Re: [Freevo-cvslog] freevo freevo_config.py,1.283,1.284

2003-12-02 Thread Dirk Meyer
Michael Ruelle wrote: > sigh ok. umm we should probably grep other scripts to see who else still > uses the old video suffixes variable and fix them. > > > On Wed, 2003-11-26 at 13:52, Dirk Meyer wrote: >> Michael Ruelle wrote: >> > Umm can we get SUFFIX_VIDEO_FILES back as a unique list of the com

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

2003-12-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 67.161.35.118: http://freevo.sourceforge.net/cgi-bin/moin.cgi/FrontPage The comment on the change is: Added a Tips and Tricks page. ---

Re: [Freevo-devel] recordserver stdout and stderr callbacks missing in 1.4

2003-12-02 Thread Rob Shortt
Hi, sorry for the late response, been busy. Brian J. Murrell wrote: In the 1.4 release the stdout_cb and stderr_cb methods seems to be missing from the RecordApp class. The following patch seems to fix I don't think we need to override those methods here anymore as logging has been added to the

[Freevo-cvslog] freevo freevo_config.py,1.298,1.299

2003-12-02 Thread outlyer
Update of /cvsroot/freevo/freevo In directory sc8-pr-cvs1:/tmp/cvs-serv31896 Modified Files: freevo_config.py Log Message: Added support for "rmvb" files which are becoming more common. It's a type of RealVideo 9 file with very high quality at low bitrates. Like standard rm files, it requ

Re: [Freevo-devel] recordserver stdout and stderr callbacks missing in 1.4

2003-12-02 Thread Rob Shortt
Rob Shortt wrote: > IIRC there are some gotchas with how we use cl_options / VCR_CMD. If your VCR_CMD doesn't contain entries for each cl_options key then it will error. ... So, if my VCR_CMD only contains a couple of the cl_options keys won't it fail? Or maybe it only errors when you have %

[Freevo-devel] Customizing audio player

2003-12-02 Thread Aleksey Sudakov
For my RadioNetscape plugin I want to change the way player screen looks. I want to add album cover image, "Add To My Favorites" button, etc. Is there an example of how to do that and what objects I should look at subclassing? Thanks, Aleksey

[Freevo-devel] Re: Customizing audio player

2003-12-02 Thread Dirk Meyer
"Aleksey Sudakov" wrote: > For my RadioNetscape plugin I want to change the way player screen looks. I > want to add album cover image, set self.image in the AudioItem and it should work > "Add To My Favorites" button, etc. Is there an example of how to do > that and what objects I should look a

[Freevo-devel] Re: Again: new in cvs

2003-12-02 Thread Dirk Meyer
Aubin Paul wrote: > This may actually solve a problem I was thinking of... (maybe not :) > > I want to be able to browse music, or movies with the cover on the > left side, and extended info on the right; in the case of music, I'd > like to show "directory" information. > > i.e. > > > [image]

Re: [Freevo-devel] recordserver stdout and stderr callbacks missing in 1.4

2003-12-02 Thread Brian J. Murrell
On Tue, 2003-12-02 at 09:12, Rob Shortt wrote: > Hi, sorry for the late response, been busy. NP. I understand (man do I!) > I don't think we need to override those methods here anymore as logging > has been added to the ChildApp class. Ahhh. That must be post 1.4 then. > We can actually trim

RE: [Freevo-devel] Re: Customizing audio player

2003-12-02 Thread Aleksey Sudakov
>>"Aleksey Sudakov" wrote: >> For my RadioNetscape plugin I want to change the way player screen looks. I >> want to add album cover image, > > set self.image in the AudioItem and it should work What if I want to move image to a different corner, etc? So is it audio.player who draws player screen

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

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

[Freevo-devel] [patch] and bugreport: lcd plugin unpredictable stops freevo 1.4

2003-12-02 Thread Immo Goltz
Hello Gustavo, hello other developers I ran freevo 1.3.4 and lcd.py 1.7 + marquee patches without problems. Started to use 1.4-rc4 but unpredictable it stopped playing music. Most time i use "play random recursive". It stopped, the crt and lcd got no updates. Next key skipped to next title after s

[Freevo-devel] reading from stdin in helper-script

2003-12-02 Thread Eirik Meland
I've been working with a web-frontend to the xml-config for a time now, and realized that some of it will be hard (not impossible, but a little tricky). To get some quick results I started deveolping a text-frontend. I put it in 'src/helpers/', and starts it by calling './freevo text_config' Th

[Freevo-devel] Re: Again: new in cvs

2003-12-02 Thread Aubin Paul
On Tue, Dec 02, 2003 at 06:34:33PM +0100, Dirk Meyer wrote: > There is a problem. To have that information, you need to parse the > content of the directory in __init__ to have that information. This > will slow down Freevo because when you enter a directory, you need to > parse all subdirs. This i

[Freevo-cvslog] freevo/src/games __init__.py,1.12,1.13

2003-12-02 Thread mikeruelle
Update of /cvsroot/freevo/freevo/src/games In directory sc8-pr-cvs1:/tmp/cvs-serv16912 Modified Files: __init__.py Log Message: fixing dischis cut and paste error Index: __init__.py === RCS file: /cvsroot/freevo/freevo/src/g

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

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