mirror of https://github.com/nymea/nymea.git
23 lines
657 B
JSON
23 lines
657 B
JSON
{
|
|
"description": "Provide media information, meant to be used in combination with mediaplayer. For music players, use collection to provide the album/compilation, for video players fill in the series name or a movie collection name there. Artwork can be a URL to a artwork image.",
|
|
"extends": "media",
|
|
"states": [
|
|
{
|
|
"name": "title",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "artist",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "collection",
|
|
"type": "string"
|
|
},
|
|
{
|
|
"name": "artwork",
|
|
"type": "string"
|
|
}
|
|
]
|
|
}
|