Reply To: database indexing via inode?

#11527

thanks Ron,

i’ve just downloaded and built svn-1586 w/sqllite3 on my linux box and it all works as expected; however the feature you mentioned (able to store music on a different filesystem) still does NOT seem to work

i have “mp3_dir /export/music” in the cfg file and i tried put a file onto a different filesystem in the following manner before running the firefly server

$ cd /export/music
$ ln -s /home/ray/music ray
$ df -k /home/ray /export/music
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/hde2 98435476 60488800 32946448 65% /export/home
/dev/hda8 8826808 8364424 14004 100% /export/music

i have one test mp3 file at /home/ray/music/test.mp3 (tagged with artist=”foo”, album=”foo album”) but when a full scan has been completed and i connect via my roku unit i am UNABLE to find the music file under the artists or album lists.

is there anything you can suggest that i can do to debug this? currently trying to look through the sqllite3 db to see if its there (but i expect not)

many thanks
ray

[you;ll have to excuse the different user — i tried replying but apparently it was spam!]