The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Mac::iTunes::Item

SYNOPSIS

DESCRIPTION

METHODS

new
new_from_mp3( FILE )

Creates a new item from the given file name.

copy

Return a deep copy of the item. The returned object will not refer (as in, point to the same data) as the original object.

title

Return the title of the item

seconds

Return the length, in seconds, of the item

genre

Return the genre of the song

file

Return the filename of the item

artist

Return the artist of the item

as_string

Return a string representation of the item

SEE ALSO

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

TO DO

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

BUGS

AUTHOR

Copyright 2002, brian d foy <bdfoy@cpan.org>

You may redistribute this under the same terms as Perl.