The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

tk-itunes.pl - a Tk interface to iTunes

SYNPOSIS

% tk-itunes.pl

DESCRIPTION

The script creates a Tk interface to iTunes. You need a Mac with an AppleScript-aware version of iTunes to use this script, a Tk installation, and an X Windows server.

CONFIGURATION

The script looks for a "tkitunes.rc" file in the current working directory (for now).

Directives

title

The title of the TkiTunes window. [TkiTunes]

list_color

The highlight color, in RGB format, for the track listing selection. [ 00cccc ]

TO DO

* how do I refresh the playlist menu?

* how do I figure out the currently playing song, select the right playlist, and highlight the song in the track listing?

* add skin support. I just need to add colors to everything, and make that configurable.

SEE ALSO

Mac::iTunes

AUTHOR

brian d foy, <bdfoy@cpan.org>

COPYRIGHT

Copyright 2002, brian d foy, All rights reserved

You may use this software under the same terms as Perl itself.