I hope it is ok to post these up.
Over the past day I found out about the OSX Daemon for PlexConnect, and it's been working well for me so far.
I thought I would share two helper scripts I've created.
One is an AppleScript application, the other is a bash script.
I usually copy the bash script into /usr/bin and 'chmod +x' it to make it executable, thus it can be run from any terminal window.
The Applescript can be run from anywhere.
What do they actually do? they check if PlexConnect is running or not, and depending on it's status, allow you to start or stop it. I'm just lazy, even though I know the commands in terminal to start / stop / find out if it's running.
I've attached them as a zip file.
I have updated the bash script and also put the bash script and AppleScript up on a github repo, which will make for easier updating.
The repo can be found here: https://github.com/sharkusmarkus/PlexConnectDaemonHelper
You can of course use the direct zip download by clicking here: https://github.com/sharkusmarkus/PlexConnectDaemonHelper/archive/master.zip
I hope that others might find them useful.