FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › Not all music visible when running mt-daapd server.
- This topic has 2 replies, 2 voices, and was last updated 16 years, 6 months ago by
jeremiahj.
-
AuthorPosts
-
17/11/2006 at 9:51 PM #798
jeremiahj
GuestI’m using the latest version for mt-daapd on my debian system. I can successfully get my server recognized on iTunes 7 on my macbook but there are only a handful of songs that are showing up out of my library – in no particular order.
Here is a sample of how the persmissions are set on a particular music folder. Something I’m doing wrong? Can’t find any diffs between the files that show and those that do not.
Or maybe it’s not a persmissions issue at all. I have several thousands of songs but only maybe 100 show up.
/mnt/raid/share/music is my root music location defined in the mt-daapd.conf file.
titan:/mnt/raid/share/music# ls -la Genesis/
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 FoxtrotThanks,
JJ18/11/2006 at 4:58 AM #7382rpedde
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 FoxtrotYou 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
18/11/2006 at 6:45 AM #7383jeremiahj
GuestMan thanks Ron! I ended up doing a ‘chmod -R 755 *’ and it worked. Chug chug goes my disk updating mt-daapd. Thanks!
JJ
-
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.