If I open an audio file with Audacity or Rhythmbox, for example, I can look at the metadata tags such as Artist Name, Track Title, Year, etc. . Is there a convenient way to do this on the command line under Linux?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
If its a standard sort of tag, i believe exiftool should do the trick. If it dosen't you'd likely need to find something else that dumps the format that audacity uses -- apparently info tags |
|||
|
|
|
You can use one of these tools: mediainfoSimple program outputting all the basic information from audio files. exiftool (from package perl-image-exiftool)This one is more customizable and supports reading and writing meta information in image, audio and video files. mutagen-inspect (from package mutagen)Simple frontend to the mutagen audio tagging library for Python. |
|||
|
|
|
Try the utility |
|||||
|