Solved Which API functions show track title and cover art on the Now playing?
#1
Information 
Which Python functions are used to show title, author, cover art and other info on the Now playing... screen?
Image
Reply
#2
for cover art, use the setArt() function:
https://codedocs.xyz/xbmc/xbmc/group__py...957264dbbe

for all the other info, use the setInfo() function:
https://codedocs.xyz/xbmc/xbmc/group__py...2888fb5f14
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply
#3
Thanks.
Although it is a function for a list item, these metadata will be transferred to Now playing?
Reply
#4
yes, if the info is set for the listitem, it will also be available during playback
Do not PM or e-mail Team-Kodi members directly asking for support.
Always read the Forum rules, Kodi online-manual, FAQ, Help and Search the forum before posting.
Reply

Logout Mark Read Team Forum Stats Members Help
Which API functions show track title and cover art on the Now playing?0