Reply To: Not all music visible when running mt-daapd server.

#7382
rpedde
Participant

@jeremiahj wrote:

total 136
drwx—r– 18 gnump3d jester 4096 2006-11-10 17:39 .
drwxr-xr-x 2503 gnump3d root 65536 2006-11-15 23:23 ..
drwx—r– 2 gnump3d jester 4096 2006-09-24 12:35 Archive #2 – 1976-1992
drwx—r– 2 gnump3d jester 4096 2006-11-10 17:39 Best Ballads
drwx—r– 2 gnump3d jester 4096 2006-09-24 12:35 Duke
drwx—r– 2 gnump3d jester 4096 2006-09-24 12:35 Foxtrot

You need r-x on those directories. The “x” permission on directories is permission to descend into the directory.

Without it, the server can’t look in the directory to see what’s there. Check your /bin directory — that’s why it’s drwxr-xr-x — so you can see the files in there.

a “find . -type d -exec chmod a+x {} ;” from the top of the music dir ought to do it.

– Ron