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

Net::iTMS::Song - Represents a song in the iTunes Music Store

DESCRIPTION

A Net::iTMS::Song object represents a single song in the iTMS. Currently, it's only a shell object, but in future releases it may have extra functionality other than a convenient data store.

Methods

Most of the methods should be pretty self-explanatory. Except for new, they all return the information they're named after.

new($itms, $songId)

The first argument must be an instance of Net::iTMS, the second an iTMS song ID.

Returns a blessed hashref (object) for Net::iTMS::Song.

id
title
name
artist
album
genre
year
number
count
disc_number
disc_count
explicit
comments
preview_url
released
price

LICENSE

Copyright 2004, Thomas R. Sibley.

This work is licensed under the Creative Commons Attribution-NonCommercial-ShareAlike License revision 2.0. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.0/ or send a letter to:

    Creative Commons
    559 Nathan Abbott Way
    Stanford, California 94305, USA.

AUTHOR

Thomas R. Sibley, http://zulutango.org:82/

SEE ALSO

Net::iTMS, Net::iTMS::Album, Net::iTMS::Artist, Net::iTMS::Genre