Page 1 of 1

user file permsissions allow dont allow

PostPosted: Sat Sep 20, 2014 4:40 pm
by nunya
would like to be able to let users play .mp3s but not so much .mp4s, .mkvs, .avis etc

could some tick boxes or something be added when setting up user accounts that would allow this?

Re: user file permsissions allow dont allow

PostPosted: Sun Sep 21, 2014 11:38 pm
by jarome
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.