System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

afinfo

Audio file metadata parser for OS X. Built-in command of OS X. More information: https://ss64.com/osx/afinfo.html.
  • Display info of a given audio file:
    afinfo {{path/to/file}}
  • Print a one line description of the audio file:
    afinfo --brief {{path/to/file}}
  • Print metadata info and contents of the audio file's InfoDictionary:
    afinfo --info {{path/to/file}}
  • Print output in XML format:
    afinfo --xml {{path/to/file}}
  • Print warnings for the audio file if any:
    afinfo --warnings {{path/to/file}}
  • Display help for full usage:
    afinfo --help

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.