Re: [Linuxsampler-devel] Fwd: bug ? instrument-db

2009-10-13 Thread Nedko Arnaudov
Emanuel Rumpf writes: > 2009/10/11 Nedko Arnaudov : >> >> Thank you very much. Changing permissions fixed the problem. >> > Do you have the problem with adding Directories too ? > When trying to add directories, nothing happens here. I added my only directory and instruments are now in the db.

Re: [Linuxsampler-devel] Fwd: bug ? instrument-db

2009-10-13 Thread Emanuel Rumpf
2009/10/12 Grigor Iliev : > On Mon, Oct 12, 2009 at 7:31 PM, Emanuel Rumpf wrote: >> A few of the gigs in the dir. might be invalid/broken. Maybe that's >> causing trouble? > > That definitely could cause the problem. Try to add to some other > directory gig files that are proven to be ok and try

Re: [Linuxsampler-devel] Fwd: bug ? instrument-db

2009-10-13 Thread Grigor Iliev
On Tue, Oct 13, 2009 at 9:04 PM, Emanuel Rumpf wrote: > lscp> GET DB_INSTRUMENTS_JOB INFO 2 > NOTIFY:MISCELLANEOUS:Received 'GET DB_INSTRUMENTS_JOB INFO 2' on socket 4 > FILES_TOTAL: 0 > FILES_SCANNED: 0 > SCANNING: > STATUS: 100 Interesting, looks like no file was found suitable for scanning. Is

Re: [Linuxsampler-devel] Fwd: bug ? instrument-db

2009-10-13 Thread Emanuel Rumpf
2009/10/13 Grigor Iliev : > On Tue, Oct 13, 2009 at 9:04 PM, Emanuel Rumpf wrote: >> lscp> GET DB_INSTRUMENTS_JOB INFO 2 >> NOTIFY:MISCELLANEOUS:Received 'GET DB_INSTRUMENTS_JOB INFO 2' on socket 4 >> FILES_TOTAL: 0 >> FILES_SCANNED: 0 >> SCANNING: >> STATUS: 100 > > Interesting, looks like no fil

Re: [Linuxsampler-devel] Fwd: bug ? instrument-db

2009-10-13 Thread Grigor Iliev
For some reason LS can't list the directory content. Are the permissions of the directory containing the gig files ok? I get the same problem if I don't have read rights to the directory containing the gig files. Do chmod 777 /media/ext/downloads/samples/test_dir just in case and try again. --