Difference between revisions of "Mythrename.pl"

From MythTV Official Wiki
Jump to: navigation, search
 
m (update link from svn to github, thanks MythLogBot)
 
(16 intermediate revisions by 10 users not shown)
Line 1: Line 1:
'''mythrename.pl''' is perl script written by [[User:Xris | Chris Peterson]] that renames mythtv recordings to more human-readable filenames.  This allows you to archive them away and know what they are by reading the filename.  Database settings are automatically detected from mysql.txt, and the mythtv recording directory is loaded from the database.  It can optionally create symlinks instead of renaming the files.
+
'''mythrename.pl''' was deprecated in favor of [[mythlink.pl]] due to the destructive nature of the script when used with default options (see {{gitcommit|946f0397}}).
 
 
For more info, see the output of mythrename.pl --help
 
 
 
Location: /usr/share/doc/mythtv-0.20/contrib (insert actual mythtv version as appropriate).
 

Latest revision as of 12:12, 10 September 2011

mythrename.pl was deprecated in favor of mythlink.pl due to the destructive nature of the script when used with default options (see [946f0397]).