
Mac::iTunes::Item

use Mac::iTunes::Item;
my $item = Mac::iTunes::Item->new(
{
title => $title,
genre => $genre,
seconds => $seconds,
file => $path,
artist => $artist,
url => $url,
}
);

Create an iTunes item (aka track).

Creates a new item from the given file name.
Return a deep copy of the item. The returned object will not refer (as in, point to the same data) as the original object.
Return the title of the item
Return the length, in seconds, of the item
Return the genre of the song
Return the filename of the item
Return the artist of the item
Return a string representation of the item

This source is part of a SourceForge project which always has the latest sources in CVS, as well as all of the previous releases.
http://sourceforge.net/projects/brian-d-foy/
If, for some reason, I disappear from the world, one of the other members of the project can shepherd this module appropriately.

Mac::iTunes, Mac::iTunes::Playlist, MP3::Info

* everything - the list of things already done is much shorter.

brian d foy, <bdfoy@cpan.org>

Copyright (c) 2002-2007 brian d foy. All rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.