@gurgle wrote:
I'm running Flexget and Transmission in separate LXC containers. I have flexget grabbing torrents based on regex on a RSS feed, passing to Transmission and notifying via Pushbullet. When I first set it up and manually run
flexget execute
it runs as expected, everything works. But when i let cron run it, it appears to execute as normal - get a pushbullet notification when a new torrent matching the regext is posted, but nothing is downloaded. Any suggestions?which flexget -
/usr/local/bin/flexget
crontab -
*/30 * * * * /usr/local/bin/flexget --cron execute
config -
templates: trans: transmission: host: 192.168.0.201 port: 9091 username: <username> password: <password> path: /mnt/storage/incoming # addpaused: Yes ratio: 0 pushbullet: notify: entries: title: "New" message: "check torrents" via: - pushbullet: api_key: "<key>" device: "<device>" tasks: torrent: rss: <rss feed> regexp: accept: - <regex> template: trans template: pushbullet
Posts: 9
Participants: 3