]> kaliko git repositories - mpd-sima.git/blobdiff - doc/source/user/01_configurations.rst
doc: Fixed filter
[mpd-sima.git] / doc / source / user / 01_configurations.rst
index 6819adf00e6e3a0d61c38c3765a17c468dcc4176..235abb9df05b7692e11d77e9de912a1015c5ca47 100644 (file)
@@ -41,7 +41,7 @@ Album mode
 
 One of the first request added to MPD_sima was album mode. It allows to queue whole album instead of single tracks.
 
-Here the configuration keeps the queue plugin *Lastfm* but configure it to queue albums (``queue_mode = album``) and ask for 2 albums to be add.
+Here the configuration keeps the queue plugin *Lastfm* but configures it to queue albums (``queue_mode = album``) and ask for 2 albums to be add.
 
 The configuration of MPD_sima in ``sima`` section is also modified for ``queue_length``. The value of 10 is to trigger album queueing when there are 10 tracks or less in the queue.
 
@@ -145,8 +145,8 @@ current filter "`(date =~ '198[2-9]+')`":
     genre = rock
     filter = (date =~ '198[2-9]+')
 
-And even go further and merge genre in the filter using "`((genre == 'rock') AND
-(date =~ '198[2-9]+'))`".
+And even go further and merge genre in the filter using "`(genre == 'rock') AND
+(date =~ '198[2-9]+')`".
 
 .. code:: ini
 
@@ -154,8 +154,7 @@ And even go further and merge genre in the filter using "`((genre == 'rock') AND
     internal = Crop, Tags
 
     [tags]
-    filter = (genre == 'rock' ) AND (date =~ '198[2-9]+'))
-
+    filter = (genre == 'rock' ) AND (date =~ '198[2-9]+')
 
 Since the setup for the filter can be tricky and it can be useful to validate
 the syntax and have a look at what kind of artists the filter would return.