From: kaliko Date: Wed, 9 Feb 2022 13:53:14 +0000 (+0100) Subject: doc: Fixed typo X-Git-Tag: 0.18.2~6 X-Git-Url: https://git.kaliko.me/?a=commitdiff_plain;h=be829b71a9b8a0b11e7cc1f5ef9a3556ddcd0eee;hp=dce739024b6979a680454212d98651aa4be62a66;p=mpd-sima.git doc: Fixed typo --- diff --git a/doc/source/user/01_configurations.rst b/doc/source/user/01_configurations.rst index 25c7e2f..22ebe4d 100644 --- a/doc/source/user/01_configurations.rst +++ b/doc/source/user/01_configurations.rst @@ -104,7 +104,7 @@ Tag queuing This is the most complex and versatile offline mode. "Tags" plugin allows to queue track based on actual tags value. -Here is an example to have MPD_sima to queue only electronic music tagged with genres **electonica** or **IDM** or **glitch**: +Here is an example to have MPD_sima to queue only electronic music tagged with genres **electronica** or **IDM** or **glitch**: .. code:: ini @@ -112,8 +112,8 @@ Here is an example to have MPD_sima to queue only electronic music tagged with g internal = Crop, Tags [tags] - # Look for files with tagged with genre "electonica" OR "IDM" OR "glitch" - genre = electonica, IDM, glitch + # Look for files with tagged with genre "electronica" OR "IDM" OR "glitch" + genre = electronica, IDM, glitch There are other supported tags, mainly **date**, **originaldate** or **comment** (cf manual for the exact list). You can use more than one, entries