FreeBSD Manual Pages
Plagger::Plugin::CustoUserdContributed:PerliDocuustomFeed::iTunesRecentPlay(3) 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 SEE ALSO Plagger perl v5.32.0 Plagger::Plugin::CustomFeed::iTunesRecentPlay(3)
NAME | SYNOPSIS | DESCRIPTION | CONFIG | AUTHOR | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Plagger::Plugin::CustomFeed::iTunesRecentPlay&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>