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
536 stars 58 forks source link

NFO plugin in script #483

Closed MeKHell closed 3 years ago

MeKHell commented 3 years ago

Hi, Sorry for the time you'll take to answer this. I actually try to use the NFO plugin inside one of my Python script. I already used it in bash command line script with success. So I tried something like this text = nfo.handleDone(latest_album) but of course I am getting an error.

Is it build to be used like this or not at all? Thanks for your help

MeKHell commented 3 years ago

Resolved using subprocess.call to call the function