Merge pull request #930 from whatdoineed2do/smartpl-bitrate-codectype

[smartpl] support birate,bits_per_sample,codectype
This commit is contained in:
ejurgensen 2020-04-06 17:39:54 +02:00 committed by GitHub
commit 6957634a5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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'