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
AMC Script / PushOver / PushBullet
Re: AMC Script
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.
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.
-
- Posts: 9
- Joined: 09 Mar 2014, 12:35
Re: AMC Script / PushOver / PushBullet
perfect then thanks