You can see the key entry panel with the yellow button
you can exit from that section with the exit button instead of the red button.
You can see the key entry panel with the yellow button
you can exit from that section with the exit button instead of the red button.
You can see the key entry panel with the yellow button
you can exit from that section with the exit button instead of the red button.
dear friends
if you encounter any issues, please kindly share the details along with the exact model of your receiver and the image currently installed on your device. If possible, it would be very helpful if you could also send me the log file. I will do my best to resolve any problems as soon as possible
i also apologize for not being able to respond promptly. due to the current situation and the ongoing war in Iran, internet access has become extremely limited and difficult for me.
i truly appreciate your patience and understanding.
tnx
hi i get the following error on Vu+ Duo 4K SE Open ATV 7.6 Alpha. how do i fix please ? thanks
hi i get the following error on Vu+ Duo 4K SE Open ATV 7.6 Alpha. how do i fix please ? thanks
please replace this, test it, and let me know the result
tnx
thanks
hi i get the following error on Vu+ Duo 4K SE Open ATV 7.6 Alpha. how do i fix please ? thanks
hi this is what i get but still no pictures or sound
thanks
hi i get the following error on Vu+ Duo 4K SE Open ATV 7.6 Alpha. how do i fix please ? thanks
hi this is what i get but still no pictures or sound
it’s working well now.
please check the sofcam.key file and see if the key you added is registered inside it.
maybe the BISS key is not correct or it has expired.
Display Morethanks
hi i get the following error on Vu+ Duo 4K SE Open ATV 7.6 Alpha. how do i fix please ? thanks
hi this is what i get but still no pictures or sound
it’s working well now.
please check the sofcam.key file and see if the key you added is registered inside it.
maybe the BISS key is not correct or it has expired.
hi yes your correct my bad, thanks again for your help is much appreciated
Great plugin check DM
our condolences please keep the good job running testing on dreamTwo UHD
Thanks a lot 🙏
currently, the Love Nature 4K channel on Hotbird 13.0°E is CW frozen. as long as the CW is frozen, you can watch the channel for free using the Add Auto DCW Key Plugin.
simply enter the following key via Manual BISS:
confirm it, and then press the green key (Auto dvbapi) so that the key is mapped and added for you, and the channel will open for you without any additional action.
the channel will be easily watchable for free until the key expires.
01.jpg
Screenshot 2025-08-06 083548.png
Enjoy.
Display More14_43_31_screenshot.jpg15_21_48_screenshot.jpgcurrently, the Love Nature 4K channel on Hotbird 13.0°E is CW frozen. as long as the CW is frozen, you can watch the channel for free using the Add Auto DCW Key Plugin.
simply enter the following key via Manual BISS:
confirm it, and then press the green key (Auto dvbapi) so that the key is mapped and added for you, and the channel will open for you without any additional action.
the channel will be easily watchable for free until the key expires.
01.jpg
Screenshot 2025-08-06 083548.pngEnjoy.
Some adjust for dreamos 5.0 and skin wqhd
Added plugin to context menu
Make style skin to adapt with shadow-wqhd skin
#this to can added the plugin directly to context menu : channelselection > menu
def run(session, *args, **kwargs):
session.open(DCWKeyAddPlugin)
def Plugins(**kwargs):
return [
PluginDescriptor(
name="Auto DCW Key ADD",
description="Auto DCW Key And ADD Manual BISS Key v{}".format(VERSION),
where=[PluginDescriptor.WHERE_EXTENSIONSMENU, PluginDescriptor.WHERE_PLUGINMENU],
fnc=main,
icon="plugin.png"
),
PluginDescriptor(
name="Auto DCW Key ADD",
description="Auto DCW Key ADD",
where=[PluginDescriptor.WHERE_CHANNEL_CONTEXT_MENU],
fnc=run,
icon="plugin.png"
)
]
Display More
#this will added screen for wqhd
class DCWKeyAddPlugin(Screen):
def getSkin(self):
try:
desktopSize = getDesktop(0).size()
if desktopSize.height() >= 1440:
return """
<screen name="DCW Key Add" position="center,center" size="1000,1000" title="DCW Key Add">
<widget name="title_main" position="0,0" size="1000,60" font="Regular;48" halign="center" foregroundColor="#00ff00" backgroundColor="#254f74" transparent="0" zPosition="1" />
<widget name="title_author" position="0,70" size="1000,50" font="Regular;44" halign="center" foregroundColor="#9f1313" backgroundColor="#000000" zPosition="1" transparent="1" />
<widget name="channel_name" position="20,170" size="960,45" font="Regular;38" halign="left" valign="center" backgroundColor="#000000" foregroundColor="#00ffc000" transparent="0" />
<widget name="channel_details" position="20,220" size="960,45" font="Regular;34" halign="left" valign="top" backgroundColor="#000000" foregroundColor="#0018b9ce" transparent="0" />
<widget name="label" position="10,258" size="980,150" font="Regular;34" backgroundColor="#000000" transparent="0" zPosition="5" valign="top" />
<ePixmap position="870,70" size="110,110" zPosition="5" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/Image/DCW_Key.png" alphatest="blend" transparent="1" />
<widget name="log" position="10,410" size="980,430" font="Regular;30" foregroundColor="#00ffc000" backgroundColor="#254f74" transparent="0" zPosition="1" />
<!-- Colored buttons -->
<ePixmap name="red" position="30,920" size="140,50" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/red.png" transparent="1" alphatest="on" />
<ePixmap name="green" position="260,920" size="140,50" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/green.png" transparent="1" alphatest="on" />
<ePixmap name="yellow" position="490,920" size="140,50" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/yellow.png" transparent="1" alphatest="on" />
<ePixmap name="blue" position="720,920" size="140,50" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/blue.png" transparent="1" alphatest="on" />
<!-- Button text -->
<widget name="button_exit" position="30,880" size="180,40" font="Regular;26" foregroundColor="#ff0000" transparent="1" zPosition="2" halign="center" valign="bottom" />
<widget name="button_auto" position="260,880" size="180,40" font="Regular;26" foregroundColor="#00ff00" transparent="1" zPosition="2" halign="center" valign="bottom" />
<widget name="button_manual" position="490,880" size="180,40" font="Regular;26" foregroundColor="#ffff00" transparent="1" zPosition="2" halign="center" valign="bottom" />
<widget name="button_update" position="720,880" size="180,40" font="Regular;26" foregroundColor="#0000ff" transparent="1" zPosition="2" halign="center" valign="bottom" />
<!-- Hint text -->
<widget name="hint_update" position="10,700" size="980,28" font="Regular;22" foregroundColor="#0000ff" backgroundColor="#000000" valign="center" halign="center" transparent="1" />
<widget name="hint_manual" position="10,730" size="980,28" font="Regular;22" foregroundColor="#ffff00" backgroundColor="#000000" valign="center" halign="center" transparent="1" />
<widget name="hint_auto" position="10,760" size="980,28" font="Regular;22" foregroundColor="#00ff00" backgroundColor="#000000" valign="center" halign="center" transparent="1" />
<widget name="hint_exit" position="10,790" size="980,28" font="Regular;22" foregroundColor="#ff0000" backgroundColor="#000000" valign="center" halign="center" transparent="1" />
<!-- AGC/SNR -->
<widget source="session.Title" render="Label" text="AGC" position="50,110" size="60,28" font="Regular;22" backgroundColor="#08050505" transparent="1" zPosition="2" halign="left" foregroundColor="#ff3737" />
<widget source="session.Title" render="Label" text="SNR" position="50,140" size="60,28" font="Regular;22" backgroundColor="#08050505" transparent="1" zPosition="2" halign="left" foregroundColor="#ff3737" />
<widget source="session.FrontendStatus" render="Progress" position="130,117" size="350,12" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/frontend/agc.png" zPosition="3" transparent="1">
<convert type="FrontendInfo">AGC</convert>
</widget>
<widget source="session.FrontendStatus" render="Label" position="490,110" size="80,30" backgroundColor="#000000" transparent="1" zPosition="2" font="Regular;20" halign="left" foregroundColor="#00d1d1d1">
<convert type="FrontendInfo">AGC</convert>
</widget>
<widget source="session.FrontendStatus" render="Progress" position="130,147" size="350,12" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/frontend/snron.png" zPosition="3" transparent="1">
<convert type="FrontendInfo">SNR</convert>
</widget>
<widget source="session.FrontendStatus" render="Label" position="490,140" size="80,30" backgroundColor="#000000" transparent="1" zPosition="2" font="Regular;20" halign="left" foregroundColor="#00d1d1d1">
<convert type="FrontendInfo">SNR</convert>
</widget>
</screen>"""
if desktopSize.width() > 1280:
return """
<screen position="560,105" size="800,900" title="DCW Key Add">
<widget name="title_main" position="0,0" size="799,38" font="Regular;28" halign="center" foregroundColor="#00ff00" backgroundColor="#254f74" transparent="0" zPosition="1" />
<widget name="title_author" position="0,42" size="799,35" font="Regular;30" halign="center" foregroundColor="#9f1313" backgroundColor="#000000" zPosition="1" transparent="1" />
<widget name="channel_name" position="10,126" size="788,32" font="Regular;26" halign="left" transparent="0" valign="center" backgroundColor="#000000" foregroundColor="#00ffc000" />
<widget name="channel_details" position="10,162" size="788,32" font="Regular;24" halign="left" transparent="0" valign="center" backgroundColor="#000000" foregroundColor="#0018b9ce" />
<widget name="label" position="3,193" size="796,99" font="Regular; 22" zPosition="5" transparent="0" valign="center" backgroundColor="#000000" />
<ePixmap position="683,57" size="110,110" zPosition="5" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/Image/DCW_Key.png" alphatest="blend" transparent="1" />
<widget name="log" position="0,294" size="799,426" font="Regular;23" foregroundColor="#00ffc000" backgroundColor="#254f74" transparent="0" zPosition="1" />
<ePixmap name="red" position="15,858" size="140,40" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/red.png" transparent="1" alphatest="on" />
<ePixmap name="green" position="226,858" size="140,40" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/green.png" transparent="1" alphatest="on" />
<ePixmap name="yellow" position="436,858" size="140,40" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/yellow.png" transparent="1" alphatest="on" />
<ePixmap name="blue" position="643,858" size="140,40" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/blue.png" transparent="1" alphatest="on" />
<widget name="button_auto" position="212,817" size="169,43" font="Regular;22" transparent="1" zPosition="2" foregroundColor="#00ff00" halign="center" valign="bottom" />
<widget name="button_manual" position="422,817" size="169,43" font="Regular;22" transparent="1" zPosition="2" foregroundColor="#ffff00" halign="center" valign="bottom" />
<widget name="button_exit" position="0,817" size="169,43" font="Regular;22" transparent="1" zPosition="2" foregroundColor="#ff0000" halign="center" valign="bottom" />
<widget name="button_update" position="629,817" size="169,43" font="Regular;22" transparent="1" zPosition="2" foregroundColor="#0000ff" halign="center" valign="bottom" />
<widget name="hint_manual" position="0,749" size="799,25" font="Regular;17" halign="center" backgroundColor="#000000" valign="center" transparent="1" foregroundColor="#ffff00" />
<widget name="hint_auto" position="0,776" size="799,25" font="Regular;17" halign="center" backgroundColor="#000000" valign="center" transparent="1" foregroundColor="#00ff00" />
<widget name="hint_exit" position="0,802" size="799,25" font="Regular;17" halign="center" backgroundColor="#000000" valign="center" transparent="1" foregroundColor="#ff0000" />
<widget name="hint_update" position="0,722" size="799,25" font="Regular;17" halign="center" backgroundColor="#000000" valign="center" transparent="1" foregroundColor="#0000ff" />
<widget source="session.Title" render="Label" text="SNR" position="214,105" size="40,21" font="Regular;16" backgroundColor="#08050505" transparent="1" zPosition="2" halign="left" foregroundColor="#ff3737" />
<widget source="session.Title" render="Label" text="AGC" position="214,80" size="40,21" font="Regular;16" backgroundColor="#08050505" transparent="1" zPosition="2" halign="left" foregroundColor="#ff3737" />
<widget source="session.FrontendStatus" render="Progress" position="255,87" size="290,8" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/frontend/agc.png" zPosition="3" transparent="1">
<convert type="FrontendInfo">AGC</convert>
</widget>
<widget source="session.FrontendStatus" render="Label" position="547,80" size="72,22" backgroundColor="#000000" transparent="1" zPosition="2" foregroundColor="#00d1d1d1" font="Regular;18" halign="left">
<convert type="FrontendInfo">AGC</convert>
</widget>
<widget source="session.FrontendStatus" render="Progress" position="255,112" size="290,8" zPosition="3" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/frontend/snron.png" transparent="1">
<convert type="FrontendInfo">SNR</convert>
</widget>
<widget source="session.FrontendStatus" render="Label" position="547,105" size="72,22" backgroundColor="#000000" transparent="1" zPosition="2" font="Regular;18" halign="left" foregroundColor="#00d1d1d1" valign="center">
<convert type="FrontendInfo">SNR</convert>
</widget>
</screen>
"""
else:
return """
<screen position="center,center" size="600,600" title="DCW Key Add">
<widget name="title_main" position="0,0" size="599,30" font="Regular;22" halign="center" foregroundColor="#008000" backgroundColor="#254f74" transparent="0" zPosition="1" />
<widget name="title_author" position="0,31" size="599,28" font="Regular;24" halign="center" foregroundColor="#9f1313" backgroundColor="#000000" zPosition="1" transparent="1" />
<widget name="channel_name" position="0,108" size="599,28" font="Regular;20" halign="left" transparent="0" valign="center" backgroundColor="#000000" foregroundColor="#00ffc000" />
<widget name="channel_details" position="0,136" size="599,26" font="Regular;18" halign="left" transparent="0" valign="center" backgroundColor="#000000" foregroundColor="#0018b9ce" />
<widget name="label" position="0,162" size="599,67" font="Regular;16" zPosition="5" transparent="0" valign="center" backgroundColor="#000000" />
<ePixmap position="514,62" size="80,80" zPosition="5" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/Image/DCW_Key_HD.png" alphatest="blend" transparent="1" />
<widget name="log" position="0,231" size="599,203" font="Regular;17" foregroundColor="#00ffc000" backgroundColor="#254f74" transparent="0" zPosition="1" />
<ePixmap name="red" position="15,560" size="120,35" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/red.png" transparent="1" alphatest="on" />
<ePixmap name="green" position="160,560" size="120,35" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/green.png" transparent="1" alphatest="on" />
<ePixmap name="yellow" position="320,560" size="120,35" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/yellow.png" transparent="1" alphatest="on" />
<ePixmap name="blue" position="465,560" size="120,35" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/buttons/blue.png" transparent="1" alphatest="on" />
<widget name="button_auto" position="160,530" size="120,30" font="Regular;16" transparent="1" zPosition="2" foregroundColor="#008000" halign="center" valign="bottom" />
<widget name="button_manual" position="320,530" size="120,30" font="Regular;16" transparent="1" zPosition="2" foregroundColor="#ffff00" halign="center" valign="bottom" />
<widget name="button_exit" position="15,530" size="120,30" font="Regular;16" transparent="1" zPosition="2" foregroundColor="#ff0000" halign="center" valign="bottom" />
<widget name="button_update" position="465,530" size="120,30" font="Regular;16" transparent="1" zPosition="2" foregroundColor="#0000ff" halign="center" valign="bottom" />
<widget name="hint_manual" position="0,460" size="599,22" font="Regular;13" halign="center" backgroundColor="#000000" valign="center" transparent="1" foregroundColor="#ffff00" />
<widget name="hint_auto" position="0,484" size="599,22" font="Regular;13" halign="center" backgroundColor="#000000" valign="center" transparent="1" foregroundColor="#008000" />
<widget name="hint_exit" position="0,508" size="599,22" font="Regular;13" halign="center" backgroundColor="#000000" valign="center" transparent="1" foregroundColor="#ff0000" />
<widget name="hint_update" position="0,435" size="599,22" font="Regular;13" halign="center" backgroundColor="#000000" valign="center" transparent="1" foregroundColor="#0000ff" />
<widget source="session.Title" render="Label" text="SNR" position="150,80" size="40,18" font="Regular;14" backgroundColor="#08050505" transparent="1" zPosition="2" halign="left" foregroundColor="#ff3737" />
<widget source="session.Title" render="Label" text="AGC" position="150,60" size="40,18" font="Regular;14" backgroundColor="#08050505" transparent="1" zPosition="2" halign="left" foregroundColor="#ff3737" />
<widget source="session.FrontendStatus" render="Progress" position="190,67" size="220,6" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/frontend/agc.png" zPosition="3" transparent="1">
<convert type="FrontendInfo">AGC</convert>
</widget>
<widget source="session.FrontendStatus" render="Label" position="420,60" size="60,18" backgroundColor="#000000" transparent="1" zPosition="2" foregroundColor="#00d1d1d1" font="Regular;16" halign="left">
<convert type="FrontendInfo">AGC</convert>
</widget>
<widget source="session.FrontendStatus" render="Progress" position="190,87" size="220,6" zPosition="3" pixmap="/usr/lib/enigma2/python/Plugins/Extensions/DCWKeyAdd/frontend/snron.png" transparent="1">
<convert type="FrontendInfo">SNR</convert>
</widget>
<widget source="session.FrontendStatus" render="Label" position="420,80" size="60,18" backgroundColor="#000000" transparent="1" zPosition="2" font="Regular;16" halign="left" foregroundColor="#00d1d1d1" valign="center">
<convert type="FrontendInfo">SNR</convert>
</widget>
</screen>
"""
except Exception as e:
print("[DCWKeyAdd] Error detecting skin resolution:", str(e))
return """
<screen position="center,center" size="600,600" title="DCW Key Add">
<!-- HD skin content as above -->
</screen>
"""
Display More
The skin style it will be asp on dream arabia feed
I use this plugin on DM Two with AIO image and skin WQHD shadow by zombi (IhaD).
Sadly it looks not that good on it.
Wait, how did you modify this to look that neat and smooth? Do you use the same skin?
As I am a noob i skinning, can you please explain where to integrate the code from #55. I mean in which file?
I use this plugin on DM Two with AIO image and skin WQHD shadow by zombi (IhaD).
Sadly it looks not that good on it.
Wait, how did you modify this to look that neat and smooth? Do you use the same skin?
As I am a noob i skinning, can you please explain where to integrate the code from #55. I mean in which file?
I know its not scaled good with wqhd skins
So i share all the parts i have modified
Still only the style that work with shadow-wqhd
Like i sayd it will be on my feed "dream-arabia"
How can I solve TVheadend?
How do we need to access the SoftCam.Keys file?
[reader]
label = SoftCam.Keys
protocol = emu
device = /var/keys/SoftCam.keys
disablecrccws_only_for = 0E00:000000
caid = 0500,0604,0E00,1010,1801,2600,2602,2610
ecmwhitelist = 0E00:40;1010:2B
detect = cd
ident = 0500:000000,007400,007800,021110,023800;0604:000000;0E00:000000;1010:000000;1801:000000,001101,002111,007301;2600:000000;2602:000000;2610:000000
group = 1
emmcache = 2,1,2,1
emu_auproviders = 0604:010200;0E00:000000;1010:000000;2610:000000
Is this how it is entered?
;====================================
# CONSTANT DW KEYS FILE #
;====================================
#CAID:PROVIDER:SID:PMT:PID:: XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX XX
;====================================
# SoftCam.Org & DVBSaT.org & SkyStar.Org Team constant.cw
# Created Time: 06/Jul/2018 12:42
# This constant.cw key file for CCcam
# Php&Sql writen & web Designed by tonytr
#Int
2600:000000:2229:2029:1029::D3 4F B3 D5 82 63 5A 3F D3 4F B3 D5 82 63 5A 3F
#Love Nature 4K
Don’t have an account yet? Register yourself now and be a part of our community!