nicfit / eyeD3

eyeD3 is a Python module and command line program for processing ID3 tags. Information about mp3 files (i.e bit rate, sample frequency, play time, etc.) is also provided. The formats supported are ID3v1 (1.0/1.1) and ID3v2 (2.3/2.4).
http://eyed3.nicfit.net/
GNU General Public License v3.0
532 stars 58 forks source link

No module named 'pylast' #536

Closed tomasmueller closed 3 years ago

tomasmueller commented 3 years ago

I have eyed3 running on ubuntu 20.04. Its version 0.8.10. thats the last version in the ubuntu repo and there is no ppa with an newer version. All i want is to tag my music what works fine but i have that error every time eyed3 is running. Installing the module don't solve the problem.

i think the module isn't necessary because eyed3 is tagging all my music but i think slowing down the process. Can i disable that error?

nicfit commented 3 years ago

Hi @tomasmueller ,

Please post a stack trace after installing dependencies listed here: https://github.com/nicfit/eyeD3/blob/0.8.x/requirements.txt

Note, the versions. eyeD3 0.8 is older, and may not work with the latest versions of those packages.