Problems with mfs_export

anddmx2001 anddmx2001 at y...
Wed, 27 Feb 2002 15:16:16 -0000


Actually, this has tripped me up before too.

As you probably already know, these entries on the NowShowing page 
match what is one your Tivo. The first entry here, "694764 tyDb 
A:88255:20801:694764" in your case, will match the latest recording 
that was made by Tivo. (If you went into the NowShowing on your Tivo, 
this would be the first item on the list.) 

What you want to do now, is get the actual FSID's used for the 
recording. This can be accomplished fairly easily. (Although I wish 
getting FSID's on Tivoweb was easier)

First, click on the entry that you would like to get the FSID for. 
Then, the Tivoweb software will take you to another screen. On that 
screen, about 2/3's of the way down, you will see a "Part=" variable. 
You will see multiple entries on this line. Click the first hyperlink 
in the list, and a new screen will pop up. On this page, you will see 
a "File=" variable. This is your first FSID value. *Repeat this 
procedure for each item in the "Part=" line.* This is how you can get 
the FSID's off Tivoweb.

Somewhat of a pain compared to the old httpd software, but you can 
get the correct information off. Hope this is of help to you.


--- In ExtractStream@y..., Grant Stockly <grant@s...> wrote:
> mfs export copies the files reliably, but the file output is 
horrible. I 
> used the 5 FSIDs from the "Now Showing" of a simple single file 
httpd.tcl 
> script.
> 
> When I received the 5 files to my windows box, I copied them all in 
order 
> to one file. The result was a crash in tyconvert. I then ran 
tyconvert on 
> each of the files. Between FSID 1 and 2 there is ~10 minutes 
> missing! Anyone know whats going on here???
> 
> How do I decode what I see at ./mfs_ls /Recording/NowShowing?
> fsid type name
> -----------------------------------
> 694764 tyDb A:88255:20801:694764
> 694565 tyDb A:88255:85601:694565
> 694501 tyDb A:88256:74501:694501
> 697121 tyDb A:88256:85601:697121
> 693971 tyDb A:88259:20801:693971
> 693771 tyDb A:88260:20801:693771
> 693576 tyDb A:88261:20801:693576
> 568304 tyDb A:88533:85901:568304
> None of those are any FSID I see on my NowShowing www page.
> 
> Grant