Results 1 to 2 of 2

Thread: batch adding caver art to mp3 tag from cover.jpg

  1. #1
    Join Date
    Apr 2009
    Beans
    110

    batch adding caver art to mp3 tag from cover.jpg

    I have a large library of flac encoded audio files with the appropriate cover art image embedded in the metatag information plus stored in the album folder as cover.jpg. I recently used a great little script called flac2mp3 to convert the flac files to mp3 for my wifes ipod but this does not embed the cover art in the mp3 file it creates. No matter I thought, so I just rsync'ed the cover.jpg to the appropriate mp3 folder. Unfortunately, itunes does not read the cover.jpg file but apparently will read embedded cover art

    I guess my question is, is there a tool that will automatically add the cover.jpg image to the metadata tag of the mp3 files within a folder? ideally from the command line? There is a useful windows tool called Mp3tag to do this but I would like to get it all done on my ubuntu server so that my wife only has to download the files.

    Thanks!

  2. #2
    Join Date
    Feb 2009
    Location
    Dallas, TX
    Beans
    7,790
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: batch adding caver art to mp3 tag from cover.jpg

    There is a Python module called python-eyed3, and a command line tool (eyed3) that can handle adding images to mp3s. Both are in the Software Center.

    Here's an example, and here's project page.

    Hope it helps.
    Regards.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •