Difference between revisions of "Mythlink.pl"

From MythTV Official Wiki
Jump to: navigation, search
(create page for mythlink.pl and explain. link to old mythrename.pl for more info)
 
m (Usage: fix copy/paste error)
Line 8: Line 8:
  
 
==Usage==
 
==Usage==
  mythrename.pl --link [destination directory]
+
  mythlink.pl --link [destination directory]
 
Example:
 
Example:
 
   /usr/share/doc/mythtv-backend/contrib/user_jobs/mythlink.pl --link /mnt/pretty --format %T/%T%-%S
 
   /usr/share/doc/mythtv-backend/contrib/user_jobs/mythlink.pl --link /mnt/pretty --format %T/%T%-%S

Revision as of 03:13, 11 April 2010

mythlink.pl is a script in the contrib folder for renaming mythtv recordings to more human-readable filenames. Usage is exactly like mythrename.pl, except it supports --chanid and --starttime or --filename to specify that it should only create a link for a specific recording. The file was moved at mythtv revision 23475 due to the destructive nature of the script when used with default options (see here).

Location

mythlink.pl is in the contrib folder. Various distro file locations are below:

  • Ubuntu 10.04:
    • /usr/share/doc/mythtv-backend/contrib/user_jobs/mythlink.pl

Usage

mythlink.pl --link [destination directory]

Example:

 /usr/share/doc/mythtv-backend/contrib/user_jobs/mythlink.pl --link /mnt/pretty --format %T/%T%-%S

See mythrename.pl for more information.

Tips

  • Enter User-submitted tips here.