[mythtv-commits] Ticket #4932: mythrename.pl should truncate the basename to ensure it fits in the recorded table

MythTV mythtv at cvs.mythtv.org
Thu Feb 4 22:59:23 UTC 2010


#4932: mythrename.pl should truncate the basename to ensure it fits in the
recorded table
----------------------------------------+-----------------------------------
 Reporter:  anonymous                   |        Owner:  mdean  
     Type:  defect                      |       Status:  closed 
 Priority:  minor                       |    Milestone:  0.23   
Component:  Contributed Scripts & Apps  |      Version:  unknown
 Severity:  medium                      |   Resolution:  wontfix
  Mlocked:  0                           |  
----------------------------------------+-----------------------------------
Changes (by mdean):

  * priority:  major => minor
  * status:  assigned => closed
  * resolution:  => wontfix
  * milestone:  unknown => 0.23


Comment:

 After [23474], mythrename.pl no longer renames recording files (and after
 23475 is called mythlink.pl).  Different file systems have different
 requirements for allowed characters and allowed file name lengths and
 allowed path lengths, making it difficult to safely handle all cases.
 Users should instead use symlink (created with mythlink.pl) or FUSE-based
 (with mythtv/contrib/exports/mythfs.py ) views of recordings files, rather
 than renaming the actual files.

 If you had previously renamed files, you may revert them to default file
 names with: mythlink.pl --rename

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4932#comment:5>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list