1
0
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:
thor
2012-06-12 21:04:26 +00:00
parent 77b72e6807
commit b7f5702911
2 changed files with 18 additions and 4 deletions

View File

@ -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 $_;