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


Click here to return to the 'Not the author, but...' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Not the author, but...
Authored by: DougAdams on Dec 11, '06 08:55:56AM

The XML file is updated periodically, but always after iTunes quits. It is possible that the files you added hadn't yet been written out to the XML file, and therefore their file paths couldn't be located in the XML resulting in the false positives.

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



[ Reply to This | # ]
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 | # ]