From d96824471278ade2b01d23674fe49fdc8acf64c5 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sun, 20 Oct 2013 17:19:03 +0200 Subject: [PATCH] docs: Update changelog with scanner info. --- docs/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 592bbff3..9863b6ab 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -87,8 +87,10 @@ of the following extensions as well: **Local backend** - Replaced our custom media library scanner with GStreamer's builtin scanner. + This should make scanning less error prone and faster as timeouts should be + infrequent. -- Media files with zero duration are now excluded from the library. +- Media files with less than 100ms duration are now excluded from the library. **MPD frontend**