icons all plugins by Cuberevo

mosad

BH Lover
Hey Guys

The new icons all plugins

Only change the same name icon in file plugin.py

EX

def Plugins(**kwargs):
l = []
l.append(PluginDescriptor(where=PluginDescriptor.WHERE_SESSIONSTART, fnc=session_start_main))
l.append(PluginDescriptor(name=_("XBMC Launcher"), description=_("start xbmc mediacenter"), icon="xbmc.png", where=PluginDescriptor.WHERE_PLUGINMENU, fnc=plugin_start_xbmc))
return l






e9a016ef0e4595bb083f45eafd89c68d.png
 

Attachments

  • icons plugins.zip
    516.4 KB · Views: 17

>>Artorius<<

>>English Admin<<
Hey Guys

The new icons all plugins

Only change the same name icon in file plugin.py

EX

def Plugins(**kwargs):
l = []
l.append(PluginDescriptor(where=PluginDescriptor.WHERE_SESSIONSTART, fnc=session_start_main))
l.append(PluginDescriptor(name=_("XBMC Launcher"), description=_("start xbmc mediacenter"), icon="xbmc.png", where=PluginDescriptor.WHERE_PLUGINMENU, fnc=plugin_start_xbmc))
return l







View attachment 18772
Are these compatible with the new Full HD skin ?
 

mosad

BH Lover
I noticed that the image in 64 bit works on second generation Vu+duo2 & Vu+solo 2 & Vu+zero cuz I edited it before in the skin for openatv image & it was in 64 bit completely, it was perfect in small details.


أرسلت بواسطة iPhone بإستخدام Tapatalk
 
Top