Currently I have the following setup which works perfectly. SABnzbd + Couchpotato + Sickbeard. This is all setup perfectly for my needs.
My issue is with movies. Currently SABnzbd is setup so that when a movie has finished downloading, it notifies Couchpotato which Couchpotato then moves the downloaded movie from my temporary download location, to its final resting place in /media/D2/Movies/.
This works great and I have a large collection of movies. Recently I discovered FileBot, and renamed all of my movies and sorted them accordingly using this expression:
Code: Select all
//Volumes/Movies (2)/{n.upperInitial()} ({y})/{n.upperInitial().space('.')}.{y}.{vf}.{vc}
SABnznd allows for external scripts to be run. However, I have no idea how to go about this..
Where do I start?