>>I think you might want to check local_conf.py and look for the line >>VIDEO_MPLAYER_SUFFIX and then add in rar as a filetype that mplayer >>should play.I know mplayer will play some video files that are packed >>n a rar like video cd's but unsure about other formats. > > I've had trouble getting mplayer to play rars directly, but this works > fine: > > unrar p -inul <filname.rar> | mplayer -noidx - > > Can I easily implement this via conf file changes or am I going to > have to do some additional hacking?
I suspect additional hacking is in order as, AFAIK, there is no implementation of a running a command through a pipe. You need two subprocess calls for this or running the command in a shell. Duncan ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-users
