Hello,
I’m trying to get the notify’s Title & Message to work with Pushbullet, but I think I’m doing something wrong. It is my 1st time with Flexget so I hope you guys will help a new guy out.
My Config:
web_server: yes
schedules:
- tasks: '*'
interval:
minutes: 10
templates:
anime:
download: /downloads/
notify:
entries:
title: "[qB] Torrent added"
message: "{{title}}\nSize: {{content_size}} MB\nDate: {{date | formatdate(%a, %I:%M:%S %p - %d/%m/%Y)}}"
via:
- pushbullet:
api_key: my token here
tasks:
anime-1:
rss: rss feed 1
accept:
- Anime 1
template: anime
anime-2:
rss: rss feed 2
regexp:
accept:
- Anime 2
template: anime
...
This is the result:
Kindly let me know what is wrong here.
Regards~
1 post - 1 participant