Search code examples
shellscriptingmp3

Is there a shell-script (using Ubuntu) lib for edit mp3's album and artist?


Is there a shell-script (using Ubuntu) lib for edit mp3's album and artist (get and set the strings

--update

I've tried all those "id3.." programs, but seems like no one of them let me just read an artist or an album to a variable. They all just let me set it with a string.. I would like to get the value too..

Isn't there a simple way to do such a simple task?


Solution

  • Take a look at

    http://www.linuxquestions.org/questions/linux-general-1/bash-script-for-sorting-and-renaming-multiple-mp3-files-by-id3-tags-602105/

    Especially further down where they recommend eyeD3.

    IMHO this was really a question for "let me google that for you".