Steven Blatchford wrote:
> Hi all,
> My name is steve... <group> "Hi steve" </group> and I am a freevo-noob.
> 
> I am using v1.8.1
> 
> 1) mplayer options - when I play a mkv file and 'ps ax|grep mplayer' I
> see mplayer is using these options:
> 
>     /usr/bin/mplayer -slave -autosync 100 -nolirc -nojoystick -autoq 100
>     -screenw 1920 -screenh 1080 -fs -ao oss:/dev/dsp -vo xv,sdl,x11, -vo
>     xv -vc coreserve -cache 8192 -lavdopts fast:skiploopfilter=all
>     no-correct-pts -framedrop -lircconf /root/.lircrc //path/to/file
> 
> As you can see I added the mplayer options I wanted in 'MPLAYER_ARGS ='.
> In my local_conf.py I hoped setting this setting would remove the
> default mplayer options:
> 
>     MPLAYER_VO_DEV_OPTS = ''
>     MPLAYER_SOFTWARE_SCALER = ''
> 
> How does one remove the default mplayer options?

MPLAYER_ARGS_DEF is the setting, but be careful as you may want them 
back. AFAIK mplayer will use the last argument that it finds (hopefully 
this is the correct way round) so if it contains:
-cache 8192 -cache 4096 it will use -cache 4096.

> 
> 
> 2) How does one delete jpgs, movies and mp3's from within freevo?  I
> added these settings to my local_conf.py:
> 
>     FILE_OPS_ALLOW_DELETE_IMAGE = True
>     FILE_OPS_ALLOW_DELETE_EDL = True
>     FILE_OPS_ALLOW_DELETE_INFO = True
> 
> I'd like do have the ability of pressing the 'delete' key to remove
> files.

You press ENTER (E) on the item and then you can select DELETE from the 
menu. The shoppingcart plug-in will allow you to copy and move files around.

> 3) While looking at pictures, I'd like to have the ability to listen to
> music as well.  Is this possible?

Yes, you use the detachbar plug-in when playing some music you press 'D' 
and the music will play in the background and so you can do other things.

> Any hints would be appreciated and good old fashion spoon feeding is
> always welcome ;)

HTH
Duncan

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
Freevo-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to