Package: alsaplayer-text
Version: 0.99.80-5+b1 (Debian Squeeze)

Alsaplayer with the text frontend normally prints something like this:

Playing (1/1): 1:23 (4:50) nameofsong
...done playing

When told to be quiet with -q, it omits the "Playing" lines, but still
outputs the "...done playing" line at the end. This is disturbing when
it has been placed into the background and it suddenly interjects the
message into a foreground process.

I believe that alsaplayer/interface/text/text.cpp line 247 should be
patched like so:

< fprintf(stdout, "\n...done playing\n");
> if (!global_quiet)
>       fprintf(stdout, "\n...done playing\n");



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to