Index: contrib/mythrename.pl =================================================================== --- contrib/mythrename.pl (revision 13300) +++ contrib/mythrename.pl (working copy) @@ -229,7 +229,7 @@ # File doesn't exist locally next unless (-e $show->{'local_path'}); # Load info about the file so we can determine the file type - $show->load_file_info(); +# $show->load_file_info(); # Format the name my $name = $show->format_name($format,$separator,$replacement,$dest,$underscores); # Get a shell-safe version of the filename (yes, I know it's not needed in this case, but I'm anal about such things) @@ -237,7 +237,8 @@ $safe_file =~ s/'/'\\''/sg; $safe_file = "'$safe_file'"; # Figure out the suffix - my $suffix = ($show->{'finfo'}->{'is_mpeg'}) ? '.mpg' : '.nuv'; +# my $suffix = ($show->{'finfo'}->{'is_mpeg'}) ? '.mpg' : '.nuv'; + my $suffix = '.mpg'; # Link destination if ($dest) { # Check for duplicates