Using eyed3, how can i get or set lyrics of a song ?
I tried this
audiofile.tag.lyrics.get()
But the method is asking for a parameter, and i have no idea what it should be.
The documentation at this link is unclear (i guess its not complete yet)
Also, if you know about any better library for manipulating mp3 tags, please suggest that too.