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
    title_format: %track - %artist
    aws_developer_token: XXXXXXXXXXXXXXXXXXXX
    aws_associate_id: xxxxxxxxxx-22
    aws_locale: jp
DESCRIPTION
This plugin fetches the data of musics you played with iTunes or iPod recently.
CONFIG
- library_path
 - 
A path name of iTunes Music Library.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.
 - title_format
 - 
Set a title format of an entry.You can use %track, %artist and %album.
 - aws_developer_token
 - 
If you set this parameter, this plugin get information about a track from the Amazon web service.
 - aws_associate_id
 - 
Your Amazon associate ID.
 - aws_locale
 - 
Set a web service locale.
 
AUTHOR
Gosuke Miyashita, <gosukenator@gmail.com>
Tatsuhiko Miyagawa