Content unavailable after updating Synology NAS PlexMediaServer-1.15.6.1079-78232c603-x86_64.spk

The latest update: PlexMediaServer-1.15.6.1079-78232c603-x86_64.spk
removed Plex as an Administrator. This resulted in “Content Unavailable” and content unplayable even if the file and drive connections are valid.

To fix this issue, re-add permission for Plex as “Allow” & “Full Control”.

  1. Use File Station and select your library folder.
  2. Right library folder then click properties.
  3. Click Create button. Select “plex” from drop down list.
  4. Click inside the dialog box to close the drop down list.
  5. Click all permissions then click ok.
  6. Close the File Station and verify “Content Unavailable” no longer appears and content playback enabled again.

MODERATOR ADDENDUM

This is not the best or easiest action. It also defeats the entire purpose of IMPROVING the protection of your media.

Simply add permission to the share in Control Panel - Shared Folders as Trumpy outlines below.

1 Like

Thanks but what if Plex is already there with Full Access Permissions ? Plex is already there with full access :slight_smile:

Thanks for the additional info. :smile:

Hi. I’ve updated the only read permissions for the plex user to all library folders and I can access all libraries (video, music, etc.) except photo than it doesn’t work. Anyone could tell me what can I do for solving it? Thanks.

I’m pulling my hair out with this update. I’ve ended up twice uninstalling this version and putting back the previous one. The today I took a punt on installing the latest 1198 version. It brought me to the same place again with the damn permission. I’ve been over the whole file system multiple time and confirmed Plex user has permission on everything read./write. This hasn’t done a thing to allow access from the app.I’ve even been right into the deeper folder permissions via file station and they are all ticked. There’s seriously nothing left that should be stopping access according to all of the advice that’s written. So once again I’ve taken things back to version 994.

When you go to Control Panel - Shared Folders, and EDIT one of your media shares , then look at the Permissions tab, you should have something like this:

I run as admin most of the time. I have given user Plex permission to READ-ONLY of the movies share.

If you cannot achieve this, and have restarted DSM , Please take a screenshot of this page and show me what you have.

Exactly like the same and as per what I’ve read ad-naseum here on the subject. My Video folder which contains all of the relevant folders has full read and write for plex just as all other relevant shared folders. What’s taking a screenshot going to do its the same config (except I just give plex full permission), but here :

This is the screenshot for my photo folder:


And it looks ok. But the photo library doesn’t find any photo. Here it’s the screenshot:

Do you know where is the problem?

As it looks like you are using the ‘video’ folder, there might be a solution here:

You could try Setting the permissions on the top level shared folder in which your photo directory is.

Go to Control Panel > Shared Folders

then edit the shared folder that contains your photo directory and select the permissions tab from there and give plex permission to that.

It is also required to Restart DSM for all changes to become effective after the first update (994 or higher)

I had something of suspicion of this with my folders not ‘conforming’ to the ‘cookie cutter’ folder layout. My issue when thinking about changing is, is now do I have to go through and screw around with all the other software which utilises my current structure no issue whatsoever, ie. SabNZB, Sonar, Radarr etc?

I also will note as per my sentiments in my first post, I went through the whole restarted scenario to no avail, which is why we are now at this potential of having to mess around moving terabytes of media into a new structure.

I am afraid I don’t know if there is anything you can do to fiddle with the permissions to make it work for the video folder.

I would have to defer to @ChuckPa’s greater wisdom where the finer details of Synology DSM permissions are concerned.

Yeah sorry, wasn’t putting it back to you directly there to have the answer through quoting you, just more putting it out to ChuckPA etc who after the initial ‘default’ advice didn’t come back with anything other than the published advice to ‘restart DSM’ . :+1:

Thanks for the answer. That is what I’ve already done but no success:

And I’ve already done to restart DSM twice after changing permissions on photo folder.
As well, I’ve deleted the photo library and I’ve added it again but with the same result.
What I don’t understand why it’s working in the rest of the folders but not with photo one. Do you have an idea?

ah, this is just me guessing, but I wonder if the default photo shared folder is another “special” folder like the default video folder.

You could try creating a new folder and putting some of your photos in there as a test, and see if Plex is able to see those.

if you want to get into the syno itself, at the command,

cd /volume1
find video video -type d -exec chmod 755 {} \;
find video video -type f -exec chmod 644 {} \;

You can edit the directory name to also be photos if you wish to alter that one as well.
You may also list both on the same command (find photos video …)

Be Advised:

this will confirm / deny whether those shares are the source of the problem.
the above isn’t meant as a long term solution. Those two commands set permissions at the Linux level. If you now have access, you know DSM / Video Station / Photo Station are expressly interfering.

So I’ve now started a copy process to a dedicated Movies shared folder created with the correct permissions. This now a joyful 6-8hr (as it keeps bouncing around trying to estimate) process DSM tells me just for this, probably similar for my TV content. I don’t want to cut and paste everything out. I want to make sure its not a total PIA to get all of the other apps working with the new folder arrangement before I delete the original folders. Must say I’m really stoked Plex found it necessary to implement such a change, I had no issues with the existing ‘forced’ permission levels.

Thanks for the idea, because it worked! Now I’ve got access to the new photo folder.

And thanks to @ChuckPa for your support.