From 1b354121c56823ad59140a672e0ff541ea75e94f Mon Sep 17 00:00:00 2001 From: whatdoineed2do/Ray Date: Sun, 5 Apr 2020 14:42:01 +0100 Subject: [PATCH] [smartpl] support birate,bits_per_sample,codectype --- src/SMARTPL.g | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/SMARTPL.g b/src/SMARTPL.g index 4fc76753..28338c83 100644 --- a/src/SMARTPL.g +++ b/src/SMARTPL.g @@ -86,6 +86,7 @@ STRTAG : 'artist' | 'album_id' | 'songartistid' | 'songalbumid' + | 'codectype' ; INTTAG : 'play_count' @@ -95,6 +96,8 @@ INTTAG : 'play_count' | 'compilation' | 'track' | 'disc' + | 'bitrate' + | 'bits_per_sample' ; DATETAG : 'time_added'