From af2229c1b7a149444fa8276cf069f4eaefc15ffd Mon Sep 17 00:00:00 2001 From: Andrea Mistrali Date: Mon, 22 Feb 2021 14:28:14 +0100 Subject: [PATCH] Fix docs and changelog --- docs/changelog.rst | 2 ++ docs/plugins/mpdstats.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index e2a62e6d8..cabebdd5b 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,6 +6,8 @@ Changelog New features: +* :doc:`/plugins/mpdstats`: Add strip_path option to help build the right local path + from MPD information * Submitting acoustID information on tracks which already have a fingerprint :bug:`3834` * conversion uses par_map to parallelize conversion jobs in python3 diff --git a/docs/plugins/mpdstats.rst b/docs/plugins/mpdstats.rst index 33b3aa43a..c5adbc64b 100644 --- a/docs/plugins/mpdstats.rst +++ b/docs/plugins/mpdstats.rst @@ -55,7 +55,7 @@ configuration file. The available options are: here. - **strip_path**: If your MPD library contains local path, specify the part to remove here. Combining this with **music_directory** you can mangle MPD path to match the - **beets library** one. + beets library one. Default: The beets library directory. - **rating**: Enable rating updates. Default: ``yes``.