Hi
I am trying to setup a subsonic server in a raspberry pi
I am running a 2015-05-05-raspbian-wheezy.img in a raspberry pi; this version of raspbian comes with jdk-8-oracle-arm-vfp-hflt (build 1.8.0-b132) pre installed
I downloaded subsonic-5.2.1.deb and installed in the pi
The service starts fine and i am able to see the web interface
Now, my music collection is located in a external ntfs drive wich i have mounted with this command
sudo mount -t ntfs /dev/sda1 /mnt -o umask=222
I created a subsonic user and configured that user in /etc/default/subsonic
When i scan the media folders is seems they are correctly read; when the scan is finished i can see the resulting information in the left panel
xxx artists
xxx albums
etc
But no music is present, the list of artists / albums / songs, just does not appear
What can be wrong ? how can i diagnose the problem ?
thanks