[ExtractStream] Where to find mfs_stream?

Mark Jeffcoat jeffcoat at a...
Wed, 24 Apr 2002 21:06:23 -0500


On Wed, Apr 24, 2002 at 06:57:51PM -0700, Michael Loftis wrote:
> OK I'd like to get a copy of mfs_stream (source preferably, tivo bins if 
> I must) but I can't find it anywhere.
> 
> I can't find it searching with google either.
> 
> So can anyone post a link, and if no link send me the file so I can put 
> up a link?
> 

It's Tridge's mfs_export with a new front end that can pull more 
than one stream at a time from the Tivo.

I don't have it, but I wrote my own front end to mfs_export you 
can have. It needs some version of sh to run:

-------------------------------------
# Usage: tivo_export name streamid1 streamid2 ...
name=$1
shift
for i in $*
do
mfs_export $i $name.$i.ty
done

------------------------------------

Viola. The ability to run scripts like this is just one of 
the many, many reasons why you should be using Unix.


-- 
Mark Jeffcoat