Skip to content

Releases: cjmurph/PmsService

1.1.2

10 Jun 23:12
Compare
Choose a tag to compare

Update list of supporting processes that need to be killed when stopping Plex.
Make tray application dpi aware and attempt to apply the correct icon. #21
Add balloon notifications to tray app when Plex running state changes.

1.1.1

20 Nov 08:56
Compare
Choose a tag to compare

Added about dialog
Added extra plex supporting processes to kill
double click on task bar icon now opens web view
start/stop auxilliary applications from settings

1.1.0

11 Jun 10:03
Compare
Choose a tag to compare

Allow user to specify working directory for auxiliary application.
required ookii dialogs library which means a change of .net framework to 4.0 full (was 4.0 client)

1.0.9

10 Jun 17:34
Compare
Choose a tag to compare

Added a setting to control whether plex automatically restarts after crashing. The behavior previously was to always restart, this is now user definable.

1.0.8

11 Feb 12:32
Compare
Choose a tag to compare

Seemingly a conflict with the tray application caused the service to fail to call a start on Plex when the service is first start.

Settings added to allow users to specify the Plex restart delay and the port the service listens on.

1.0.7

01 Jan 07:27
Compare
Choose a tag to compare

Changed bindings to NetTcp to allow service to be run under non admin account. Fixed tray application connectivity.

1.0.3

17 Jun 05:26
Compare
Choose a tag to compare

Added better options during install to allow the user to choose how the service should run (in built account/user account)

Added dependency on LanManServer service to ensure network is up before starting

Changed service recovery options to restart the service if it stops.