Are you sure that it is not complaining about the file permissions? The owner must be some entity that subsonic is in, and the file permission must be r for owner, group, and world.
For example:
- Code: Select all
-rwxr--r-- 1 jar squeezeboxserver 301211187 Sep 21 11:14 Anthem.MOV
-rwxr--r-- 1 jar squeezeboxserver 634930639 Sep 21 11:14 Emily'sReel.MOV
-rwxr--r-- 1 jar squeezeboxserver 948007693 Sep 21 11:15 Encores1.MOV
-rwxr--r-- 1 jar squeezeboxserver 362504101 Sep 21 11:15 EncoresBluegrass.MOV
-rwxr--r-- 1 jar squeezeboxserver 1028630215 Sep 21 11:15 Fiddler'sDream.MOV
-rwxr--r-- 1 jar squeezeboxserver 3309310990 Sep 21 11:17 Galenta.MOV
-rwxr--r-- 1 jar squeezeboxserver 4264427515 Sep 21 11:18 Improvised 1.MOV
-rwxr--r-- 1 jar squeezeboxserver 1834821084 Sep 21 11:19 Improvised 2.MOV
Where the user subsonic (that runs subsonic) is in the squeezeboxserver group.