Mac::iTunes::Playlist

Mac::iTunes::Playlist is a Perl module for iTunes playlists.
Download

Mac::iTunes::Playlist Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Brian D'foy
  • Publisher web site:
  • http://search.cpan.org/~bdfoy/Mac-iTunes-0.86/lib/Playlist.pm

Mac::iTunes::Playlist Tags


Mac::iTunes::Playlist Description

Mac::iTunes::Playlist is a Perl module for iTunes playlists. Mac::iTunes::Playlist is a Perl module for iTunes playlists.SYNOPSIS use Mac::iTunes::Playlist; my $playlist = Mac::iTunes::Playlist->new( @items );METHODSnew( TITLE, ARRAYREF ) new_from_directory( TITLE, DIRECTORY )Create a playlist from all of the MP3 files in the named directory.titleReturns the title of the playlist.itemsIn list context, returns a list of the items in the playlist.In scalar context, returns the number of items in the playlist.next_itemNot implementedprevious_itemNot implementedadd_item( OBJECT )Adds the Mac::iTunes::Item object to the playlist.Returns undef or the empty list if the argument is not a Mac::iTunes::Item object.delete_item( INDEX )Deletes the item at index INDEX (counting from zero).Returns false is the INDEX is greater than the index of the last item. Returns true otherwise.merge( PLAYLIST )Adds the items in PLAYLIST to the current playlist and returns the number of items added.Returns undefined (or the empty list) if the argument is not the right sort of object. Returns 0 if no items were added (which might not be an error).This method does a deep copy of the Items object. Identical items show up as different objects in each playlist so that the playlists do not refer to each other.random_itemIn scalar context, returns a random item from the playlist.In list context, returns the item, the index of the item, and the total count of items.Returns false or the empty list if the playlist has no items.copyReturn a deep copy of the playlist. The returned object will not refer (as in, point to the same data) as the original object.Publisherpublish( FORMAT ] )Output the playlist in some format.Not implemented. Requirements: · Perl


Mac::iTunes::Playlist Related Software