Created
July 29, 2011 17:15
-
-
Save liscio/1114247 to your computer and use it in GitHub Desktop.
iTunes Metadata
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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>Major Version</key><integer>1</integer> | |
<key>Minor Version</key><integer>1</integer> | |
<key>Application Version</key><string>10.5b48</string> | |
<key>Features</key><integer>5</integer> | |
<key>Show Content Ratings</key><true/> | |
<key>Music Folder</key><string>file://localhost/Users/chris/Music/iTunes/iTunes%20Media/</string> | |
<key>Library Persistent ID</key><string>66534F3BEF532C7C</string> | |
<key>Tracks</key> | |
<dict> | |
<key>433</key> | |
<dict> | |
<key>Track ID</key><integer>433</integer> | |
<key>Name</key><string>Can't You See What You're Doing to Me</string> | |
<key>Artist</key><string>Albert King</string> | |
<key>Album</key><string>The Best of Albert King (Remastered)</string> | |
<key>Track Number</key><integer>10</integer> | |
<key>Track Count</key><integer>13</integer> | |
<key>Release Date</key><date>1986-01-01T12:00:00Z</date> | |
<key>Persistent ID</key><string>C923936BE3AA1F41</string> | |
<key>Track Type</key><string>File</string> | |
<key>Purchased</key><true/> | |
<key>Location</key><string>file://localhost/Users/chris/Music/iTunes/iTunes%20Media/Music/Albert%20King/The%20Best%20of%20Albert%20King%20(Remastered)/10%20Can't%20You%20See%20What%20You're%20Doing%20to%20Me.m4a</string> | |
<key>File Folder Count</key><integer>5</integer> | |
<key>Library Folder Count</key><integer>1</integer> | |
<key>Store URL</key><string>itms://itunes.com/album?p=162339026&s=143455&i=162339084</string> | |
</dict> | |
</dict> | |
<key>Playlists</key> | |
<array> | |
<dict> | |
<key>Name</key><string>Music</string> | |
<key>Playlist ID</key><integer>989</integer> | |
<key>Playlist Persistent ID</key><string>B5994AAA623AB8F1</string> | |
<key>Distinguished Kind</key><integer>4</integer> | |
<key>Music</key><true/> | |
<key>Playlist Items</key> | |
<array> | |
<dict> | |
<key>Track ID</key><integer>433</integer> | |
</dict> | |
</array> | |
</dict> | |
</array> | |
</dict> | |
</plist> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment