GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plagger::Plugin::CustomFeed::iTunesRecentPlay(3) User Contributed Perl Documentation Plagger::Plugin::CustomFeed::iTunesRecentPlay(3)

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.

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.

Gosuke Miyashita, <gosukenator@gmail.com>

Tatsuhiko Miyagawa

Plagger
2006-12-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.