mirror of
http://mpg123.de/trunk/.git
synced 2025-07-31 13:24:22 +03:00
hotfix for endless free format search
git-svn-id: svn://scm.orgis.org/mpg123/trunk@3191 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
@ -78,6 +78,12 @@ push(@mpg123_command, '-k', $frame, '--listentry', $entry, '-@', $listfile);
|
||||
print STDERR "running player:\n\t@mpg123_command\n\n";
|
||||
|
||||
open(MPG123, '-|', @mpg123_command) or die "Cannot run mpg123!";
|
||||
|
||||
sleep(1);
|
||||
print "What do yo think of this year?\n";
|
||||
my $ans = <STDIN>;
|
||||
print "You said: $ans";
|
||||
|
||||
while(<MPG123>)
|
||||
{
|
||||
print STDOUT $_;
|
||||
|
Reference in New Issue
Block a user