Hi tt2 -
First off, I'd like to join my colleague in thanking you profusely for your help with this! You are very clear and knowledgeable. Nice hobby! I hope it brings you satisfaction.
Still having trouble - I've been reformatting my xml file, but to no avail. (BTW - I have 32116 songs in my library.)
For example, let's look at the first track in my XML file.
This is the path to the file (obtained by selecting the file, <command>-i, copying/pasting the path from the info window, then adding the track name):
/Users/liubarbaro/SynologyDrive/brett/Music/Music/Media.localized/Beenie Man/Tropical Storm/Bad Girl.mp3
Here is the corresponding line that I have updated in my XML file:
<key>Location</key><string>file:///Users/liubarbaro/SynologyDrive/brett/Music/Music/Media.localized/Beenie%20Man/Tropical%20Storm/Bad%20Girl.mp3</string>
I have also tried deleting the "file://" portion in the xml, replacing it with a "~", using just "Media" instead of "Media.localized" (what's with the ".localized" anyway?), and a few other things.
Every time I try to import the xml file, I navigate to it, double click it, and the window just disappears and nothing else happens. Any ideas? Thanks!
For reference, here is the beginning of the xml file, including this track:
<?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>12.8.2.3</string>
<key>Date</key><date>2020-05-30T21:35:09Z</date>
<key>Features</key><integer>5</integer>
<key>Library Persistent ID</key><string>74920C38D5F6BEFD</string>
<key>Tracks</key>
<dict>
<key>14233</key>
<dict>
<key>Track ID</key><integer>14233</integer>
<key>Size</key><integer>3745459</integer>
<key>Total Time</key><integer>234057</integer>
<key>Year</key><integer>2002</integer>
<key>Date Modified</key><date>2007-07-22T01:58:12Z</date>
<key>Date Added</key><date>2007-07-05T03:00:04Z</date>
<key>Bit Rate</key><integer>128</integer>
<key>Sample Rate</key><integer>44100</integer>
<key>Play Count</key><integer>2</integer>
<key>Play Date</key><integer>3478699764</integer>
<key>Play Date UTC</key><date>2014-03-27T00:29:24Z</date>
<key>Persistent ID</key><string>B85FC9C3E8989618</string>
<key>Track Type</key><string>File</string>
<key>File Folder Count</key><integer>4</integer>
<key>Library Folder Count</key><integer>1</integer>
<key>Name</key><string>Bad Girl</string>
<key>Artist</key><string>Beenie Man</string>
<key>Album</key><string>Tropical Storm</string>
<key>Kind</key><string>MPEG audio file</string>
<key>Comments</key><string>http://www.supermusic.nu/</string>
<key>Location</key><string>/Users/liubarbaro/SynologyDrive/brett/Music/Music/Media.localized/Beenie%20Man/Tropical%20Storm/Bad%20Girl.mp3</string>
</dict>