Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Unlikely | 7 comments | Create New Account
Click here to return to the 'Unlikely' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Unlikely
Authored by: karnat10 on Dec 14, '06 06:33:19AM

Files not mentioned in the XML file will never appear in the script's output.

However, the paths in the XML file are encoded a bit funny - a combination of URL encoding and HTML entities. I guess the grandparent's problems come from my less than perfect decoding of the path.



[ Reply to This | # ]
Unlikely
Authored by: DougAdams on Dec 14, '06 06:47:35AM

The encoding of the location/file path is really moot. All one needs to determine are the <key>Location</key> tags for a track in the XML.

---
Doug's AppleScripts for iTunes
http://www.dougscripts.com/itunes/



[ Reply to This | # ]
And Here's an AppleScript That Does It
Authored by: DougAdams on Dec 14, '06 06:55:14AM
List MIAs will create a text file of all tracks in your main Library that have "missing value" as the value of location property.

---
Doug's AppleScripts for iTunes
http://www.dougscripts.com/itunes/

[ Reply to This | # ]