This board is now closed. The Blackhole image ended in 2020. The board will remain available in Read Only Mode, so all the posts from the last 15+ years are not lost. We thank you for being part of the community for the last 15+ years. You can join the OpenBh board if you have not already done so at www.openbh.net.

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

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 ?
 
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
 
Back
Top