SickBeard Automatic Startup

I’ve really enjoyed my time with my Macbook Air (currently for sale – email me if interested) but it’s not quite gutsy enough for what I’m doing with it now. So I’ve recently been fortunate enough to purchase myself a 13″ Macbook Pro. A gorgeous bit of kit, with a stunning screen and outstanding battery life.

One of the things I have wanted to do for a while was automate downloading of my favourite TV shows and was pointed towards SickBeard for the snatch process. Great application, but every time you reboot your laptop you need to run a script to restart the service

python /path/to/sick-beard/sickbeard.py

Which is a complete pain in the ass, let alone being completely contrary to the point of automation. Which got me thinking: There has to be a way to do this!

There is! 😀

  1. Open Automator and choose a new Workflow
  2. Find in the list and double click ‘Run Shell Script’
  3. Add “python /path/to/Sick-Beard/sickbeard.py -d” into the text box that appears.
  4. Screen Shot 2014-07-30 at 1.27.47 pm

  5. Save as an Application in a location you’ll remember (that won’t be accidentally deleted)
  6. Open System Preferences -> Accounts -> User -> Login Items
  7. Add an Application, point it at the workflow you just created with Automator

Screen Shot 2014-07-30 at 1.26.56 pm

Easy as that!