Re: [Freevo-users] Play media inside rar archives

2007-08-06 Thread Duncan Webb
>>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  | 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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Play media inside rar archives

2007-08-06 Thread Nick Bellomy
>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  | mplayer -noidx -

Can I easily implement this via conf file changes or am I going to
have to do some additional hacking?

Thanks,

Nick

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Play media inside rar archives

2007-07-31 Thread Brian
On Mon, 30 Jul 2007 13:57:42 +0200
"Michel Hoogervorst" <[EMAIL PROTECTED]> wrote:

> Maybe this could be interresting?
> http://www.mythtv.org/wiki/index.php/Myplayer-rar.pl
> 
> 
> Michel
> 
> 2007/7/30, Tore Ruud <[EMAIL PROTECTED]>:
> >
> > Bastian Farkas wrote:
> > > On Sun, 2007-07-29 at 02:04 +0200, Tore Ruud wrote:
> > >> Bastian Farkas wrote:
> > >>> it might sound a bit silly, but why don't you just unpack those
> > >>> rar archives? :)
> > >>>
> > >>> On Sat, 2007-07-28 at 21:01 +0200, Tore Ruud wrote:
> >  Is there a way for me to play the media packed in rar archives
> >  with freevo? Been searching at google, but couldn't find a fix
> >  for it.
> > 


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
in a rar like video cd's but unsure about other formats.

Good Luck,

Brian

-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Play media inside rar archives

2007-07-30 Thread Michel Hoogervorst
Maybe this could be interresting?
http://www.mythtv.org/wiki/index.php/Myplayer-rar.pl


Michel

2007/7/30, Tore Ruud <[EMAIL PROTECTED]>:
>
> Bastian Farkas wrote:
> > On Sun, 2007-07-29 at 02:04 +0200, Tore Ruud wrote:
> >> Bastian Farkas wrote:
> >>> it might sound a bit silly, but why don't you just unpack those rar
> >>> archives? :)
> >>>
> >>> On Sat, 2007-07-28 at 21:01 +0200, Tore Ruud wrote:
>  Is there a way for me to play the media packed in rar archives with
>  freevo? Been searching at google, but couldn't find a fix for it.
> 
> >>>
> >> Because 95% off all my vids are packed in rar, my xbox with xbmc plays
> >> the rars, so I don't need to unpack them. :)
> >>
> >>
> > sounds interesting. is this xbmc built on linux and open source? if so
> > you could simply look how it plays media files out of archives and
> > implement that into freevo.
> > this might help: http://www.inf.bme.hu/~mszeredi/avfs/
> >
> >
> Yes it is. :-) It uses mplayer like freevo too. (
> http://www.xboxmediacenter.com/ )
>
> I'll check out avfs, thanks! :-)
>
> --
> Tore
>
>
> -
> 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
> Freevo-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/freevo-users
>
-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Play media inside rar archives

2007-07-29 Thread Tore Ruud
Bastian Farkas wrote:
> On Sun, 2007-07-29 at 02:04 +0200, Tore Ruud wrote:
>> Bastian Farkas wrote:
>>> it might sound a bit silly, but why don't you just unpack those rar
>>> archives? :)
>>>
>>> On Sat, 2007-07-28 at 21:01 +0200, Tore Ruud wrote:
 Is there a way for me to play the media packed in rar archives with
 freevo? Been searching at google, but couldn't find a fix for it.

>>>
>> Because 95% off all my vids are packed in rar, my xbox with xbmc plays
>> the rars, so I don't need to unpack them. :)
>>
>>
> sounds interesting. is this xbmc built on linux and open source? if so
> you could simply look how it plays media files out of archives and
> implement that into freevo.
> this might help: http://www.inf.bme.hu/~mszeredi/avfs/
> 
> 
Yes it is. :-) It uses mplayer like freevo too. (
http://www.xboxmediacenter.com/ )

I'll check out avfs, thanks! :-)

-- 
Tore


-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Play media inside rar archives

2007-07-29 Thread Bastian Farkas
On Sun, 2007-07-29 at 02:04 +0200, Tore Ruud wrote:
> Bastian Farkas wrote:
> > it might sound a bit silly, but why don't you just unpack those rar
> > archives? :)
> > 
> > On Sat, 2007-07-28 at 21:01 +0200, Tore Ruud wrote:
> >> Is there a way for me to play the media packed in rar archives with
> >> freevo? Been searching at google, but couldn't find a fix for it.
> >>
> > 
> > 
> 
> Because 95% off all my vids are packed in rar, my xbox with xbmc plays
> the rars, so I don't need to unpack them. :)
> 
> 
sounds interesting. is this xbmc built on linux and open source? if so
you could simply look how it plays media files out of archives and
implement that into freevo.
this might help: http://www.inf.bme.hu/~mszeredi/avfs/


-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Play media inside rar archives

2007-07-28 Thread Tore Ruud
Bastian Farkas wrote:
> it might sound a bit silly, but why don't you just unpack those rar
> archives? :)
> 
> On Sat, 2007-07-28 at 21:01 +0200, Tore Ruud wrote:
>> Is there a way for me to play the media packed in rar archives with
>> freevo? Been searching at google, but couldn't find a fix for it.
>>
> 
> 

Because 95% off all my vids are packed in rar, my xbox with xbmc plays
the rars, so I don't need to unpack them. :)


-- 
Tore



-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Play media inside rar archives

2007-07-28 Thread Tore Ruud
Bastian Farkas wrote:
> it might sound a bit silly, but why don't you just unpack those rar
> archives? :)
> 
> On Sat, 2007-07-28 at 21:01 +0200, Tore Ruud wrote:
>> Is there a way for me to play the media packed in rar archives with
>> freevo? Been searching at google, but couldn't find a fix for it.
>>
> 
> 

Because 95% off all my vids are packed in rar, my xbox with xbmc plays
the rars, so I don't need to unpack them. :)


-- 
Tore



-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


Re: [Freevo-users] Play media inside rar archives

2007-07-28 Thread Bastian Farkas
it might sound a bit silly, but why don't you just unpack those rar
archives? :)

On Sat, 2007-07-28 at 21:01 +0200, Tore Ruud wrote:
> Is there a way for me to play the media packed in rar archives with
> freevo? Been searching at google, but couldn't find a fix for it.
> 


-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users


[Freevo-users] Play media inside rar archives

2007-07-28 Thread Tore Ruud
Is there a way for me to play the media packed in rar archives with
freevo? Been searching at google, but couldn't find a fix for it.

-- 
With regards
Tore Ruud


-
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
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users