If you've uploaded a file to your HDR and found it didn't appear in the Media menu, you'll have not updated the .hmt file to tell the system where the other files are...
Here's an upload tool for Linux users (needs perl and curl):
The file transfer seems to be fairly slow: 2MB/s if you're on an inactive channel, or 1.6MB/s on an SD channel.
Last edited by nowster : 16-01-2011 at 20:23
Here's an upload tool for Linux users (needs perl and curl):
Code:
#!/usr/bin/perl
use Fcntl;
my $filename = shift;
my $server = shift;
my $folder = shift;
if (!$filename || !$server) {
print STDERR "$0 filename server [destination folder]\n";
exit 1;
}
my ($name) = $filename =~ /^([^.]+)\./;
my $path = "Video/". ($folder ? "$folder/" : "");
my $dest = "/mnt/hd3/$path$name";
open HMT, "+<$name.hmt";
sysseek(HMT, 33, SEEK_SET);
syswrite(HMT,"$dest\0");
close HMT;
system "curl -u HumaxFTP:0000 --ftp-create-dirs -P - ".
"-T '$name.{ts,nts,hmt}' 'ftp://$server/$path/'";
Last edited by nowster : 16-01-2011 at 20:23
. It's in the Foxsat-hdr threads on AV forums. Extremely clever poster figured it out based on the work done to crack the icord.