Bug Notifications.Item.Type, Artist spec error?
#1
from what I know about artists being set to arrays, and their related documentation errors, it seems that Notifications.Item.Type is incorrect as it describes the Artist as throughout as

"artist": {
"default": "",
"type": "string"
}


but Ive found at least in some cases, a notification when using a particular addon, the resulting item data is with an artist array:

{
"item": {
"album": "Let It Die",
"artist": [
"Feist"
],
"title": "Mushaboom",
"type": "song"
},
"player": {
"playerid": -1,
"speed": 0
}
}

As i mention it seems like the documentation needs to be updated, but unsure really...


On another note, obviously -1 is not the current playerid, who's responsibility is it to report the id?
The addon or kodi itself?
Reply

Logout Mark Read Team Forum Stats Members Help
Notifications.Item.Type, Artist spec error?0