I have tried a few transfers to a S2 D-Tivo and it is mostly working.
Shows that were extracted from a S2 get placed into existing folders. They are linked to the correct series and station objects. I haven't yet tried importing 2 or more shows that would result in creation of a new folder.
The bad news is that shows that were extracted from a S1 SA cause a crash:
Code:
05:55:52:AM - 220 Mfs_Ftp ver 1.2.9p-Jamie-ChrisEd:V1 - {sock24} from "192.168.1.12:33264"
05:55:53:AM - 331 User name okay, need password.
05:55:53:AM - 230 Running in TiVo Mode.
05:55:53:AM - 215 UNIX
05:55:53:AM - 200 Type set to I
05:55:53:AM - 257 "/" is current directory.
05:55:53:AM - 200 PORT command successful.
05:55:53:AM - 150 Opening ASCII mode data connection for file list.
05:55:53:AM - 226 Transfer complete.
05:56:07:AM - 200 PORT command successful.
05:56:09:AM - 150 Opening BINARY mode data connection for "{SouthPark-SimpsonsAlreadyDidIt-20020630.tmf}"
bgerror invoked with error
" can't read "stationpath": no such variable "
re-initializing mfs_ftp
Here is a snippet of the xml:
Code:
<Object type="Station" id="Station">
<Affiliation>Satellite</Affiliation>
<CallSign>COMEDYP</CallSign>
<Name>Comedy Central (Pacific)</Name>
<ServerVersion>76</ServerVersion>
<TmsId>10150</TmsId>
</Object>
It looks like the Station object doesn't contain a ServerId tag which is causing the code in setrecinfo that initializes stationpath to be skipped. This same show imports successfully using mfs_ftp with Jamie's mods.
I'll continue testing.