

If you really want to fetch lyrics for all of your albums at once you can run the script in a loop for each directory: cd path/to/my_music_directoryįor album in */ do ~/bin/lyrics_fetcher.sh "$album" done
#MP3 TAGGER LYRICS SOFTWARE#
Download now the software that will simplify your life: searching and applying the covers for you with a mouse click. No matter to which folder you move your mp3 file, the saved cover will be always there for you. I checked this code with "AM" album by Arctic Monkeys and it did sweetly. 02 Creevity MP3 Cover Downloader Easily find and add cover images (album arts) to your mp3 files. you can stop script execution at any time by pressing ctrl+ c.This app features includes: Add, edit or remove tag metadata, including genre, title, artist, album, year, track number, cover image, lyrics, and more. Just add the files you want to edit to the list, enter the new information, and then click the save button. run the file (mind the quotes): ~/bin/lyrics_fetcher.sh "path/to/my album" MP3 ID3 Tag Editor This tag editor is designed to be easy and intuitive to use.add permission to run the file: chmod u+x ~/bin/lyrics_fetcher.sh.
#MP3 TAGGER LYRICS INSTALL#


in the following example I use eyeD3 to extract artist and title, then any WikiLirics-like web service to fetch lyrics and then eyeD3 again to add them as a tag. Tasks like this can be dealt with using simple bash scripts, e.g. This is a semi answer as I don't know your environment and the code I provide is intended to serve as an example only - running it as is shouldn't do any harm but I can't give any guarantee.
