TechieGuy12 / PlexServerAutoUpdater

Automatically update Plex when running the Plex service.
MIT License
118 stars 10 forks source link

Fix for issue #32 #36

Closed phantomtypist closed 5 years ago

phantomtypist commented 5 years ago

Added code related to issue #32 to check if there are any in progress recordings. See commit comments, but it should be noted that since we can't currently kill the DVR process I short-circuit the ability to force update the server if there is an in progress recording.

Also took care of a couple of trivial textual bugs.