mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
Add trackId meta data
This commit is contained in:
parent
1ee9448a07
commit
f124dfa10a
2 changed files with 89 additions and 3 deletions
|
@ -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],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue