Server Version#: Version 1.14.1.5488
Hi all, I’ve retiring a synology NAS and moving to this new QNAP NAS. I tried to setup Plex a few years ago on the Synology but I think it didn’t have enough grunt. The QNAP NAS is meant to be much better. I’ve been moving folders/files over but whilst the QNAP Plex library sees the folders, it can’t seem to add the file names to the library.
I’ve setup the following folders, and following suggestions from other parts of the forum, have made sure to point the libraries to CACHEDEV1_DATA/ subdirectories.
/share/CACHEDEV1_DATA/Public/Movies
/share/CACHEDEV1_DATA/Public/TV
/share/CACHEDEV1_DATA/Public/Photos
/share/CACHEDEV1_DATA/Public/Music
/share/CACHEDEV1_DATA/Public/Home Media
From inside the web interface to the Plex server, every folder under the ‘library’ link, simply gives me “There are no items in this library”.
If I ‘Browse for media folder’ and follow the linked folder to the destination, I can see the file names but they’re greyed out.
All folders, in so far as I can see via ssh, appear to be owned by admin:administrators. I tried changing this akin to some of the linux suggestions, to plex:plex plex:everyone plex:administrators but nothing changed the outcome. In the end I changed it back to admin:administrators which is how the folders were setup.
In either case, ps aux suggests Plex Media Server is being run by the ‘admin’ user:
7267 admin 15276 S /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Plex Tuner Service /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Tuner/Private /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Resources/Tuner/Share
7268 admin 28156 S /share/CACHEDEV1_DATA/.qpkg/PlexMediaServer/Plex DLNA Server
Looking at the media server logs, the library does seem to be scanned and finding files, but getting some errors for each file it finds.
Mar 08, 2019 23:52:15.607 [0x7f1203d66800] DEBUG - * Scanning Cars
Mar 08, 2019 23:52:15.607 [0x7f1203d66800] DEBUG - Looking for path match for [/share/CACHEDEV1_DATA/Public/Movies/001A Kids Movies/CARS.avi]
Mar 08, 2019 23:52:15.608 [0x7f1203d66800] DEBUG - Skipping hash check, no size match for 736210944 bytes.
Mar 08, 2019 23:52:15.608 [0x7f1203d66800] DEBUG - No match for hash.
Mar 08, 2019 23:52:15.609 [0x7f1203d66800] DEBUG - Downloading document http://127.0.0.1:32400/library/changestamp
Mar 08, 2019 23:52:15.610 [0x7f1203d66800] DEBUG - HTTP requesting GET http://127.0.0.1:32400/library/changestamp
Mar 08, 2019 23:52:15.611 [0x7f1203d66800] DEBUG - HTTP 401 response from GET http://127.0.0.1:32400/library/changestamp
Mar 08, 2019 23:52:15.612 [0x7f1203d66800] ERROR - downloadContainer: expected MediaContainer element, found html
Mar 08, 2019 23:52:15.612 [0x7f1203d66800] ERROR - Exception inside transaction (inside=1) (../Library/MetadataItem.cpp:3298): Unable to allocate a changestamp from the server
Mar 08, 2019 23:52:15.612 [0x7f1203d66800] ERROR - Exception assimilating media item in 001A Kids Movies: Unable to allocate a changestamp from the server
Your advice would be appreciated.