pccasto / rubyripper

Automatically exported from code.google.com/p/rubyripper
0 stars 0 forks source link

stdout formatting error #198

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When ripping and encoding to flac through the GTK frontend, the console
output from the ripping and encoding overlaps and flickers. So half of the
(== PROGRESS == [     > is written over with the flac progress/ratio. I'm
assuming it would be the same with the CLI.

Original issue reported on code.google.com by shadowsi...@gmail.com on 16 Jun 2008 at 11:36

GoogleCodeExporter commented 8 years ago
You want to turn off threads. When doing things the same time (ripping and 
encoding) the 
console gets a bit too much information to show clearly.

I'm not sure how to fix it. Any ideas?

Original comment by rubyripp...@gmail.com on 17 Jun 2008 at 5:24

GoogleCodeExporter commented 8 years ago
My background is in Python, but I'll see what I can do.

Original comment by shadowsi...@gmail.com on 17 Jun 2008 at 4:27

GoogleCodeExporter commented 8 years ago
You could run flac with the -s flag so it just doesn't output to the terminal?

Original comment by shadowsi...@gmail.com on 19 Jun 2008 at 5:35

GoogleCodeExporter commented 8 years ago
Isn't it possible to start flac in a new console?
Open Console, start flac and when finished close.

Original comment by IPsting...@gmail.com on 24 Jun 2008 at 2:20

GoogleCodeExporter commented 8 years ago
Note to myself, perhaps rubyripper can catch all output, see:
http://whynotwiki.com/Ruby#Processes_.2F_forking_external_processes_.2F_etc.

Original comment by rubyripp...@gmail.com on 12 Jul 2009 at 8:35

GoogleCodeExporter commented 8 years ago
I've had some experience with manipulating the standard input and output 
recently. I had to fake the input / output for a unit test. This may help me 
implement this as well.

Original comment by boukewou...@gmail.com on 3 Dec 2010 at 9:54