Questions tagged [eyed3]

eyeD3 is a command line Python tool for working with audio files, specifically mp3 files containing ID3 metadata.

2 questions
2
votes
1 answer

How to set the ID3 Year on an mp3?

I'm creating my own MP3s with an online service, and I'm setting the "Year" attribute in the ID3v tag, but I'm having trouble getting it to work with both Nautilis and Rhythmbox. In Nautilis, when I click on "Properties" and select the "Audio" tab,…
B Johnson
  • 391
1
vote
1 answer

Problem using eyeD3 to add cover art to mp3 files

I use the following command in a folder: eyeD3 --add-image "coverfile_.jpg:FRONT_COVER" *mp3 This adds the cover art BUT if an mp3 file of the same name was previously referenced in ANOTHER folder the cover art for that previous file is used. So,…