diff -r 6e54ca4a4e9a -r 6620b7037407 gmyth-stream/server/0.3/plugins/transcoders/mencoder_lib/mythtv.py --- a/gmyth-stream/server/0.3/plugins/transcoders/mencoder_lib/mythtv.py Thu May 31 19:36:03 2007 +0100 +++ b/gmyth-stream/server/0.3/plugins/transcoders/mencoder_lib/mythtv.py Tue Jun 26 14:32:33 2007 +0100 @@ -93,7 +93,7 @@ outfd.write(d) if self.gmyth.stderr in r: - partial = self.gmyth.stderr.read(50).split("\n")[-2] + partial = self.gmyth.stderr.readline() if partial != "": self.status = utils.progress_bar(int(partial), int(size), 50)