Package: mpg321
Version: 0.2.10.3

Suppose I have two mp3 in my working directory. If I launch
"mpg321 *", mpg321 will display the tags of the first mp3 ; then it
will play it ; then it will play the second one *without* displaying
its tags.

Actually, mpg321 displays tags iff file_change is equal to 1 and he puts
file_change to 1 iff status is equal to MPG321_PLAYING. But when entering the
main while loop for the second time, status is set to MPG321_STOPPED
(because of the mad_flow function).

A trivial patch is to always set file_change to 1. But it probably has
side-effects (I guess you can reenter the main loop with the same file
and then you don't want the tags to be displayed again).

-- 
Dimitri Ara


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to