NAME
Plagger::Plugin::CustomFeed::iTunesRecentPlay - iTunes Recent Play custom feed
SYNOPSIS
# entries updated within 120 minutes
- module: CustomFeed::iTunesRecentPlay
config:
library_path: /path/to/iTunes Music Library.xml
duration: 120
DESCRIPTION
This plugin fetches the data of musics you played with iTunes or iPod recently.
CONFIG
- library_path
-
A path name of iTunes Music Libary.xml.If you omit this parameter, this plugin try to find it automatically.
- duration
-
This plugin find a music played recently if last played time is within this parameter.It's good to define this parameter same as execution period of plagger with cron to reduce memory usage.
AUTHOR
Gosuke Miyashita, <gosukenator@gmail.com>
Tatsuhiko Miyagawa