[Freevo-devel] Re: drawstringframed bug (again)

2003-06-12 Thread Dirk Meyer
Gustavo Sverzut Barbieri wrote: I think it's fixed now, please check. I don't have much time until next Thursday, but I will try. Also, I've started working on info_area.py and need to know how to recover the font name, size, color, etc... since I have the 'font name' (the name of the font

[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage

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

[Freevo-wikilog] [Freevo Wiki] Update of DocumentationPage

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

[Freevo-cvslog] freevo/src/audio/plugins coversearch.py,1.3,1.4

2003-06-12 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv402 Modified Files: coversearch.py Log Message: Fallback to medium cover if it's available, only if that too is missing, give up. Index: coversearch.py

[Freevo-cvslog] freevo/src/audio/plugins coversearch.py,1.4,1.5

2003-06-12 Thread outlyer
Update of /cvsroot/freevo/freevo/src/audio/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv9810 Modified Files: coversearch.py Log Message: Don't crash if no matches are found... notify user and return. Index: coversearch.py

[Freevo-cvslog] freevo/src/tv/plugins mplayer.py,1.6,1.7

2003-06-12 Thread outlyer
Update of /cvsroot/freevo/freevo/src/tv/plugins In directory sc8-pr-cvs1:/tmp/cvs-serv6426/plugins Modified Files: mplayer.py Log Message: Now using the URL format for channel specification in mplayer... tv:// Index: mplayer.py

Re: [Freevo-devel] Re: Mplayer patch for new runtime

2003-06-12 Thread Aubin Paul
It's just like this: mplayer -vo mga -fs tv://$1 -tv driver=v4l:device=/dev/video:input=0:norm=NTSC::chanlist=us-cable:width=640:height=480:outfmt=yuy2 -screenw 768 -screenh 576 So I can do it... On Thu, Jun 12, 2003 at 09:03:43PM -0300, Rob Shortt wrote: Wan Tat Chee wrote: I tried the new

Re: [Freevo-devel] Re: Mplayer patch for new runtime

2003-06-12 Thread Wan Tat Chee
On Thu, 12 Jun 2003, Rob Shortt wrote: Wan Tat Chee wrote: @@ -815,6 +815,7 @@ return(TVI_CONTROL_FALSE); } case TVI_CONTROL_IS_AUDIO: + if (tv_param_force_audio) return(TVI_CONTROL_TRUE); if (priv-channels[priv-act_channel].flags

Re: [Freevo-devel] Re: Mplayer patch for new runtime

2003-06-12 Thread Aubin Paul
The channel number is passed in that position, though you can also pass other stuff, like the channel name I think. I don't care too much about it because I've moved to tvtime and it does all that much more easily. As for the 16:9 thing, the problem is I need to know what resolutions people use;

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

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

[Freevo-devel] dxr3 SDL patch anyone?

2003-06-12 Thread Rob Shortt
Hi all, Due to my system crash I have ended up building the new runtime from a fresh machine. I am using ffmpeg from CVS for the things that depend on it but there are some problems with the dxr3 SDL patch with it. Does anyone have an updated dxr3 patch for SDL (1.2.5 or CVS) that may be