Add trackId meta data

This commit is contained in:
badaix 2021-05-19 23:11:40 +02:00
parent 1ee9448a07
commit f124dfa10a
2 changed files with 89 additions and 3 deletions

View file

@ -88,6 +88,7 @@ defaults = {
# MPD to Snapcast tag mapping
tag_mapping = {
'id': ['trackId', str, False],
'album': ['album', str, False],
'albumsort': ['albumSort', str, False],
'albumartist': ['albumArtist', str, True],