In this page you can find all steps to install the notification system. Below there are some steps to describe all installation process.
After download the latest build and unzipped it you need copy the
build folder where you want. In this case we will copy the build to
/home/tmi/scripts/notifierSystem
notifierSystem
represents the transmissionbt-notifications.
As you know the transmission allows you execute a shell script when
a download is done. So, we need change that configuration to use
this notification system. The configuration file usually is located
at
/etc/init.d/transmission-daemon/settings.json
.
The configuration you need edit is:
"script-torrent-done-enabled": true
"script-torrent-done-filename":"/home/tmi/scripts/notifierSystem/notificationProvider.sh"
After you installed the base system, now you only need download and install the plugin that you want.
To install new plugins you only need path the plugin source on
/home/tmi/scripts/notifierSystem/senders
folder.