diff --git a/mopidy/frontends/mpd/translator.py b/mopidy/frontends/mpd/translator.py index d6da15fa..1d0676bd 100644 --- a/mopidy/frontends/mpd/translator.py +++ b/mopidy/frontends/mpd/translator.py @@ -209,6 +209,7 @@ MPD_SEARCH_QUERY_RE = re.compile(r""" [Aa]lbum | [Aa]rtist | [Aa]lbumartist + | [Cc]omment | [Cc]omposer | [Dd]ate | [Ff]ile @@ -231,6 +232,7 @@ MPD_SEARCH_QUERY_PART_RE = re.compile(r""" [Aa]lbum | [Aa]rtist | [Aa]lbumartist + | [Cc]omment | [Cc]omposer | [Dd]ate | [Ff]ile