]> kaliko git repositories - mpd-sima.git/blobdiff - doc/source/user/01_configurations.rst
doc: Add reference to "Configuration examples"
[mpd-sima.git] / doc / source / user / 01_configurations.rst
index 8eca8a8087d60e983bb82f15f29746491759ca87..25c7e2f0d1a6996ec036977d718d04305397d9fc 100644 (file)
@@ -1,3 +1,5 @@
+.. _configuration-examples:
+
 Configuration examples
 ======================
 
@@ -145,8 +147,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 +156,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.