Kodi Community Forum

Full Version: Which API functions show track title and cover art on the Now playing?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Which Python functions are used to show title, author, cover art and other info on the Now playing... screen?
Image
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
Thanks.
Although it is a function for a list item, these metadata will be transferred to Now playing?
yes, if the info is set for the listitem, it will also be available during playback