This is my plugin version 2.2
Re: History Zap Selector #41
Re: History Zap Selector #42
Re: History Zap Selector #43
Re: History Zap Selector #44
Posted 24 December 2016 - 15:22
yes that is true, they use
<screen name="HistoryZapSelector" position="center,center" size="550,505" title="History Zap..."> in their Metrix skin
and you use it in you plugin too, they collide, I just renamed HistoryZapSelector in HistoryZapSelectorPlugin in ZapHistory.py, now both is OK, your plugin and built-in by OpenATV, if some day OpenPLi puts it in their skins, they won´t collide ether, you may try Neutrino-LikeHD Skin for testing, I added HistoryZapSelector there
Re: History Zap Selector #45
Re: History Zap Selector #46
Re: History Zap Selector #47
Posted 14 October 2017 - 11:13
Please adapt for UHD, need a volunteer.
source:
https://raw.githubus...c/HistoryZap.py
code:
HistoryZapDefaultSkinFullHD = """ <screen position="center,center" size="350,280" title="History zap..."> <widget source="menu" render="Listbox" position="0,10" size="350,220" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (10, 2), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (40, 0), size = (290, 22), font = 1, flags = RT_HALIGN_LEFT, text = 2) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17)], "itemHeight": 22 } </convert> </widget> <widget name="text_buttons" position="0,240" size="350,17" zPosition="5" font="Regular;13" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/little_buttons.png" position="0,240" size="350,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventSkinFullHD = """ <screen position="center,center" size="600,280" title="History zap..."> <widget source="menu" render="Listbox" position="0,10" size="600,220" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 2), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (30, 0), size = (260, 22), font = 1, flags = RT_HALIGN_LEFT, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (300, 2), size = (300, 19), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17)], "itemHeight": 22 } </convert> </widget> <widget name="text_buttons" position="80,240" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="0,240" size="600,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventPiconSkinFullHD = """ <screen position="center,center" size="620,300" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="620,256" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (57, 5), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (80, 4), size = (260, 22), font = 1, flags = RT_HALIGN_LEFT, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (350, 6), size = (270, 19), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryPixmapAlphaBlend(pos=(0, 0), size=(50, 30), png=6) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17)], "itemHeight": 32 } </convert> </widget> <widget name="text_buttons" position="80,260" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="10,260" size="600,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventDurationSkinFullHD = """ <screen position="center,center" size="600,340" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="600,295" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 10), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (30, 0), size = (260, 21), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (300, 10), size = (300, 22), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (30, 24), size = (260, 17), font = 2, flags = RT_HALIGN_LEFT, text = 5, color = 0x00999999, color_sel = 0x00999999) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17)], "itemHeight": 42 } </convert> </widget> <widget name="text_buttons" position="80,300" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="0,300" size="600,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventDurationBarSkinFullHD = """ <screen position="center,center" size="600,340" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="600,295" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 10), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (30, 0), size = (260, 21), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (300, 10), size = (300, 22), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryProgress(pos = (30, 24), size = (120, 12), percent = -5, borderWidth = 1, foreColor = 0x0056c856, foreColorSelected = 0x0058bcff), MultiContentEntryText(pos = (160, 22), size = (50, 17), font = 3, flags = RT_HALIGN_LEFT, text = 7, color = 0x00999999, color_sel = 0x009999ff) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17), gFont("Regular", 16)], "itemHeight": 42 } </convert> </widget> <widget name="text_buttons" position="80,300" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="0,300" size="600,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventDurationPiconSkinFullHD = """ <screen position="center,center" size="620,340" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="620,295" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (57, 10), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (80, 0), size = (260, 21), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (350, 10), size = (270, 22), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (80, 24), size = (260, 17), font = 2, flags = RT_HALIGN_LEFT, text = 5, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryPixmapAlphaBlend(pos=(0, 6), size=(50, 30), png=6) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17)], "itemHeight": 42 } </convert> </widget> <widget name="text_buttons" position="80,300" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="10,300" size="600,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventDurationPiconBarSkinFullHD = """ <screen position="center,center" size="620,340" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="620,295" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (57, 10), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (80, 0), size = (260, 21), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (350, 10), size = (270, 22), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryProgress(pos = (80, 24), size = (120, 12), percent = -5, borderWidth = 1, foreColor = 0x0056c856, foreColorSelected = 0x0058bcff), MultiContentEntryText(pos = (210, 22), size = (50, 17), font = 3, flags = RT_HALIGN_LEFT, text = 7, color = 0x00999999, color_sel = 0x009999ff), MultiContentEntryPixmapAlphaBlend(pos=(0, 6), size=(50, 30), png=6) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17), gFont("Regular", 16)], "itemHeight": 42 } </convert> </widget> <widget name="text_buttons" position="80,300" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="10,300" size="600,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionSkinFullHD = """ <screen position="center,center" size="620,340" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="620,295" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 10), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (30, 0), size = (260, 21), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (300, 5), size = (320, 20), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (30, 24), size = (590, 17), font = 2, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17)], "itemHeight": 42 } </convert> </widget> <widget name="text_buttons" position="80,300" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="10,300" size="600,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionDurationSkinFullHD = """ <screen position="center,center" size="620,340" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="620,295" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 10), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (30, 0), size = (260, 21), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (300, 5), size = (320, 20), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (30, 24), size = (180, 17), font = 3, flags = RT_HALIGN_LEFT, text = 5, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryText(pos = (230, 25), size = (390, 17), font = 3, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17), gFont("Regular", 16)], "itemHeight": 42 } </convert> </widget> <widget name="text_buttons" position="80,300" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="10,300" size="600,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionDurationBarSkinFullHD = """ <screen position="center,center" size="620,340" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="620,295" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 10), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (30, 0), size = (260, 21), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (300, 5), size = (320, 20), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryProgress(pos = (30, 24), size = (120, 12), percent = -5, borderWidth = 1, foreColor = 0x0056c856, foreColorSelected = 0x0058bcff), MultiContentEntryText(pos = (160, 22), size = (50, 17), font = 3, flags = RT_HALIGN_LEFT, text = 7, color = 0x00999999, color_sel = 0x009999ff), MultiContentEntryText(pos = (230, 25), size = (390, 17), font = 3, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17), gFont("Regular", 16)], "itemHeightt": 42 } </convert> </widget> <widget name="text_buttons" position="80,300" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="10,300" size="600,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionPiconSkinFullHD = """ <screen position="center,center" size="620,340" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="620,295" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (57, 10), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (80, 0), size = (260, 21), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (350, 5), size = (270, 22), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (80, 24), size = (540, 17), font = 2, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryPixmapAlphaBlend(pos=(0, 6), size=(50, 30), png=6) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17)], "itemHeight": 42 } </convert> </widget> <widget name="text_buttons" position="80,300" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="10,300" size="600,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionDurationPiconSkinFullHD = """ <screen position="center,center" size="620,340" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="620,295" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (57, 10), size = (20, 20), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (80, 0), size = (260, 21), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (350, 5), size = (270, 22), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (80, 25), size = (180, 17), font = 3, flags = RT_HALIGN_LEFT, text = 5, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryText(pos = (270, 25), size = (350, 17), font = 3, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryPixmapAlphaBlend(pos=(0, 6), size=(50, 30), png=6) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17), gFont("Regular", 16)], "itemHeight": 42 } </convert> </widget> <widget name="text_buttons" position="80,300" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="10,300" size="600,40" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionDurationBarPiconSkinFullHD = """ <screen position="center,center" size="620,340" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="620,295" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (57, 10), size = (20, 20), font = 2, color =0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (80, 0), size = (260, 21), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (350, 5), size = (270, 22), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryProgress(pos = (80, 25), size = (120, 12), percent = -5, borderWidth = 1, foreColor = 0x0056c856, foreColorSelected = 0x0058bcff), MultiContentEntryText(pos = (210, 23), size = (50, 17), font = 3, flags = RT_HALIGN_LEFT, text = 7, color = 0x00999999, color_sel = 0x009999ff), MultiContentEntryText(pos = (270, 25), size = (350, 17), font = 3, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryPixmapAlphaBlend(pos=(0, 6), size=(50, 30), png=6) ], "fonts": [gFont("Regular", 22), gFont("Regular", 20), gFont("Regular", 17), gFont("Regular", 16)], "itemHeight": 42 } </convert> </widget> <widget name="text_buttons" position="80,300" size="500,18" zPosition="5" font="Regular;16" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="10,300" size="600,40" zPosition="4" transparent="1"/> </screen>"""
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: History Zap Selector #48
Posted 16 October 2017 - 16:08
are you shure UHD or FullHD FHD, there is a python script that can resize HD to FHD skins and vice versa or any size, maybe you can make it user friendly, doesn´t support python code in the skins, e.g. position="x,y" is ok but not pos = (x ,y), the same with size, size="x,y" but not size = ( x ,y )
Attached Files
Re: History Zap Selector #50
Re: History Zap Selector #51
Re: History Zap Selector #52
Posted 16 January 2018 - 17:55
HistoryZapDefaultSkinFullHD = """ <screen position="center,center" size="525,420" title="History zap..."> <widget source="menu" render="Listbox" position="0,15" size="525,330" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (15, 3), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (60, 0), size = (435, 33), font = 1, flags = RT_HALIGN_LEFT, text = 2) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26)], "itemHeight": 33 } </convert> </widget> <widget name="text_buttons" position="0,360" size="525,26" zPosition="5" font="Regular;20" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/little_buttons.png" position="0,360" size="525,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventSkinFullHD = """ <screen position="center,center" size="900,420" title="History zap..."> <widget source="menu" render="Listbox" position="0,15" size="900,330" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 3), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (45, 0), size = (390, 33), font = 1, flags = RT_HALIGN_LEFT, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (450, 3), size = (450, 29), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26)], "itemHeight": 33 } </convert> </widget> <widget name="text_buttons" position="120,360" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="0,360" size="900,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventPiconSkinFullHD = """ <screen position="center,center" size="930,450" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="930,384" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (86, 8), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (120, 6), size = (390, 33), font = 1, flags = RT_HALIGN_LEFT, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (525, 9), size = (405, 29), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryPixmapAlphaBlend(pos=(0, 0), size=(75, 45), png=6) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26)], "itemHeight": 48 } </convert> </widget> <widget name="text_buttons" position="120,390" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="15,390" size="900,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventDurationSkinFullHD = """ <screen position="center,center" size="900,510" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="900,443" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 15), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (45, 0), size = (390, 32), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (450, 15), size = (450, 33), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (45, 36), size = (390, 26), font = 2, flags = RT_HALIGN_LEFT, text = 5, color = 0x00999999, color_sel = 0x00999999) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26)], "itemHeight": 63 } </convert> </widget> <widget name="text_buttons" position="120,450" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="0,450" size="900,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventDurationBarSkinFullHD = """ <screen position="center,center" size="900,510" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="900,443" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 15), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (45, 0), size = (390, 32), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (450, 15), size = (450, 33), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryProgress(pos = (45, 36), size = (180, 18), percent = -5, borderWidth = 1, foreColor = 0x0056c856, foreColorSelected = 0x0058bcff), MultiContentEntryText(pos = (240, 33), size = (75, 26), font = 3, flags = RT_HALIGN_LEFT, text = 7, color = 0x00999999, color_sel = 0x009999ff) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26), gFont("Regular", 24)], "itemHeight": 63 } </convert> </widget> <widget name="text_buttons" position="120,450" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="0,450" size="900,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventDurationPiconSkinFullHD = """ <screen position="center,center" size="930,510" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="930,443" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (86, 15), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (120, 0), size = (390, 32), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (525, 15), size = (405, 33), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (120, 36), size = (390, 26), font = 2, flags = RT_HALIGN_LEFT, text = 5, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryPixmapAlphaBlend(pos=(0, 9), size=(75, 45), png=6) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26)], "itemHeight": 63 } </convert> </widget> <widget name="text_buttons" position="120,450" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="15,450" size="900,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapEventDurationPiconBarSkinFullHD = """ <screen position="center,center" size="930,510" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="930,443" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (86, 15), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (120, 0), size = (390, 32), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (525, 15), size = (405, 33), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryProgress(pos = (120, 36), size = (180, 18), percent = -5, borderWidth = 1, foreColor = 0x0056c856, foreColorSelected = 0x0058bcff), MultiContentEntryText(pos = (315, 33), size = (75, 26), font = 3, flags = RT_HALIGN_LEFT, text = 7, color = 0x00999999, color_sel = 0x009999ff), MultiContentEntryPixmapAlphaBlend(pos=(0, 9), size=(75, 45), png=6) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26), gFont("Regular", 24)], "itemHeight": 63 } </convert> </widget> <widget name="text_buttons" position="120,450" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="15,450" size="900,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionSkinFullHD = """ <screen position="center,center" size="930,510" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="930,443" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 15), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (45, 0), size = (390, 32), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (450, 8), size = (480, 30), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (45, 36), size = (885, 26), font = 2, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26)], "itemHeight": 63 } </convert> </widget> <widget name="text_buttons" position="120,450" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="15,450" size="900,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionDurationSkinFullHD = """ <screen position="center,center" size="930,510" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="930,443" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 15), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (45, 0), size = (390, 32), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (450, 8), size = (480, 30), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (45, 36), size = (270, 26), font = 3, flags = RT_HALIGN_LEFT, text = 5, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryText(pos = (345, 38), size = (585, 26), font = 3, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26), gFont("Regular", 24)], "itemHeight": 63 } </convert> </widget> <widget name="text_buttons" position="120,450" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="15,450" size="900,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionDurationBarSkinFullHD = """ <screen position="center,center" size="930,510" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="930,443" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (0, 15), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (45, 0), size = (390, 32), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (450, 8), size = (480, 30), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryProgress(pos = (45, 36), size = (180, 18), percent = -5, borderWidth = 1, foreColor = 0x0056c856, foreColorSelected = 0x0058bcff), MultiContentEntryText(pos = (240, 33), size = (75, 26), font = 3, flags = RT_HALIGN_LEFT, text = 7, color = 0x00999999, color_sel = 0x009999ff), MultiContentEntryText(pos = (345, 38), size = (585, 26), font = 3, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26), gFont("Regular", 24)], "itemHeightt": 42 } </convert> </widget> <widget name="text_buttons" position="120,450" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="15,450" size="900,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionPiconSkinFullHD = """ <screen position="center,center" size="930,510" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="930,443" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (86, 15), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (120, 0), size = (390, 32), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (525, 8), size = (405, 33), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (120, 36), size = (810, 26), font = 2, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryPixmapAlphaBlend(pos=(0, 9), size=(75, 45), png=6) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26)], "itemHeight": 63 } </convert> </widget> <widget name="text_buttons" position="120,450" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="15,450" size="900,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionDurationPiconSkinFullHD = """ <screen position="center,center" size="930,510" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="930,443" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (86, 15), size = (30, 30), font = 2, color = 0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (120, 0), size = (390, 32), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (525, 8), size = (405, 33), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryText(pos = (120, 38), size = (270, 26), font = 3, flags = RT_HALIGN_LEFT, text = 5, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryText(pos = (405, 38), size = (525, 26), font = 3, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryPixmapAlphaBlend(pos=(0, 9), size=(75, 45), png=6) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26), gFont("Regular", 24)], "itemHeight": 63 } </convert> </widget> <widget name="text_buttons" position="120,450" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="15,450" size="900,60" zPosition="4" transparent="1"/> </screen>""" HistoryZapDescriptionDurationBarPiconSkinFullHD = """ <screen position="center,center" size="930,510" title="History zap..."> <widget source="menu" render="Listbox" position="0,0" size="930,443" scrollbarMode="showNever"> <convert type="TemplatedMultiContent"> {"template": [ MultiContentEntryText(pos = (86, 15), size = (30, 30), font = 2, color =0x00ffc000, color_sel = 0x00ffc000, flags = RT_HALIGN_CENTER | RT_VALIGN_CENTER, text = 1), MultiContentEntryText(pos = (120, 0), size = (390, 32), font = 1, flags = RT_HALIGN_LEFT | RT_VALIGN_TOP, text = 2, color = 0x00ffffff, color_sel = 0x00ffffff), MultiContentEntryText(pos = (525, 8), size = (405, 33), font = 2, flags = RT_HALIGN_LEFT | RT_VALIGN_CENTER, text = 3, color = 0x00ffc000, color_sel = 0x00ffc000), MultiContentEntryProgress(pos = (120, 38), size = (180, 18), percent = -5, borderWidth = 1, foreColor = 0x0056c856, foreColorSelected = 0x0058bcff), MultiContentEntryText(pos = (315, 35), size = (75, 26), font = 3, flags = RT_HALIGN_LEFT, text = 7, color = 0x00999999, color_sel = 0x009999ff), MultiContentEntryText(pos = (405, 38), size = (525, 26), font = 3, flags = RT_HALIGN_LEFT, text = 4, color = 0x00999999, color_sel = 0x00999999), MultiContentEntryPixmapAlphaBlend(pos=(0, 9), size=(75, 45), png=6) ], "fonts": [gFont("Regular", 33), gFont("Regular", 30), gFont("Regular", 26), gFont("Regular", 24)], "itemHeight": 63 } </convert> </widget> <widget name="text_buttons" position="120,450" size="750,27" zPosition="5" font="Regular;24" transparent="1" /> <widget name="menu_buttons" alphatest="on" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/HistoryZapSelector/buttons.png" position="15,450" size="900,60" zPosition="4" transparent="1"/> </screen>"""
@Dimitrij, test it
Re: History Zap Selector #53
Re: History Zap Selector #54
Posted 16 January 2018 - 22:02
I have a problem with this plugin on 6.1. I install and config well.
After if i go to "back" botton nothing appear so i go to customize remote command and if i give to back button plugin...plugin appear but not history of zapping.
Please in which way i can configure "back" botton than i push it the zap selector appear ?
Thank
Hispa
P.S.
While i use zaphistorybrowser and give to "back" botton" it appear well
Edited by hispanico, 16 January 2018 - 22:05.
Re: History Zap Selector #60
Also tagged with one or more of these keywords: plugin
Missing Softcams PluginStarted by MifPT, 12 Jan 2024 softcams, Plugin and 1 more... |
|
|||
openpli 9 and Xtream pluginStarted by frossie, 10 Dec 2023 plugin |
|
|||
Advanced transcoding setupStarted by Dimitrij, 14 May 2022 plugin |
|
|||
Plugin - Power LNB/ToneBurst in standby for FBC tunersStarted by Dimitrij, 6 Apr 2022 plugin |
|
|||
imdb plugin
IMDB plugin issuesStarted by scriptmelvin †, 1 Jun 2021 imdb plugin, imdb, plugin |
|
7 user(s) are reading this topic
0 members, 7 guests, 0 anonymous users