The AudioMeta object is retrieved from the Metadata.audio or Metadata.audio_text properties. It provides access to metadata relating to sound files.
Property Name |
Return Type |
Description |
---|---|---|
<column keyword> |
variant |
Returns the value of the specified column, as listed in the Music section of the Keywords for Columns page. |
coverart |
collection:AudioCoverArt |
Returns a collection of AudioCoverArt objects representing any cover art imagery stored in the audio file.
The default value of this property returns the number of cover art images - for performance reasons, you should check whether this is greater than 0 before enumerating or accessing individual items in the collection. |