Container.Fanart
#1
PHP Code:
void setPluginFanart(int handle, const charimage
                         const 
charcolor1,
                         const 
charcolor2,
                         const 
charcolor3)
    {
      if (
image)
        
XFILE::CPluginDirectory::SetProperty(handle"fanart_image"image);
      if (
color1)
        
XFILE::CPluginDirectory::SetProperty(handle"fanart_color1"color1);
      if (
color2)
        
XFILE::CPluginDirectory::SetProperty(handle"fanart_color2"color2);
      if (
color3)
        
XFILE::CPluginDirectory::SetProperty(handle"fanart_color3"color3);
    } 

does this do anything anymore? i thought there use to be a container.fanart infoimage, but i can't find it anymore. how would i set an image to view this? i've found ListItem.Art(fanart), but use to be able to set one fanart for all listitems by setting it on the container.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply

Logout Mark Read Team Forum Stats Members Help
Container.Fanart0