metadata

Revised: 2008-01-25 richard

Metadata is data about data. In regards to Podcast Producer, this data could be a lecture title, lecturer name, lecture description, etc.

For example, here is metadata plist file with title as "MyTitle" and description as "MyDescription"

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>Description</key>
    <string>MyDescription</string>
    <key>Title</key>
    <string>MyTitle</string>
</dict>
</plist>

This metafile gets created in the following location:

~/Library/Application Support/Podcast Capture/

And the file is named, submision-[UUID].plist, UUIDs are basically 128 bit numbers, normally presented in a hexadecimal - grouped form. For example...

submission-74FEAD63-09C9-44C5-8D8B-56FAF1D5D620.plist