| Plagger documentation | view source | Contained in the Plagger distribution. |
Plagger::Plugin::CustomFeed::iTunesRecentPlay - iTunes Recent Play custom feed
# 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
This plugin fetches the data of musics you played with iTunes or iPod recently.
A path name of iTunes Music Library.xml.If you omit this parameter, this plugin try to find it automatically.
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.
Set a title format of an entry.You can use %track, %artist and %album.
If you set this parameter, this plugin get information about a track from the Amazon web service.
Your Amazon associate ID.
Set a web service locale.
Gosuke Miyashita, <gosukenator@gmail.com>
Tatsuhiko Miyagawa
| Plagger documentation | view source | Contained in the Plagger distribution. |