AMC Script / PushOver / PushBullet

Any questions? Need some help?
Post Reply
earthcoder
Posts: 9
Joined: 09 Mar 2014, 12:35

AMC Script / PushOver / PushBullet

Post 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
User avatar
rednoah
The Source
Posts: 23933
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC Script

Post 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.
:idea: Please read the FAQ and How to Request Help.
earthcoder
Posts: 9
Joined: 09 Mar 2014, 12:35

Re: AMC Script / PushOver / PushBullet

Post by earthcoder »

perfect then thanks
Post Reply