Just purchased a Synology NAS device to use with Plex. I setup the device via the FAQ:
I gave Plex read/write permissions to the Videos folder under Control Panel in the NAS.
I am able to see the Videos folder, and sub folders for media. I created a Movies and TV sub folder.
Under Plex I set the library location to /volume1/video/Movies and it shows the videos. But once I save and index, it says the folder is empty.
No. Thatâs not how itâs done. Also, on Linux, the delimiter is / not \. If you attempt to use \ it will never work.
Linux interprets \plexmediaserver\homes\me\Drive
as if it were plexmediaserverhomesmeDrive which is meaningless.
You must use: Control Panel - Shared Folders - Create
Remove everything you have done on the command line. You will fill up the tiny partition used by the OS if you donât. Everything must be done as a Synology âShared Folderâ . When you create the shared folders, they will be accessible to Plex by the name /volume1/movies (or whichever names you create)
In this announcement, I showed how to edit existing media shares.
The permissions set in this announcement are the same you need to use for PMS on your new shares.
I have the exact same problem. Until a few days ago, I was able to watch my movies on Plex, but then I did an update on the Plex server and I moved the movies files from a personal folder to a newly created shared folder called âMoviesâ, made sure that Plex user has read and even changed it later to read/write access, but still Plex tells me the library is empty. I would appreciate any help! Thanks.
Iâm having an issue where Plex canât even communicate with the server on my brand new Synology NAS.
After manually installing the the Synology Plex app downloaded from the Plex site, I click on it to launch and it opens up a new tab to Plex. I sign in successfully but Iâm then redirected to a page that says:
No soup for you!
The server youâre trying to access doesnât want to let you in. Make sure youâre signed in as a user with access to this server.
Any idea what that means? It sounds like there must be some setting in Synology that is preventing Plex from connectingâŠor could it be a router issue?
If LAN IP ranges are not RFC-1918 Private Network compliant (which is where those address ranges come from), then yes, thatâs the root problem.
If you can change your home LAN to use non-routed IP addresses as it should,
(Youâre likely using somebodyâs real IP address in your home which will cause great confusion to Plex) then this problem will go away.
If you canât change your home LAN address ranges (a pain to do but strongly advised), your only choice is to use SSH tunneling to setup the server and, should anything happen, to maintain it.
Hello Chuck, I am also facing the same problem. Iâve followed the suggestions provided in this thread and created the folder via Shared Folder named âHome Media Filesâ and given read permission to Plex. Afterwards, I have chosen TV Show and added the media files in the sub folder. After adding the media files, Iâve scaned the library. Below message kept on popping-up- âThis library is currently empty
Expecting more? Visit the Manage Libraries page to add folders and scan library files.â
Please advise. Thanks
Because of how Linux handles file permissions (which is strict), which can allow a user to see almost all of a particular directory but not all of it.
Now, add to this what happens when files are copied onto the NAS from a computer where they are owned by you.
Itâs actually possible to grant permissions to the directory but still not have permission to the files.
Further, by default on Linux (and Synology in this case as well), when you use a PC username or the Synology admin account to copy files, user plex still might not be able to read them.
The best next step is to expressly grant permission to the "sub-folders and files** in that share. Give me a moment please and I will make a How-To to add to the FAQ.
Thanks for the FAQ.
I was able to confirm that the media has provided Plex with read/write permissions.
Iâm still unable to analyze the folder and have the media show up though.
Are you able to help over a remote session perhaps?
Just wanted to thank ChuckPA for his help. My âno soup for youâ issue ended up being a router problem. My Asus router was in âAccess Pointâ point which was somehow causing the access issues in syncing Plex and my Synology NAS.
Once I reset the Asus router to go back to regular router mode Plex connected just fine.
With Chuckâs help, I was able to get the Synology to work with Plex.
The issue came down to the file system type. BTRFS does not appear to be compatible with Plex and indexing files.
We had to switch to EXT4. In order to accomplish this, the volume had to be removed.
This is accomplished through Storage Manager - Volume - Remove
You may have to remove some packages that were previously installed. These will be listed in the details dialog box prior to the remove button being active.
This is accomplished through Package Center - Installed
I had to remove Memories, Node.js, and a few others first.
Once you have the volume removed, recreate it using the EXT4 file system. All the other options should be default.
Create a folder for your media (ie Movies) and check that Plex has read/right permission.
Install Plex through the Package Center.
At this point you can copy files over to the share and should be able to index them as the guide above walks you through.