Jump to content


Photo

History Zap Selector

plugin

  • Please log in to reply
86 replies to this topic

Re: History Zap Selector #41 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 24 December 2016 - 11:05

Why do I need it?
This is my plugin version 2.2

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: History Zap Selector #42 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 24 December 2016 - 11:19

of cource it is your plugin, well, you don´t need it for yourself, just to be compatible with other Open* images,



Re: History Zap Selector #43 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 24 December 2016 - 12:45

OpenATV same addition embedded in the software.


Edited by Dimitrij, 24 December 2016 - 12:46.

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: History Zap Selector #44 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

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 garv

  • Member
  • 1 posts

0
Neutral

Posted 15 July 2017 - 00:14

Thanks Dimitrij, mrvica, now working on openpli4 with mymetrix skin.



Re: History Zap Selector #46 littlesat

  • PLi® Core member
  • 56,273 posts

+691
Excellent

Posted 15 July 2017 - 07:18

Wierd that atv renamed that screen :(...

WaveFrontier 28.2E | 23.5E | 19.2E | 16E | 13E | 10/9E | 7E | 5E | 1W | 4/5W | 15W


Re: History Zap Selector #47 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

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/Solo 4K


Re: History Zap Selector #48 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

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 #49 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 16 October 2017 - 18:18

mrvica

thanks

version 3

add format

#pos = (57, 10)
#size = (260, 17)

GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: History Zap Selector #50 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 16 October 2017 - 19:03

Hmm, that's not the right values.


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: History Zap Selector #51 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 18 October 2017 - 07:28

It cannot be done 100%, it needs retouching afterwards, a good help to start



Re: History Zap Selector #52 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

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 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 16 January 2018 - 18:26

ok, thanks


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: History Zap Selector #54 hispanico

  • Senior Member
  • 93 posts

+2
Neutral

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 #55 Dimitrij

  • PLi® Core member
  • 10,020 posts

+338
Excellent

Posted 17 January 2018 - 10:28

hispanico

use hotkey option


GigaBlue UHD Quad 4K /Lunix3-4K/Solo 4K


Re: History Zap Selector #56 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 19 January 2018 - 22:30

@Dimitrij, do you intend to release a new version of the plugin, do you mind if I upload a modded version of mine, I made the screens a bit bigger, another feature, automatic recognition of the hd/fhd skin

thanks



Re: History Zap Selector #57 hispanico

  • Senior Member
  • 93 posts

+2
Neutral

Posted 20 January 2018 - 00:27

hispanico

use hotkey option

 

Thank but sorry... hotkey what mean, is not customize key on remote ?

 

Hispa


Edited by hispanico, 20 January 2018 - 00:27.


Re: History Zap Selector #58 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 21 January 2018 - 10:51

@hispanico, run setup of the plugin, there you can choose a hotkey

for testing

 

Attached Files



Re: History Zap Selector #59 hispanico

  • Senior Member
  • 93 posts

+2
Neutral

Posted 21 January 2018 - 15:19

@hispanico, run setup of the plugin, there you can choose a hotkey

for testing

Big thank again mate.... But i can choose hotkey on remote or there is a default key on remote ?

 

Hispa



Re: History Zap Selector #60 mrvica

  • Senior Member
  • 1,227 posts

+82
Good

Posted 21 January 2018 - 17:16

you have to enable first  the plugin, then choose key (last item in setup), standard is <>, try with other skin, if you want to try my last version, just copy it to /Extensions on your box and reboot enigma2, I suggest deinstalling any version befory trying the new one





Also tagged with one or more of these keywords: plugin

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users