PlexServerAutoUpdater icon indicating copy to clipboard operation
PlexServerAutoUpdater copied to clipboard

Automatically update Plex when running the Plex service.

Results 12 PlexServerAutoUpdater issues
Sort by recently updated
recently updated
newest added

Plex is releasing a 64bit Server, I've installed the preview, but as the x64 bit Version is higher than the 32bit, I think the Updater will need to detect the...

I may be mistaken, but it seems this solution only allows/looks for one particular service name and fails if it is not detected. It would be great if there were...

I haven't used my server in a while and decided to get back to Plex but when I tried to launch the updater it just gives me an error saying...

![psupdate error](https://user-images.githubusercontent.com/79710387/109320670-1a849c00-7805-11eb-9c2b-e18bfdcc29e7.jpg) No clue, was working fine on a windows server essentials 2016 plex server, then on a new install of a win 10 pro plex server. Works fine on...

Since the 0.2.0.0 release I haven't been able to get the -force flag to work when triggering it via script. When I open up the GUI manually the "Update" button...

In order to get auto-downloads working with -silent, I needed to add the following REG_SZ values under HKCU\Software\Plex, Inc.\Plex Media Server: LocalAppDataPath: "C:\Users\\{username}\AppData\Local" ButlerUpdateChannel: "0" It doesn't look like the...

So I saw today that Plex Media Server version 1.18.3.2156 was released, so I ran the application with the gui just to test it. Upon running, the application says that...

How would you feel about accepting a PR to allow the log location to be configured? I was thinking by default the behavior stays the same, but if a path...

When using the `-silent` option, `silentUpdate.Run()` gets called and only calls `CheckIfCanUpdate()` once. If `playCount` is greater than 0, `CheckIfCanUpdate()` merely logs this and exits with success. There is a...

https://github.com/TechieGuy12/PlexServerAutoUpdater/blob/651d6a431c20634decb3130471b1b631e232dd4d/Program.cs#L73 `psupdate.exe -silent && echo success || echo fail` returns `success` in a non-elevated command prompt on Windows Server 2012 R2. The contents of the log file are: 2019-05-30 19:01:46...