View Issue Details

IDProjectCategoryView StatusLast Update
0000660ardourbugspublic2008-11-20 23:48
Reporterndv Assigned Totaybin  
PriorityurgentSeverityfeatureReproducibilityalways
Status closedResolutionfixed 
Summary0000660: importing folder into sample library broken
DescriptionFor some time now (0.9beta18.4 and as far back as I can remember) I have not been able to import my samples into the sample library in Ardour. I have quite a deep directory structure containing hundreds of samples on my filesystem. When I try to add this to the sample library, Ardour takes some time scanning the filesystem but when it is finished I just see the name of the top folder ("samples") but it appears to be empty: there is a box next to it that can be changed from + to - but no files or subfolders appear when I click on it. I also can't remove it without removing the .ardour/sfdb file (which does appear to contain references to all the samples). I tried importing some sub-folders and it worked fine so I suspect that I may have a mangled file somewhere that is causing something unexpected to happen. If this might be the case, any suggestions on how to track the file down would be helpful, as it would take ages to do it by importing every subfolder until I found it.
TagsNo tags attached.

Activities

2004-08-22 17:15

 

library_ui.diff (482 bytes)   
Index: gtk_ardour/library_ui.cc
===================================================================
RCS file: /home/las/cvsroot/ardour/ardour/gtk_ardour/library_ui.cc,v
retrieving revision 1.39
diff -u -r1.39 library_ui.cc
--- gtk_ardour/library_ui.cc	6 Aug 2004 16:27:19 -0000	1.39
+++ gtk_ardour/library_ui.cc	22 Aug 2004 17:15:14 -0000
@@ -833,6 +833,8 @@
 
 	string s_file(file);
 
+	cout << s_file << endl;
+
 	if (s_file.find("/.") != string::npos){
 		return ftw_return;
 	}
library_ui.diff (482 bytes)   

taybin

2004-08-22 17:17

administrator   ~0001437

Last edited: 2004-08-22 17:17

Apply the library_ui.diff file to ardour. It will print out the name of each file and directory as ardour imports it. Maybe you'll see something interesting.

I'm unable to duplicate this bug, btw.

edited on: 08-22-04 10:17

taybin

2006-11-02 03:55

administrator   ~0002541

This bug is moot as the "feature" doesn't exist anymore.

Issue History

Date Modified Username Field Change
2004-08-01 14:17 ndv New Issue
2004-08-01 17:12 taybin Status new => assigned
2004-08-01 17:12 taybin Assigned To => taybin
2004-08-22 17:15 taybin File Added: library_ui.diff
2004-08-22 17:17 taybin Note Added: 0001437
2004-08-22 17:17 taybin Note Edited: 0001437
2006-11-02 03:55 taybin Status assigned => resolved
2006-11-02 03:55 taybin Resolution open => fixed
2006-11-02 03:55 taybin Note Added: 0002541
2008-11-20 23:48 seablade Status resolved => closed