YuriyGuts/syno-plex-update

DSM7 PLEX_PREFERENCES_FILE path is incorrect

Closed this issue · 6 comments

In DSM7, the path for PLEX_PREFERENCES_FILE is '/var/packages/PlexMediaServer/shares/PlexMediaServer/AppData/Plex Media Server'

On package trust, how did you add the certificate? DSM7 Package Center has no "Certificate" tab as in DSM6.

Additionally the version comparison should use the ">" instead of "!=" as now, if older version is found on the server, the script assume that there is an update.

Resolved in e844a00

Thank you for the PR (#2) 👍

On package trust, how did you add the certificate? DSM7 Package Center has no "Certificate" tab as in DSM6.

Interesting— I think my DSM 7 had this setting somewhere after upgrading from DSM 6, but maybe it was removed later. I can't find it either.

According to https://www.reddit.com/r/synology/comments/os7xlx/add_third_party_cert_keys_to_dsm7/ it seems like importing the key is no longer necessary.

Will try the script on the next Plex update and report in.

I confirmed that in DSM 7, the installation works without the need of adding the package trust in DSM 6.

Thanks for the heads up!