I can connect to Subsonic via my Ubuntu desktop ([server ip]:4040) but when I go to "Settings" "Media Folders" (as administrator) I can not get Subsonic to recognize the path to my music folder, and get "folder not found" in red.
My music folder is mounted /mnt/nas/media/music on the server
I enter /mnt/nas/media/music in the folder box
The only entry that will not give "Folder not found" is /mnt/
When I check permissions:-
- Code: Select all
ls -la /mnt/nas/media/music
result
- Code: Select all
total 228
drwxrwsr-x 57 g0rsq music 4096 Feb 28 19:31 .
drwxrw-r-- 4 g0rsq nogroup 4096 Jan 21 15:31 ..
drwxrwxrwx 7 g0rsq music 4096 Jan 25 22:17 Alice Russell
drwxrwxrwx 3 g0rsq music 4096 Jan 25 22:17 Alicia Keys
drwxrwxrwx 3 g0rsq music 4096 Jan 25 22:17 Amy Winehouse
drwxrwxrwx 4 g0rsq music 4096 Jan 25 22:17 Annie Lennox
drwxrwxrwx 5 g0rsq music 4096 Jan 25 22:17 Belinda Carlisle
etc
Owner of the /var/subsonic folder is a user "subsonic" and the user has been changed to subsonic in the /etc/default/subsonic file
I also added the user "subsonic" to the "music" group
- Code: Select all
root@ubuntu-server:~# ls -la /var/subsonic
- Code: Select all
total 52
drwxr-x--- 6 subsonic subsonic 4096 Feb 28 20:50 .
drwxr-xr-x 14 root root 4096 Feb 28 20:04 ..
drwxr-xr-x 2 subsonic subsonic 4096 Feb 28 20:50 db
drwxr-xr-x 3 subsonic subsonic 4096 Feb 28 20:05 jetty
drwxr-xr-x 7 subsonic subsonic 4096 Feb 28 20:05 lucene2
-rw-r--r-- 1 subsonic subsonic 5711 Feb 28 22:06 subsonic.log
-rw-r--r-- 1 subsonic subsonic 357 Feb 28 22:06 subsonic.properties
-rw-r--r-- 1 subsonic subsonic 14186 Feb 28 22:07 subsonic_sh.log
drwxr-xr-x 2 subsonic subsonic 4096 Feb 28 20:04 transcode
Both UFW firewalls have been disabled
Any idea how to get Subsonic to see my Music folders?
Thanks
peter