-
Notifications
You must be signed in to change notification settings - Fork 0
Mac iTunes Library
Christophe Laferriere edited this page Nov 1, 2012
·
1 revision
- parse ($libraryFile) : Parses an iTunes XML library and returns a Mac::iTunes::Library object.
- write ($libraryFile) : Write a Mac::iTunes::Library object into an iTunes XML library (most likely a playlist).
- new()
- version()
- majorVersion()
- minorVersion()
- applicationVersion()
- features()
- showContentRatings()
- musicFolder()
- libraryPersistentID()
- num()
- size()
- time()
- add( Mac::iTunes::Library::Item )
- artist()
- partist()
- albumArtist()
- palbumArtist()
- genre()
- pgenre()
- type()
- items()
- write ($libraryFile) : maybe a better place than XML.pm
- new()
- name( name )
- playlistID( id )
- playlistPersistenID( id )
- allItems( 0|1 )
- smartInfo( smartInfo )
- smartCriteria( smartInfo )
- num()
- addItem( Mac::iTunes::Library::Item )
- addItems( Mac::iTunes::Library::Item )
- items()
- item( trackID )
- write ($libraryFile) : or even better here if it’s in fact a playlist!