script.simkl icon indicating copy to clipboard operation
script.simkl copied to clipboard

Wallpaper option

Open AzzieDev opened this issue 8 years ago • 2 comments

It would be nice if the script could have a yes/no option to change the Kodi background to the latest show/movie watched every couple of hours or scrobble. This is possible using Simkl API.

For JSON return: http://docs.simkl.apiary.io/#reference/users/last-watched-arts/get-last-watched-images-and-data For link to JPG: http://docs.simkl.apiary.io/#reference/users/last-watched-arts/redirect-to-last-watched-image

AzzieDev avatar Feb 28 '17 08:02 AzzieDev

The background image is managed by the skin. But some skins do this by default with your latest watched Kodi items.

daviddavo avatar Mar 04 '17 20:03 daviddavo

We could do it with https://codedocs.xyz/xbmc/xbmc/group__python__xbmcgui__control__image.html and https://codedocs.xyz/xbmc/xbmc/group__python__xbmcgui__window.html http://kodi.wiki/view/Window_IDs

daviddavo avatar Oct 08 '17 09:10 daviddavo