LinHES Forums
http://forum.linhes.org/

pretty hint
http://forum.linhes.org/viewtopic.php?f=3&t=6380
Page 1 of 1

Author:  declanh [ Mon Oct 10, 2005 4:56 pm ]
Post subject:  pretty hint

For those of you who use pretty to populate /myth/pretty
here are 2 tips


1) change altpath to read (its a bug/typo)
my $altpath= "/myth/pretty";

2)
Add the line to put the .nuv suffix on the symbolic links 2nd line from the bottom here ....

$nfn =~ s/ /_/g;
$nfn =~ s/&/+/g;
$nfn =~ s/[^+0-9a-zA-Z_-]+/_/g;
$nfn .= ".nuv";
print "Creating $nfn\n";

this means you can open the nuv files directly on a windows box with the right association from the myth/pretty diretory (if you have mounted the samba mount)

Page 1 of 1 All times are UTC - 6 hours
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/