From fc071513f9b3f3a94136bd4f51949494d3e1d910 Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Thu, 10 Apr 2025 16:31:53 +0200 Subject: [PATCH] [docs] Add mention of parentheses to Smart Playlist doc Closes #1880 --- docs/smart-playlists.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/smart-playlists.md b/docs/smart-playlists.md index 4ea3b42e..45c7cfd9 100644 --- a/docs/smart-playlists.md +++ b/docs/smart-playlists.md @@ -81,6 +81,8 @@ Valid operands for the enumeration `media_kind` are: Multiple expressions can be anded or ored together, using the keywords `OR` and `AND`. The unary not operator is also supported using the keyword `NOT`. +Use parentheses to group e.g. `play_count = 0 and (media_kind is podcast or media_kind is audiobook)`. + It is possible to define the sort order and limit the number of items by adding an order clause and/or a limit clause after the last expression: ```