[smartpl] support birate,bits_per_sample,codectype

This commit is contained in:
whatdoineed2do/Ray 2020-04-05 14:42:01 +01:00
parent 04d5246cc9
commit 1b354121c5
1 changed files with 3 additions and 0 deletions

View File

@ -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'