From Code to Community: Sponsoring The Perl and Raku Conference 2025 Learn more

NAME

Plagger::Plugin::Notify::Audio - Notifies feed updates via audio file

SYNOPSIS

# 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

DESCRIPTION

This plugin plays audio file when you've got feed updates.

CONFIG

filename

Audio filename to play. Required, if you don't set play_enclosures.

play_enclosures

If set, it'll play local enclosure file which are downloaded via Filter::FetchEnclosure, if any.

AUTHOR

Tatsuhiko Miyagawa

SEE ALSO

Plagger