SKIN Zeta v1.3.0 22/11/2020
Optimized for Gemini 4.1
Optimized for CVS and Gemini Project 4.1 it does not require the skin_user.xml file.
If inserted, it must be removed.
SKIN Zeta v1.3.0 22/11/2020
Optimized for Gemini 4.1
Optimized for CVS and Gemini Project 4.1 it does not require the skin_user.xml file.
If inserted, it must be removed.
are you asking me something Lululla or you just highlighting my plugins work?
no I just successfully installed your plugin
;)
in fact the installation and download has changed from the previous version
here it is for IPK
def prombt(self, com, dom):
useragent = "--header='User-Agent: QuickTime/7.6.2 (qtver=7.6.2;os=Windows NT 5.1Service Pack 3)'"
self.com = com
dom = dom.strip().lower()
downplug = dom.replace(' ','')
self['info'].setText(_('Installing ') + dom + _('... please wait'))
if self.com != None:
extensionlist = self.com.split('.')
extension = extensionlist[-1].lower()
if self.com.endswith(".ipk"):
if isDreamOS:
self.mbox = self.session.open(tvMessageBox, _('Unknow Image!'), tvMessageBox.TYPE_INFO, timeout=5)
self['info'].setText(_('Installation canceled!'))
else:
dest = '/tmp/' + downplug + '.ipk'
self.timer = eTimer()
self.timer.start(2000, True)
# try:
# self.timer.callback.append(deletetmp)
# except:
# self.timer_conn = self.timer.timeout.connect(deletetmp)
cmd = 'wget -q -O %s %s;opkg install -force-overwrite -force-depends %s' % (dest, str(self.com),dest)
self.session.open(tvConsole, _('Downloading-installing: %s') % dom, [cmd])
self['info'].setText(_('Installation done !!!'))
Display More
here it is for DEB
elif extension == "deb":
if not isDreamOS:
self.mbox = self.session.open(tvMessageBox, _('Unknow Image!'), tvMessageBox.TYPE_INFO, timeout=5)
self['info'].setText(_('Installation canceled!'))
else:
self.timer = eTimer()
self.timer.start(2000, True)
dest = '/tmp/' + downplug + '.deb'
cmd = 'wget -q -O %s %s;dpkg --install --force-depends --force-overwrite %s' % (dest, str(self.com), dest)
self.session.open(tvConsole, _('Downloading-installing: %s') % dom, [cmd])
self['info'].setText(_('Installation done !!!'))
Display More
for picons it's different
def install(self, fplug):
if os.path.exists('/tmp/download.zip'):
self['info'].setText(_('Install ...'))
myCmd = "unzip -o -q '/tmp/download.zip' -d %s/" % str(mmkpicon)
subprocess.Popen(myCmd, shell=True, executable='/bin/bash')
and work fine for me,
I will await further feedback to verify any problem.
I don't want to go back, in fact, I'm about to change all types of downloads to speed up
This video install .deb JediMaker by KiddaC on my box
this is .tar last plugin or use Telnet command
apt-get update ; wget http://patbuweb.com/tvPanel/tvpanel.tar -O /tmp/tvpanel.tar ; tar -xvf /tmp/tvpanel.tar -C /
I have tested on ATV 6.4. And On dreamos and gp4.1
Work fine for me
Ok
Remove plugin install from telnet or browser plug-in.
re-download from post
Reboot
Try
version 1.9.2 is done!
please update from tvpanel or from category - panels from tvpanel addon
or by the same download link of 1.9.1.
major fix
-fix all picons download
-added remove picons from box
-fix for py3 (unfortunately still in testing)
apt-get update ; wget http://patbuweb.com/tvPanel/tvpanel.tar -O /tmp/tvpanel.tar ; tar -xvf /tmp/tvpanel.tar -C /
Hi Lululla can one request if you can rework this for me 6 code plugins video https://aporntv.com/
you have to go blind with these things
:)
xml?? no no..
for the xml file you have to edit it, we just need what import from all file extensions :)
a minimum of effort;)
the plugin port from .sh .txt, as per help
It is possible to enter the data directly in the config menu and select an .xml file that has already been edited
regards
The following tested addons are now available from Posts 2:
plugin.video.altadefinizione01-1.0.3.zip
Post any discussions/errors or requests for new addons here:- KodiLite Discussion (addon errors, new addon requests etc.)
Thanks to Linuxsat-support Team -
Regards, Lululla & pcd
select the list .. go to home ..
then exit and go to config
tap on view server data .. save
salve mi servirebbe il file 7-06
Display MoreHi Lululla
I tried to update picons Mmark but appeared this screen without any lists.....
Thanks
Hall
News in next Update ;)
this is not crash tvpanel
i'm sorry ..
[EPGC] cleanupOutdated
unknown action ChannelSelectBaseActions/showFavourites! typo in keymap?
unknown action QuickButtonActions/blue! typo in keymap? (2 times)
[0;31mE/ [InfoBar.quickSelectGlobal] :: {skin.xml}: component with name 'Picture12' was not found in skin of screen 'BluePanel_Menu'![1;m
140323 ms latency per 1000 blits (7.126415 fps)
swig director exception (SWIG director method error.)
0x8cc0c4(sp=0x7ffb8ccd40) <SwigDirector_eSlot0X::cb_func()+260>
0x52dd24(sp=0x7ffb8ccd70) <eTimer::activate()+388>
0x52ea40(sp=0x7ffb8ccdf0) <eMainloop_native::processOneEvent(int)+528>
0x7bd3b0(sp=0x7ffb8cdef0) <eMainloopQt::processEvents(QFlags<QEventLoop::ProcessEventsFlag>)+176>
0x7f92d8849c(sp=0x7ffb8ce050) <QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>)+244>
0x7f92d91020(sp=0x7ffb8ce0d0) <QCoreApplication::exec()+136>
0x7bd2dc(sp=0x7ffb8ce120) <eMainloopQt::runLoop()+28>
0x7c3910(sp=0x7ffb8ce140) <KeyEvent::qt_metacall(QMetaObject::Call, int, void**)+7552>
0x7f926c92cc(sp=0x7ffb8ce160) <PyEval_EvalFrameEx+21052>
Traceback (most recent call last):
File "/usr/lib/enigma2/python/enigma.py", line 15423, in __call__
return ret(*args, **kwargs)
File "/usr/lib/enigma2/python/Plugins/GP4/geminibluepanel/gbluepanel.py", line 264, in __firstStart
File "/usr/lib/enigma2/python/Components/Pixmap.py", line 17, in setPixmap
self.instance.setPixmap(pixmap)
-------
AttributeError: 'NoneType' object has no attribute 'setPixmap'
]]>
have you a crashlog
/media/hdd/crashlog
/tmp/crashlog
/home/root/log/crashlog
regards
The following tested addons are now available from Posts 2:
Post any discussions/errors or requests for new addons here:- KodiLite Discussion (addon errors, new addon requests etc.)
Thanks to Linuxsat-support Team -
Regards, Lululla & pcd
only for Kodi pc i have... no work on kodilite for now
Come Back...
![]()
version 1.9.1
fix (new server for picons mMark)
apt-get update ; wget http://patbuweb.com/tvPanel/tvpanel.tar -O /tmp/tvpanel.tar ; tar -xvf /tmp/tvpanel.tar -C /