Opened 15 years ago
Closed 15 years ago
#8450 closed defect (invalid)
default storage group add path failure
Reported by: | anonymous | Owned by: | Isaac Richards |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | MythTV - General | Version: | 0.23-fixes |
Severity: | medium | Keywords: | storage group path |
Cc: | Ticket locked: | no |
Description
when using the mythbackend setup a new added path to the default storage group always get "/" at the end automatically.
But the "/" is implicitly added once more when the .test file is written.
Note: See
TracTickets for help on using
tickets.
The Storage Group design dictates that all storage group directories must end with /, so the UI makes sure the entry is valid before storing it in the database. The mythtv-setup .test file creation may append another /, but all file system drivers should work properly with or without multiple slashes.
If you're actually seeing a problem, please describe the problem and how (and where--if this is some Windows problem or something) to reproduce the problem.