Re: [Freevo-users] Plugin Questions - 1.7.5

2007-12-30 Thread Jim Duda
Duncan, That's correct it can't but MPlayer uses the first -vo setting and IIRC the MPLAYER_ARGS comes first so it should use these settings. I learned that MPLAYER_ARGS comes second to the normal -vo option and the first -vo xv is used by MPLAYER which prevents the mpg from playing

Re: [Freevo-users] Plugin Questions - 1.7.5

2007-12-30 Thread Jim Duda
Duncan, Well, I don't know what went wrong the first time, however, after a second try, using -vo xvmc in MPLAYER_ARGS works just fine!! I'm all set now. Thanks for the help. Jim Jim Duda wrote: Duncan, That's correct it can't but MPlayer uses the first -vo setting and IIRC the

Re: [Freevo-users] Plugin Questions - 1.7.5

2007-12-28 Thread Duncan Webb
Jim Duda wrote: Duncan, I think what you are looking for is the correct MPLAYER_ARGS in local_conf.py. It is the file extension that is used so you can set specific options for particular file types. HTH Duncan Yes in essence. Unfortunately, the MPLAYER_ARGS array cannot be used to

Re: [Freevo-users] Plugin Questions - 1.7.5

2007-12-27 Thread Duncan Webb
Jim Duda wrote: Well, I can get the video podcasts to play, however, I need to remove the xvmc option from MPLAYER_VO_DEV in order to get them to play, they will only play with xv (which makes sense). my local_conf.py has: if CONF.display == 'x11': MPLAYER_VO_DEV =

Re: [Freevo-users] Plugin Questions - 1.7.5

2007-12-27 Thread Jim Duda
Duncan, I think what you are looking for is the correct MPLAYER_ARGS in local_conf.py. It is the file extension that is used so you can set specific options for particular file types. HTH Duncan Yes in essence. Unfortunately, the MPLAYER_ARGS array cannot be used to overload the

Re: [Freevo-users] Plugin Questions - 1.7.5

2007-12-26 Thread Duncan Webb
Jim Duda wrote: I've upgraded to 1.7.5. Thanks for all the new features and great work everyone!! I'm trying to use the new vpodcast and apodcast features. The audio podcasts download and play fine. Is there supposed to be a menu subitem to allow deletion of the podcast? I cannot

Re: [Freevo-users] Plugin Questions - 1.7.5

2007-12-26 Thread Jim Duda
Duncan, I'll give the debug method a try tonight (I'm at work right now). Last night, I did make some progress. 1) I installed kaa.metadata 0.7.1 2) I added .flv to the MPLAYER_SUFFIX list in local_conf.py I'm not sure which helped (if not both). Now what happens is the flv files do download and

Re: [Freevo-users] Plugin Questions - 1.7.5

2007-12-26 Thread Jim Duda
Well, I can get the video podcasts to play, however, I need to remove the xvmc option from MPLAYER_VO_DEV in order to get them to play, they will only play with xv (which makes sense). my local_conf.py has: if CONF.display == 'x11': MPLAYER_VO_DEV = 'xvmc,xv,sdl,x11' # X11 drivers in

Re: [Freevo-users] Plugin Questions - 1.7.5

2007-12-25 Thread Elizabeth Dodd
On Tue, 25 Dec 2007, Jim Duda wrote: Finally, I've installed screensaver: plugin.activate('screensaver.balls') However, no screen save activates.  Do I need to install something else like pygoom or something like that? you need one more line of code plugin.activate('screensaver')

Re: [Freevo-users] Plugin Questions - 1.7.5

2007-12-25 Thread Jim Duda
Screensaver works now, very cool :-) Elizabeth Dodd wrote: On Tue, 25 Dec 2007, Jim Duda wrote: Finally, I've installed screensaver: plugin.activate('screensaver.balls') However, no screen save activates. Do I need to install something else like pygoom or something like that? you need

Re: [Freevo-users] Plugin Questions - 1.7.5

2007-12-25 Thread Elizabeth Dodd
On Wed, 26 Dec 2007, Jim Duda wrote: Screensaver works now, very cool :-) Elizabeth Dodd wrote: On Tue, 25 Dec 2007, Jim Duda wrote: Finally, I've installed screensaver: plugin.activate('screensaver.balls') However, no screen save activates.  Do I need to install something else like

[Freevo-users] Plugin Questions - 1.7.5

2007-12-24 Thread Jim Duda
I've upgraded to 1.7.5. Thanks for all the new features and great work everyone!! I'm trying to use the new vpodcast and apodcast features. The audio podcasts download and play fine. Is there supposed to be a menu subitem to allow deletion of the podcast? I cannot get the vpodcasts to play.