Page 1 of 1

AMC Script / PushOver / PushBullet

Posted: 09 Jul 2014, 12:11
by earthcoder
Hello

Maybe a stupid question but i noticed you can use Pushover and pushbullet with script, but i cant find anywhere explaining how to use it.

all i can find is add ---def pushbullet=XXXXX-API-XXXX

which i have added but how to you push info like name of file etc..

for example in flexget i use
:
apikey: xxxx
device: xxxx
title: "{{series_name}}"
body: "{{series_id }}\n\nSize: {{content_size}}MB"

i found on site read amc manual and i cant find one all its got on forum is --def pushbullet=API
same for pushover

Re: AMC Script

Posted: 09 Jul 2014, 12:32
by rednoah
You just have to pass in your API key and that's it.

Everything else is predefined and cannot be changed. For PushOver FileBot will create a simple summary. For PushBullet FileBot will submit a full html report of all files renamed.

Re: AMC Script / PushOver / PushBullet

Posted: 09 Jul 2014, 13:11
by earthcoder
perfect then thanks