Skip to content

Automatically update Plex Media Server on a Synology NAS.

License

Notifications You must be signed in to change notification settings

tfabris/PlexUpdate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlexUpdate

https://github.com/tfabris/PlexUpdate

A script to Auto Update the Plex Media Server on a Synology NAS. This works around the problem where the built-in auto-update features of the Synology NAS won't auto-update the Plex Media Server.

Note that, in order for this script to work, Plex Media Server must already be installed and working on the NAS.

Original author MartinoRob:

Formatting/style changes by Sean Hamlin:

Logging and bullet-proofing added by Tony Fabris:


Configuration

Obtain and unzip the latest files:

Set file permissions:

Create a folder on the NAS, copy these files to that folder, and set the access permissions on the folder which contains this script, and the script itself, using a shell prompt:

 chmod 770 PlexUpdate
 cd PlexUpdate
 chmod 770 *.sh

Create automated task to run the script:

On the Synology NAS, in the Synology Task Scheduler, create a task for this script. Create the job so that it runs PlexUpdate.sh once per day at your desired time. Configure it to run as root.

Behavior

The script will check for a Plex Media Server update on the Synology NAS, and then install the update if it is a different version than what's currently installed.

The script will log the most important messages to the Synology system log, and will print additional detailed debug messages to the console while it runs.

About

Automatically update Plex Media Server on a Synology NAS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages