From cbfaa4a2662c55d7ad6339d70b3665d066bf491a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 17 Mar 2010 21:57:35 +0100 Subject: player_thread: postpone song tags during cross-fade Previously, tags of the new song being cross-faded in were sent immediately. That can cause wrong information being displayed, because the "previous" song might send its tag at the end again, overriding the "next" song's tag. This patch saves & merges the tag of the next song, and sends it when cross-fading is finished, and the next song really starts. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 04fa38936..c2c9817ee 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ ver 0.15.9 (2009/??/??) - mad: fix crash when seeking at end of song - mpcdec: fix negative shift on fixed-point samples * playlist: fix single+repeat in random mode +* player: postpone song tags during cross-fade ver 0.15.8 (2010/01/17) -- cgit v1.2.3