<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Ivo, my initial thought would be, you need to know how much text you
> will get back from popen. My Python reference has the following
> example:
>
> import os
> dir = os.popen('ls -al', 'r')
> while (1):
> line = dir.readline()
> if l
f
progress-status.
Thanx,
Ivo Woltring
--
http://mail.python.org/mailman/listinfo/python-list
Dear Pythoneers,
Is it possible to read e.g. the first 3 sectors of a disc without opening a
file or somesuch?
I want to bitwise read a cd-rom or other media without consulting a table of
contents. Just start at track 0 and go on for x bytes. Is it possible with
python and if so, please help me in
"Florian Schulze" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Sat, 11 Dec 2004 20:32:30 +0100, Ivo Woltring <[EMAIL PROTECTED]>
> wrote:
>
> > mmpython will help but not always.
> > Lets put it this way. I will ALWAYS read throug
"JanC" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Dmitry Borisov schreef:
>
> > It has something to deal with the VBR tags( XING header ).
>
> *If* there is a VBR tag (it's a custom extension) and *if* that VBR tag
> contains a correct value.
>
>
> --
> JanC
>
> "Be strict when
Dear Pythoneers,
I have this problem with the time calculations of an VBR (variable bit rate)
encoded MP3.
I want to make a daisy writer for blind people. To do this I have to know
exactly what the length in time of an mp3 is. With CBR encoded files I have
no real problems (at least with version 1