From fcf487f4e088bb93c5ca841d02e42e6671dbdb3c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 11 Aug 2018 17:16:50 +0200 Subject: playlist/cue: support file type declaration "FLAC" (non-standard) According to http://wiki.hydrogenaud.io/index.php?title=Cue_sheet FLAC files should use the "WAVE" file type, but I recently encountered CUE files declared as "FLAC" which could not be read by MPD. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4f1acfbc4..6e62fe1e8 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,8 @@ ver 0.20.21 (not yet released) - simple: allow .mpdignore comments only at start of line * output - httpd: remove broken DLNA support code +* playlist + - cue: support file type declaration "FLAC" (non-standard) * URI schemes are case insensitive ver 0.20.20 (2018/05/22) -- cgit v1.2.3 From a5cc13b0c5327ab742e2d3a66de63e1d0e02e7a6 Mon Sep 17 00:00:00 2001 From: Joshua Wise Date: Fri, 17 Aug 2018 02:41:08 -0400 Subject: build: Add libexpat to the crosscompile build on Windows. The Curl plugin requires libexpat in order to work these days, so we should download and build it in order to get the plugin enabled on Windows. --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 6e62fe1e8..33e0e0712 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,8 @@ ver 0.20.21 (not yet released) * playlist - cue: support file type declaration "FLAC" (non-standard) * URI schemes are case insensitive +* Windows + - enable the "curl" storage plugin ver 0.20.20 (2018/05/22) * protocol -- cgit v1.2.3 From fb5f9baf9ca835e783dec28b73dd3fd8680d7adf Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 17 Aug 2018 17:15:05 +0200 Subject: android/build.py: enable libexpat for the "curl" storage plugin --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 33e0e0712..0c8f960c5 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ ver 0.20.21 (not yet released) * playlist - cue: support file type declaration "FLAC" (non-standard) * URI schemes are case insensitive -* Windows +* Android, Windows - enable the "curl" storage plugin ver 0.20.20 (2018/05/22) -- cgit v1.2.3 From 98afae2520fbe5a322f803335b3142612fda4762 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 17 Aug 2018 19:50:59 +0200 Subject: release v0.20.21 --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 0c8f960c5..21a2138d7 100644 --- a/NEWS +++ b/NEWS @@ -1,4 +1,4 @@ -ver 0.20.21 (not yet released) +ver 0.20.21 (2018/08/17) * database - proxy: add "password" setting - proxy: support tags "ArtistSort", "AlbumArtistSort", "AlbumSort" -- cgit v1.2.3