View Issue Details

IDProjectCategoryView StatusLast Update
0006941ardourbugspublic2016-08-04 15:51
Reporterrobsco Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformLinux x64OSArch LinuxOS Version20160804
Product Version5.0-pre 
Summary0006941: File imports stored incorrectly with a semicolon in the path.
DescriptionWhe importing (copy to session) a file into a open project located at:
"/home/username/sounds/foo: bar/session/session.ardour"

The files are imported to the directory:
"/home/username/ bar/session/interchange/Meditations/audiofiles"
TagsNo tags attached.

Activities

paul

2016-08-04 15:51

administrator   ~0018342

The issue here is that when we call Session::setup_raid_path(), we fail to differentiate between:

    dir1:dir2

and

    dir: with colon

Probably we should get rid of the whole raid path stuff.

Issue History

Date Modified Username Field Change
2016-08-04 15:40 robsco New Issue
2016-08-04 15:51 paul Note Added: 0018342