Re: Omitting results with id3reader [Beginner]

2007-12-05 Thread Ionis
Thank you for your help, it is really appreciated. I'll post back if there are any more problems. -- http://mail.python.org/mailman/listinfo/python-list

Re: Omitting results with id3reader [Beginner]

2007-12-05 Thread Bruno Desthuilliers
Ionis a écrit : > Hey guys, hope you can help me here. I've been playing with python for > about a week or two and I've been reading "A Byte Of Python" to get me > on my feet. I've decided to write a program which will list all ID3 > information in a directory of .mp3 files into a .html file. > >

Re: Omitting results with id3reader [Beginner]

2007-12-05 Thread Chris
On Dec 5, 2:04 pm, Ionis <[EMAIL PROTECTED]> wrote: > On Dec 5, 11:59 am, Chris <[EMAIL PROTECTED]> wrote: > > > Ok, just noticed you linked the id3reader. I tested my code and it > > worked fine. > > Thanks alot Chris. Could you comment your code so I can see what each > line is doing? I hope tha

Re: Omitting results with id3reader [Beginner]

2007-12-05 Thread Ionis
On Dec 5, 11:59 am, Chris <[EMAIL PROTECTED]> wrote: > Ok, just noticed you linked the id3reader. I tested my code and it > worked fine. Thanks alot Chris. Could you comment your code so I can see what each line is doing? I hope that isn't a problem. Still pretty new to python. -- http://mail.py

Re: Omitting results with id3reader [Beginner]

2007-12-05 Thread Chris
Ok, just noticed you linked the id3reader. I tested my code and it worked fine. -- http://mail.python.org/mailman/listinfo/python-list

Re: Omitting results with id3reader [Beginner]

2007-12-05 Thread Chris
On Dec 5, 1:43 pm, Ionis <[EMAIL PROTECTED]> wrote: > Hey guys, hope you can help me here. I've been playing with python for > about a week or two and I've been reading "A Byte Of Python" to get me > on my feet. I've decided to write a program which will list all ID3 > information in a directory of