From 777bd7c1e175740a6ac9eb2f70c449c50e425f41 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 16 Jan 2010 18:41:34 +0100 Subject: NEWS: added missing entry --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 9245caaf7..000761176 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ ver 0.15.8 (2009/??/??) - curl: allow rewinding with Icy-Metadata * decoders: - ffmpeg, flac, vorbis: added more flac/vorbis MIME types +* dbUtils: return empty tag value only if no value was found ver 0.15.7 (2009/12/27) -- cgit v1.2.3 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 000761176..8c2b0f50e 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 From 8ba08edd0ef5babfee4e603b62e748f15646019b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 16 Jan 2010 20:58:24 +0100 Subject: queue: don't repeat current song in consume mode Check consume mode in queue_next_order(), because the current song would be deleted as soon as it's finished; it cannot be played again. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 8c2b0f50e..70eeb3deb 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,7 @@ ver 0.15.8 (2009/??/??) - 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 +* queue: don't repeat current song in consume mode ver 0.15.7 (2009/12/27) -- cgit v1.2.3 From 1b441837f1b51d2504256b730129e0fe92d64375 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 17 Jan 2010 02:35:15 +0100 Subject: decoder/ffmpeg: append file name suffix to virtual stream URL To allow libavformat to detect the format of the input file, append the suffix of the input file to the URL of the virtual stream. This specifically enables the "shorten" codec, which is supported by libavformat/raw.c, detected only by the suffix. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 70eeb3deb..f5dcecbd9 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ ver 0.15.8 (2009/??/??) - curl: allow rewinding with Icy-Metadata * decoders: - ffmpeg, flac, vorbis: added more flac/vorbis MIME types + - ffmpeg: enabled libavformat's file name extension detection * dbUtils: return empty tag value only if no value was found * decoder_thread: fix CUE track playback * queue: don't repeat current song in consume mode -- cgit v1.2.3 From 760569fc66fca6d866d0692e0212f56458f4180c Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Sun, 17 Jan 2010 17:28:39 -0800 Subject: mpd version 0.15.8 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index f5dcecbd9..5668d08ab 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ver 0.15.8 (2009/??/??) +ver 0.15.8 (2010/01/17) * input: - curl: allow rewinding with Icy-Metadata * decoders: -- cgit v1.2.3