Sunday, May 19, 2024
30
rated 0 times [  30] [ 0]  / answers: 1 / hits: 105714  / 1 Year ago, wed, december 7, 2022, 4:59:00

Is there a way to read the mp3 tags of a file from the shell? Something like:
mp3tags MyFile.mp3 author should output the author-tag of an mp3-file.


More From » command-line

 Answers
5

Ok, I found a program by myself. It is called mp3info and installed by



sudo apt-get install mp3info


To get single mp3 tags from a file, one has to call



mp3info -p %a file.mp3


which gives the artist of the file. The %a means that one want to get the artist and there are some other keys for the other tags.


[#33801] Thursday, December 8, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
bewre

Total Points: 164
Total Questions: 108
Total Answers: 106

Location: Ghana
Member since Sun, Mar 27, 2022
2 Years ago
;