Hello all,
I'm migrating my music library to Amazon S3 using S3QL (https://github.com/s3ql/s3ql/). This mounts an S3 bucket as an encrypted file-system and encrypts files before they are uploaded to S3.
The S3QL mount is working great and I can see all of my files. The problem is subsonic is not able to scan these files. I've tried toggling the "Fast access mode", restarting subsonic, and rebooting the server. Nothing seems to work.
My initial guess was the "st_nlink" value given from the 'stat' command. It is a known issue with S3QL (http://www.rath.org/s3ql-docs/issues.html). I've since dismissed that theory because my previous music mount-point also returns a '1' from the stat command.
Any ideas? Has anyone else used S3QL with their music library?
