I would like to retrieve the id3tag namely artist, album, albumartist, title tags of all mp3 files under a directory. There are lots of files, so can't edit each of them. How do I add a word, that is concatenate a word to already existing tags. The way I think its possible is to retrieve the tag, concatenate the tag an string , and replace the original tag with the concatenated tag. How to do this in ubuntu with commandline?
Asked
Active
Viewed 26 times
0
-
As StackOverflow is for programmers: what have you tried so far? Where have you failed? – AmigoJack Nov 13 '22 at 22:22