FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Setup Issues › symbolic link is not detected on NAS
- This topic has 13 replies, 4 voices, and was last updated 16 years, 11 months ago by rpedde.
-
AuthorPosts
-
09/11/2007 at 11:21 AM #1921AnonymousInactive
i’ve installed firefly on a “WD MY Book”
firefly is running and the files which are in the directory /music and all files which are below this directory are detected by firefly.my Problem:
all files on the mybook are in /shares/internal/Musici did a symb. link
ln -s /shares/internal/MUSIK /music/iTunesif i do a ls /music/iTunes all mp3 files are displayes but firefly do not detect the files which are in this symbolic link
( i tried to add the dir in the mt-daapd.conf – but no change)does anybody have the same problem or can help me?
❓
09/11/2007 at 3:02 PM #14285sonichouseParticipantDoes the user that firefly is running as have permissions to the directory ?
I think it will also need permission to the whole directory tree the files are stored as well.
09/11/2007 at 4:06 PM #14286AnonymousInactive@sonichouse wrote:
Does the user that firefly is running as have permissions to the directory ?
yes …the user has the permission and if do a ls /music/itunes (with ssh) all files and directories are shown
lrwxrwxrwx 1 root root 28 Nov 8 10:56 iTunes -> /shares/internal/MUSIK/Musik
-rwxr–r– 1 root root 3448832 Nov 8 11:23 nolimit.mp3
drwxr-xr-x 2 root root 4096 Nov 9 19:09 test
-rwxr–r– 1 root root 6455296 Nov 8 10:10 track02.mp3nolimit.mp3, track02.mp3 and all mp3’s in the directory test are shown by firefly
all mp3’s (mp2’s) which are below the iTunes are not shown in fireflyedit: mp2’s was misstyped ..should be mp3’s
09/11/2007 at 4:18 PM #14287sonichouseParticipantLooks like it won’t follow the symbolic link 🙁
If you go to the configuration page http://server:3689/config.html you can add another music folder in the Music Files section.
Try adding /shares/internal/Music as an additional folder.
09/11/2007 at 4:25 PM #14288AnonymousInactivei tried this already (mp3_dir = /shares/internal/MUSIK/Musik ok i did this in mt-daapd.conf because the firefly build svn-1586 has a bug throug the webinterface) but the files are not detected by firefly.
09/11/2007 at 4:30 PM #14289sonichouseParticipant@mik_schreiber wrote:
all mp2’s which are below the iTunes are not shown in firefly
Did you mean mp2 ?, if so have you added mp2 to your extensions ?
09/11/2007 at 4:47 PM #14290AnonymousInactivesorry misstyped …should be mp3’s
here you see what i’ve tried
mt-daapd.conf:
/snip
mp3_dir = /music
#mp3_dir = /shares/internal/MUSIK/Musik
#mp3_dir = /music/iTunes/Singles
#mp3_dir = /shares/internal/MUSIK/Musik/Singles
/snip@sonichouse wrote:
@mik_schreiber wrote:
all mp2’s which are below the iTunes are not shown in firefly
Did you mean mp2 ?, if so have you added mp2 to your extensions ?
09/11/2007 at 4:51 PM #14291sonichouseParticipantHave you tried setting the log level to 9 and scanning the folder that won’t work ?
There may be some clues in the log file ?
09/11/2007 at 5:19 PM #14292AnonymousInactivei am new to firefly – how to set the debug level to 9 ?
09/11/2007 at 5:22 PM #14293sonichouseParticipantIn your mt-daapd.cong set debuglevel = 9
or change the debug level in the web configuration advanced screen -
AuthorPosts
- The forum ‘Setup Issues’ is closed to new topics and replies.