| Plagger documentation | view source | Contained in the Plagger distribution. |
Plagger::Plugin::Notify::Audio - Notifies feed updates via audio file
# play single file when feeds are updated
- module: Notify::Audio
config:
filename: /path/to/foo.wav
# play enclosures downloaded with Filter::FetchEnclosure
- module: Notify::Audio
config:
play_enclosures: 1
This plugin plays audio file when you've got feed updates.
Audio filename to play. Required, if you don't set play_enclosures.
If set, it'll play local enclosure file which are downloaded via Filter::FetchEnclosure, if any.
Tatsuhiko Miyagawa
| Plagger documentation | view source | Contained in the Plagger distribution. |