aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-17 11:43:13 +0100
committerMax Kellermann <max@duempel.org>2009-01-17 11:43:13 +0100
commitf0377dab9110c8218b76405f8936f075d4d6aed5 (patch)
treed843531604a7c73f3ed27f88706fc3accbbe5280 /NEWS
parente3e7a3c680b3fe659312b00899198d9190993284 (diff)
downloadmpd-f0377dab9110c8218b76405f8936f075d4d6aed5.tar.gz
mpd-f0377dab9110c8218b76405f8936f075d4d6aed5.tar.xz
mpd-f0377dab9110c8218b76405f8936f075d4d6aed5.zip
oggvorbis: disable seeking on remote songs
When libvorbis knows that a song is seekable, it seeks around like crazy in the file before starting to decode it. This is very expensive on remote HTTP resources, and delays MPD for 10 or 20 seconds. This patch disables seeking on remote songs, because the advantages of quickly playing a song seem to weigh more than the theoretical ability of seeking for most MPD users. If users feel this feature is needed, we will make a configuration option for that.
Diffstat (limited to '')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index bf15c228e..1b891c3dc 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@ MPD 0.14.1 - not yet released
- mp4: support the writer/composer tag
- id3: strip leading and trailing whitespace from ID3 tags
- oggvorbis: fix tremor support
+ - oggvorbis: disable seeking on remote files
* audio outputs:
- jack: allocate default port names (fixes a crash)
* update: