From 19a1e3de1b14601e2ae27789361ad231f9aa7dc9 Mon Sep 17 00:00:00 2001 From: boyska Date: Sat, 27 Mar 2021 12:57:56 +0100 Subject: [PATCH] doc: syntax --- doc/source/install.rst | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index 59bcccf..f945be9 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -87,10 +87,12 @@ CONTINOUS_AUDIOSPEC This variable should be set to the JSON representation of an audiospec describing how to generate new audios. The default is ``{"kind": "mpd", "howmany": 1}``, which picks a random song from MPD library. You could, for example, change it to: - - ``{ "kind": "randomdir", "paths": ["/var/music"], "howmany": 5}`` to pick files from a specified - directory, ignoring MPD library completely. Here, ``howmany`` is set to 5 for performance sake - - ``{"kind": "mpd", "howmany": 10, "prefix": "background"}`` if you want to use the MPD library, but only - use one of its subdirectories. Please note that using ``mpd`` with a ``prefix`` can be slow, so this is setting ``howmany`` to 10 to gain some performance + - ``{ "kind": "randomdir", "paths": ["/var/music"], "howmany": 5}`` + to pick files from a specified directory, ignoring MPD library completely. Here, ``howmany`` is set to 5 for performance sake + - ``{"kind": "mpd", "howmany": 10, "prefix": "background"}`` + if you want to use the MPD library, but only use one of its subdirectories. + Since using ``mpd`` with a ``prefix`` can be slow, so this is setting ``howmany`` to 10 to + gain some performance Yes, there's a typo in the name, but I'll keep it like this for compatibility EVENT_FILTERS