
mythtv at cvs
Jan 6, 2010, 10:23 AM
Post #1 of 3
(389 views)
Permalink
|
|
Ticket #7867: MythVideo unable to use directory names containing ':'
|
|
#7867: MythVideo unable to use directory names containing ':' --------------------------------+------------------------------------------- Reporter: anonymous | Owner: awithers Type: defect | Status: new Priority: minor | Milestone: unknown Component: Plugin - MythVideo | Version: head Severity: medium | Mlocked: 0 --------------------------------+------------------------------------------- MythVideo uses colon ':' as separator for multiple directories in its VideoStartupDir DB field. However, colon is a perfectly valid character in linux filenames, so MythVideo fails to locate directories that have ':' in their names. Same problem occurs with storage groups that include directory names containing colon - MythVideo can't find them. MythVideo should instead use a non-filename-valid separator, such as semicolon ';' -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7867> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|