My new subsonic installation doesn't show all the media files. It looks like Scanning Media Folders function stops prematurely for some reason, but it is not giving me any hint upon the reason.
I just installed the latest subsonic on my Synology NAS. First I installed Java 7 and Tomcat 7, then I copied subsonic.war to the Tomcat apps directory, created /var/subsonic with access for user http, then subsonic could be launched in the browser. But scanning the media folders stops after just a few hundred, where there should be more than 10000.
The media library files haven been copied to the NAS in the usual way, and I explicitly configured read/write access rights for the user "http", which Tomcat is running under.
I configured the media folders like this:
Music: /volume1/music
Video: /volume1/video
The log (see below) is not giving any problem indication. I have no idea, if a particular file or directory is stopping the process or what the reason could be. Not enough memory? Wrong access rights? Configuration problem? Can anybody help?
Subsonic version: 6.0 (build a7857c) – April 30, 2016
Server version: Apache Tomcat/7.0.69, java 1.7.0_111, Linux (99.7 MB / 153.1 MB)
NAS type: DS216play
NAS firmware version: DSM 6.0.2-8451 Update 1
- Code: Select all
[10/8/16 7:06:27 AM GMT+01:00] INFO MediaScannerService Starting to scan media library.
[10/8/16 7:06:40 AM GMT+01:00] INFO MediaScannerService Scanned media library with 250 entries.
[10/8/16 7:06:50 AM GMT+01:00] INFO MediaScannerService Scanned media library with 416 entries.
[10/8/16 7:06:50 AM GMT+01:00] INFO MediaScannerService Marking non-present files.
[10/8/16 7:06:50 AM GMT+01:00] INFO MediaScannerService Marking non-present artists.
[10/8/16 7:06:50 AM GMT+01:00] INFO MediaScannerService Marking non-present albums.
[10/8/16 7:06:50 AM GMT+01:00] INFO MediaScannerService Completed media library scan.
[10/8/16 7:06:51 AM GMT+01:00] INFO PlaylistService Starting playlist import.
[10/8/16 7:06:51 AM GMT+01:00] INFO PlaylistService Completed playlist import.