On my NAS there is a user "subsonic" who hast read/write access to my music folders (but i think read should be enough).
Also I do have a user "subsonic" on my RasPi.
When scanning the media folder in the web interface, there is no error message.
The log states this:
- Code: Select all
[2018-04-05 15:52:47,573] INFO MediaScannerService - Starting to scan media library.
[2018-04-05 15:52:48,610] INFO MediaScannerService - Scanned media library with 55 entries.
[2018-04-05 15:52:48,610] INFO MediaScannerService - Marking non-present files.
[2018-04-05 15:52:48,613] INFO MediaScannerService - Marking non-present artists.
[2018-04-05 15:52:48,615] INFO MediaScannerService - Marking non-present albums.
[2018-04-05 15:52:48,624] INFO MediaScannerService - Completed media library scan.
[2018-04-05 15:52:48,718] INFO PlaylistService - Starting playlist import.
[2018-04-05 15:52:48,719] INFO PlaylistService - Completed playlist import.
Why is Subsonic not scanning "inside" my media folders?
It seems there is no transfer between the RasPi and the NAS.
Is there any way to test it?
I'd be really thankful for any further input.
/edit:
my user on the RasPi:
subsonic:x:1001:1001:subsonic,,,:/home/subsonic:/bin/bashmy media folder:
/media/subsonic/ (incl. subfolders)
Might this be the problem? Should the media folder(s) be inside the user's home dir?