Superb quality and spec AB-Com PULSe 4K SE. Crazy offer! Only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

[ABM-MISC] sat and cable custom mix updater plugin (BETA)

Status
Not open for further replies.
Openatv 6.0 kiddacs vskin-hd.

Sent from my SM-G925F using Tapatalk
 
Thats all that needs adding highlighted in red

Code:
class DsayersCustomMixImporterScreen(Setup):
	skin = """
		<screen position="340,70" size="600,620">
			<widget source="key_red" render="Label" position="0,0" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" backgroundColor="#9f1313" font="Regular;18" transparent="1"/>
			<widget source="key_green" render="Label" position="150,0" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" backgroundColor="#1f771f" font="Regular;18" transparent="1"/>
			<widget source="key_yellow" render="Label" position="300,0" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" backgroundColor="#a08500" font="Regular;18" transparent="1"/>
			[COLOR="#FF0000"]<widget source="key_blue" render="Label" position="450,0" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" backgroundColor="#a08500" font="Regular;18" transparent="1"/>[/COLOR]
			<widget name="HelpWindow" pixmap="skin_default/buttons/vkey_icon.png" position="450,550" zPosition="1" size="541,720" transparent="1" alphatest="on"/>
			<ePixmap name="red" position="0,0" zPosition="2" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on"/>
			<ePixmap name="green" position="150,0" zPosition="2" size="140,40" pixmap="skin_default/buttons/green.png" transparent="1" alphatest="on"/>
			<ePixmap name="yellow" position="300,0" zPosition="2" size="140,40" pixmap="skin_default/buttons/yellow.png" transparent="1" alphatest="on"/>
			[COLOR="#FF0000"]<ePixmap name="blue" position="450,0" zPosition="2" size="140,40" pixmap="skin_default/buttons/blue.png" transparent="1" alphatest="on"/>[/COLOR]
			<widget name="config" position="10,50" size="580,350" scrollbarMode="showOnDemand"/>
			<widget name="description" position="50,385" size="500,80" font="Regular;18" halign="center" valign="top" transparent="0" zPosition="1"/>
		</screen>""
 
So are you saying that the blue button doesn't need adding to screen setup but the other buttons do? I'll try the ipk later tv has been hijacked lol the image is a few months old

Sent from my SM-G925F using Tapatalk
 
you added yellow default button instead of blue

1_0_19_5230_812_2_11A0000_0_0_0.webp

your edit

Code:
class DsayersCustomMixImporterScreen(Setup):
	skin = """
		<screen position="340,70" size="600,620">
			<widget source="key_red" render="Label" position="0,0" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" backgroundColor="#9f1313" font="Regular;18" transparent="1"/>
			<widget source="key_green" render="Label" position="150,0" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" backgroundColor="#1f771f" font="Regular;18" transparent="1"/>
			<widget source="key_yellow" render="Label" position="300,0" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" backgroundColor="#a08500" font="Regular;18" transparent="1"/>
			<widget source="key_blue" render="Label" position="450,0" size="140,40" valign="center" halign="center" zPosition="4" foregroundColor="white" backgroundColor="#a08500" font="Regular;18" transparent="1"/>
			<widget name="HelpWindow" pixmap="skin_default/buttons/vkey_icon.png" position="450,550" zPosition="1" size="541,720" transparent="1" alphatest="on"/>
			<ePixmap name="red" position="0,0" zPosition="2" size="140,40" pixmap="skin_default/buttons/red.png" transparent="1" alphatest="on"/>
			<ePixmap name="green" position="150,0" zPosition="2" size="140,40" pixmap="skin_default/buttons/green.png" transparent="1" alphatest="on"/>
			<ePixmap name="yellow" position="300,0" zPosition="2" size="140,40" pixmap="skin_default/buttons/yellow.png" transparent="1" alphatest="on"/>
			<ePixmap name="blue" position="450,0" zPosition="2" size="140,40" pixmap="skin_default/buttons/[COLOR="#FFFF00"]yellow.png[/COLOR]" transparent="1" alphatest="on"/>
			<widget name="config" position="10,50" size="580,350" scrollbarMode="showOnDemand"/>
			<widget name="description" position="50,385" size="500,80" font="Regular;18" halign="center" valign="top" transparent="0" zPosition="1"/>
		</screen>"""
 
changed to blue but the button has no text

blue.webp

Thats with the xml already deleted if it exists the text shows

delete.webp
 
Last edited:
Thanks Huevos once done I think that will be it lol bet you wish that you didn't start this plugin
 
The blue button text only shows if there is a file to delete.

In ViX Day HD it looks like this...

grab.webp
 
Last edited:
Looks good it will probably need skinning for my skin but I should be able to work something out :) with atv default its just a small box like my screen shots.
 
You should add setup3buttons and setup4buttons to your skin. They are in default skin so you must have an old copy of ATV.
 
You should add setup3buttons and setup4buttons to your skin. They are in default skin so you must have an old copy of ATV.

Sorted an ota update brought it in and 3.2 ipk displays the blue button but maybe best having it in the skin code for users on older images will do another ipk with yellow turned to blue explained in post 186.


Once done I maybe better having this thread closed and start another because setup is different. Again thanks for creating this plugin it makes it easier for users to use it and they can disable updates and delete the xml via blue button without needing to ftp and mess about with it :thumbsup:
 
The skin issue is cured in the version in post 184.
That has blue button as yellow.png instead of blue

Code:
<ePixmap name="blue" position="450,0" zPosition="2" size="140,40" pixmap="skin_default/buttons/yellow.png" transparent="1" alphatest="on"/>

Sent from my SM-G925F using Tapatalk
 
Last edited:
Should I just do the ipk as 3.3 or 3.4? I dont see the need to have a new version unless others have installed 3.3 they'll have to uninstall it and reinstall the newer 3.3 ipk
 
If there are no more edits needed can admin close this thread please.

New thread here http://www.world-of-satellite.com/s...ter-plugin-support-thread&p=442487#post442487

Current users if you do upgrade to the Dsayers Custom importer plugin you can uninstall the custommixupdater plugin and script if used and install the new ipk. The current ipk and scripts will still work as they download the xml file from the same source
 
Last edited by a moderator:
Status
Not open for further replies.

OpenViX Feeds Status

Back
Top