Re: [Tutor] MP3Info class usage

2008-12-23 Thread Gareth at Serif
Your advice is spot on and I'm well on my way... your Windows installation advice should be in the readme, if anyone's listening :-) Thanks again, Gareth -- View this message in context: http://www.nabble.com/MP3Info-class-usage-tp20934673p21143262.html Sent from the Python - tutor mailing list

Re: [Tutor] MP3Info class usage

2008-12-18 Thread Gareth at Serif
Todd Zullinger wrote: > > That's hard to guess at. If you can explain what you have done and > how you've installed eyeD3, that would help. > I've not installed it, I've just imported it in my main program. How do you install eyeD3, there's no installation package? I read the readme, which

Re: [Tutor] MP3Info class usage

2008-12-15 Thread Gareth at Serif
Okay, I've moved over to eyeD3.py... fif nothing else, the documentation for it's usage is far superior. However, I can't get anything to run. The help gives examples of some simple tasks, but as soon as I 'import eyeD3', not even calling any functions within it, I start getting errors such as:

[Tutor] MP3Info class usage

2008-12-10 Thread Gareth at Serif
Has anyone ever used MP3Info to retrieve the ID3 tags from an MP3? It seems to be a well written class that can access ID3 tags in v.1 or v.2, but I've not used classes before and I'm struggling to figure out how to use it. Given that, for testing purposses, I have a property called 'testfile' s