I would like to see what DVDs have been played on my Mac OS X Tiger laptop. Can you tell me how to view the file that contains this information?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
The DVD Player app keeps some information about discs that it has played, but the storage is keyed by some sort of hash (the main part of each filename is a 16 hex digit number). The info is stored in plist files under Here is a short shell script to extract any MediaName keys that exist:
Or, if you are OK with assuming that the plist files are all in XML format:
|
|||
|