-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Mads edited this page Nov 20, 2017
·
27 revisions
The poca package consists of three parts:
- poca: an executable that updates podcasts
- poca-subscribe: a tool to help organise and manage subscriptions
- poco: a Python library. Only of interest if you want to poke around in the inner workings.
poca
, the executable, is simply run by typing in the command, once installed. See poca --help
or man poca
for a few straightforward parameters and flags or the poca command page. Most of the advanced features are accessed by way of the configuration file. Please see Configuration for details.
poca-subscribe
can help with managing subscriptions - adding, deleting and sorting - without having to edit the configuration file manually. Please see poca-subscribe for details.