[mythtv-commits] Ticket #7867: MythVideo unable to use directory names containing ':'

MythTV mythtv at cvs.mythtv.org
Thu Jan 7 18:28:36 UTC 2010


#7867: MythVideo unable to use directory names containing ':'
--------------------------------+-------------------------------------------
 Reporter:  anonymous           |        Owner:  awithers
     Type:  defect              |       Status:  closed  
 Priority:  minor               |    Milestone:  unknown 
Component:  Plugin - MythVideo  |      Version:  head    
 Severity:  medium              |   Resolution:  wontfix 
  Mlocked:  0                   |  
--------------------------------+-------------------------------------------
Changes (by robertm):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 Unfortunately, only "/" and NUL are invalid in linux/unix filesystems.
 Even a semicolon would be an allowed filename character.  Because we won't
 use NUL as a separator and / is a directory delimiter, we must settle on a
 usable character for directory separators.

 See:

 http://en.wikipedia.org/wiki/Comparison_of_file_systems#cite_note-
 note-25-3

 With all that in mind, I'll be leaving this the same to remain consistent
 with the rest of Myth where similar separators are used.

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


More information about the mythtv-commits mailing list