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?
feedback
|
|
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:
| |||
|
feedback
|
|
If it's quite recent, you could go to the Recent Items menu in the menu. | |||
|
feedback
|
