Created Automate Subscriptions Update with 3rd-party automation applications (markdown)

Sam Lee 2018-05-17 12:33:12 -07:00
parent 05fa2690fa
commit 3a4c67cc03
1 changed files with 41 additions and 0 deletions

@ -0,0 +1,41 @@
***Note:*** This feature is not in the current (`v1.6.5`) release. It **will be** available in the next release.
---
With AntennaPod, you can specify subscriptions (podcast feeds) to be updated with regular interval or at a particular time of day in `Network > Automation` settings.
If you have more complex needs, you can use various 3rd-party automation applications with AntennaPod to do so. Examples:
- Get the subscriptions updated at the start of the day: at 7am, switch on WIFI, then update AntennaPod feeds.
- Update subscriptions 5pm weekdays.
# Instructions
In your automation application, you then ask AntennaPod to update its subscriptions by sending a `Broadcast` (it may be shown as a type of Android intent) with the following settings:
- Package name: `de.danoeh.antennapod`
- Class name: `de.danoeh.antennapod.core.receiver.FeedUpdateReceiver`
# Instructions for some automation apps
## Automate
In a flow, add a block of the type `APPS > Broadcast send`, specify
1. Package to be `de.danoeh.antennapod`
2. Receiver class to be `de.danoeh.antennapod.core.receiver.FeedUpdateReceiver`
## Llama - Location Profiles
Create an event (Llama automation rule). In the event,
1. Add an action of type Android intent.
2. Specify Intent send mode to be `Broadcast`.
3. Specify Package name to be `de.danoeh.antennapod`
4. Specify Class name to be `de.danoeh.antennapod.core.receiver.FeedUpdateReceiver`
5. Add any other condition / actions for your specific needs.
As a shortcut, you can click the [this link](http://llama.location.profiles/AntennaPod+feeds+Update/AntennaPod+feeds+Update%7C0-1-0-0-0-0-0-0-1-0--0-%7C%3A%7Ct%7C420%7C425%7Cai%7Cde.danoeh.antennapod%7CFgAAAGEAbgBkAHIAbwBpAGQALgBjAG8AbgB0AGUAbgB0AC4ASQBuAHQAZQBuAHQAAAAAAP%2F%2F%2F%2F8AAAAA%2F%2F%2F%2F%2FwAAAAD%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FxQAAABkAGUALgBkAGEAbgBvAGUAaAAuAGEAbgB0AGUAbgBuAGEAcABvAGQAAAAAADUAAABkAGUALgBkAGEAbgBvAGUAaAAuAGEAbgB0AGUAbgBuAGEAcABvAGQALgBjAG8AcgBlAC4AcgBlAGMAZQBpAHYAZQByAC4ARgBlAGUAZABVAHAAZABhAHQAZQBSAGUAYwBlAGkAdgBlAHIAAAAAAAAAAAAAAAAAAAAAAAAA%2Fv%2F%2F%2F%2F%2F%2F%2F%2F8%3D%7C2%7C) to create an example event to get started:
## Tasker
Add an action of type intent. Refer to [Tasker User Guide](https://tasker.joaoapps.com/userguide/en/intents.html) for details.
---
**Disclaimer:** AntennaPod community has no relationship with any of the 3rd-party automation applications listed.