This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Need to get an array of either tracks or playlists from your itunes library? | |
* yes? then use this shitty code then | |
* | |
* Just do like this: | |
* | |
* $itunes = new Parse("path/to/your/iTunes Music Library.xml", "all"); | |
* | |
* The first paramter is (obviously) the xml file |
NewerOlder