From 90d16af66adfe1ef9d3fc07fe7b238f3c02adaaf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 16 Jan 2010 19:20:11 +0100 Subject: decoder_thread: fix CUE track playback The patch "input/file: don't fall back to parent directory" introduced a regression: when trying to play a CUE track, decoder_run_song() tries to open the file as a stream first, but this fails, because the path is virtual. This patch fixes decoder_run_song() (instead of reverting the previous patch) to accept input_stream_open() failures if the song is a local file. It passes the responsibility to handle non-existing files to the decoder's file_decode() method. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 00076117..8c2b0f50 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,7 @@ ver 0.15.8 (2009/??/??) * decoders: - ffmpeg, flac, vorbis: added more flac/vorbis MIME types * dbUtils: return empty tag value only if no value was found +* decoder_thread: fix CUE track playback ver 0.15.7 (2009/12/27) -- cgit v1.2.3