xtraEvent plugin by digiteng
- anzonl
- Member
- Beiträge: 150
- Registriert: 12 Jul 2013 21:09
- Wohnort: Veenendaal (Netherlands)
- Receiver 1: Gigablue UHD Quad 4K PRO
- Receiver 2: Octagon SF8008 GOLD
- Receiver 3: Gigablue UHD IP 4K Cable
- Receiver 4: Gigablue UHD IP 4K
- Receiver 5: Gigablue UHD Quad 4K
- Hat gedankt: 109 Mal
- Hat Dank erhalten: 9 Mal
- Geschlecht:
- Kontaktdaten:
-
- VIP
- Beiträge: 406
- Registriert: 03 Mai 2016 16:32
- Hat gedankt: 25 Mal
- Hat Dank erhalten: 557 Mal
anzonl hat geschrieben:I tested it with an existing and a new OpenATV 6.4 image on both the Gigablue UDH UE 4K and the UHD Quad 4K. Same outcome.
log file upload...logs settings/enable debug log
and restart gui.../home/root/logs/
...
and with putty telnet,
init 4
enigma2
after restart...open plugin...search...
click the putty icon in the upper left corner ...
copy ....
notepad + paste, save...upload...
- anzonl
- Member
- Beiträge: 150
- Registriert: 12 Jul 2013 21:09
- Wohnort: Veenendaal (Netherlands)
- Receiver 1: Gigablue UHD Quad 4K PRO
- Receiver 2: Octagon SF8008 GOLD
- Receiver 3: Gigablue UHD IP 4K Cable
- Receiver 4: Gigablue UHD IP 4K
- Receiver 5: Gigablue UHD Quad 4K
- Hat gedankt: 109 Mal
- Hat Dank erhalten: 9 Mal
- Geschlecht:
- Kontaktdaten:
As attached :-)
Thanks in advance.
Thanks in advance.
- Dateianhänge
-
- Enigma2-debug-20200823_10-19-19.log
- (211.21 KiB) 42-mal heruntergeladen
Groet, Grüß, Regards,
Andreas


-
- VIP
- Beiträge: 406
- Registriert: 03 Mai 2016 16:32
- Hat gedankt: 25 Mal
- Hat Dank erhalten: 557 Mal
anzonl hat geschrieben:As attached :-)
Thanks in advance.
I did not see an error with the xtra plugin ...
maybe someone else will know ...
download something from plugins ...
Is there any problem? test it ...
test it by choosing skin metrix ...
sergiri hat geschrieben:Hi @digiteng, great work and congratulations for the plugin. I think it can be improved by deleting one month old (for example) files downloaded, so you can free up space in your device.
What do you think?
maybe...in next updates..
I guess there is no storage problem ... with usb stick..and other ...
maybe for performance ....
because as the number of files increases, it can affect performance.
- anzonl
- Member
- Beiträge: 150
- Registriert: 12 Jul 2013 21:09
- Wohnort: Veenendaal (Netherlands)
- Receiver 1: Gigablue UHD Quad 4K PRO
- Receiver 2: Octagon SF8008 GOLD
- Receiver 3: Gigablue UHD IP 4K Cable
- Receiver 4: Gigablue UHD IP 4K
- Receiver 5: Gigablue UHD Quad 4K
- Hat gedankt: 109 Mal
- Hat Dank erhalten: 9 Mal
- Geschlecht:
- Kontaktdaten:
- anzonl
- Member
- Beiträge: 150
- Registriert: 12 Jul 2013 21:09
- Wohnort: Veenendaal (Netherlands)
- Receiver 1: Gigablue UHD Quad 4K PRO
- Receiver 2: Octagon SF8008 GOLD
- Receiver 3: Gigablue UHD IP 4K Cable
- Receiver 4: Gigablue UHD IP 4K
- Receiver 5: Gigablue UHD Quad 4K
- Hat gedankt: 109 Mal
- Hat Dank erhalten: 9 Mal
- Geschlecht:
- Kontaktdaten:
- anzonl
- Member
- Beiträge: 150
- Registriert: 12 Jul 2013 21:09
- Wohnort: Veenendaal (Netherlands)
- Receiver 1: Gigablue UHD Quad 4K PRO
- Receiver 2: Octagon SF8008 GOLD
- Receiver 3: Gigablue UHD IP 4K Cable
- Receiver 4: Gigablue UHD IP 4K
- Receiver 5: Gigablue UHD Quad 4K
- Hat gedankt: 109 Mal
- Hat Dank erhalten: 9 Mal
- Geschlecht:
- Kontaktdaten:
-
- VIP
- Beiträge: 406
- Registriert: 03 Mai 2016 16:32
- Hat gedankt: 25 Mal
- Hat Dank erhalten: 557 Mal
anzonl hat geschrieben:- copied the folder to destination folder as mentioned by you
- reboot of the image
- found plugin (see screenshot)
- pressing the OK button didn't do anything
[ATTACH=CONFIG]71473[/ATTACH]
check tmp after pressing ok ...
If the poster has not come down ...
I guess the requests module is about the sodule ..
check it...
install otherwise ...
telnet,
opkg install python-requests
- anzonl
- Member
- Beiträge: 150
- Registriert: 12 Jul 2013 21:09
- Wohnort: Veenendaal (Netherlands)
- Receiver 1: Gigablue UHD Quad 4K PRO
- Receiver 2: Octagon SF8008 GOLD
- Receiver 3: Gigablue UHD IP 4K Cable
- Receiver 4: Gigablue UHD IP 4K
- Receiver 5: Gigablue UHD Quad 4K
- Hat gedankt: 109 Mal
- Hat Dank erhalten: 9 Mal
- Geschlecht:
- Kontaktdaten:
-
- Member
- Beiträge: 722
- Registriert: 31 Jan 2017 15:27
- Hat gedankt: 26 Mal
- Hat Dank erhalten: 283 Mal
wegen dwnload plugin, ich bekomme auf PLi Fehlemeldung
wie man sieht fehlt ein import, in dwnld.py eingefügt
klappts
Code: Alles auswählen
[ActionMap] Keymap 'WizardActions' -> Action = 'ok'.
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Plugins/Extensions/dwnld/plugin.py", line 13, in main
session.open(dwnld.dwnld)
File "/usr/lib/enigma2/python/mytest.py", line 299, in open
dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
File "/usr/lib/enigma2/python/mytest.py", line 242, in instantiateDialog
return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
File "/usr/lib/enigma2/python/mytest.py", line 259, in doInstantiateDialog
dlg = screen(self, *arguments, **kwargs)
File "/usr/lib/enigma2/python/Plugins/Extensions/dwnld/dwnld.py", line 30, in __init__
self["picture"] = Pixmap()
NameError: global name 'Pixmap' is not defined
wie man sieht fehlt ein import, in dwnld.py eingefügt
Code: Alles auswählen
from Components.Pixmap import Pixmap
klappts
-
- VIP
- Beiträge: 406
- Registriert: 03 Mai 2016 16:32
- Hat gedankt: 25 Mal
- Hat Dank erhalten: 557 Mal
mrvica hat geschrieben:wegen dwnload plugin, ich bekomme auf PLi FehlemeldungCode: Alles auswählen
[ActionMap] Keymap 'WizardActions' -> Action = 'ok'.
Traceback (most recent call last):
File "/usr/lib/enigma2/python/Plugins/Extensions/dwnld/plugin.py", line 13, in main
session.open(dwnld.dwnld)
File "/usr/lib/enigma2/python/mytest.py", line 299, in open
dlg = self.current_dialog = self.instantiateDialog(screen, *arguments, **kwargs)
File "/usr/lib/enigma2/python/mytest.py", line 242, in instantiateDialog
return self.doInstantiateDialog(screen, arguments, kwargs, self.desktop)
File "/usr/lib/enigma2/python/mytest.py", line 259, in doInstantiateDialog
dlg = screen(self, *arguments, **kwargs)
File "/usr/lib/enigma2/python/Plugins/Extensions/dwnld/dwnld.py", line 30, in __init__
self["picture"] = Pixmap()
NameError: global name 'Pixmap' is not defined
wie man sieht fehlt ein import, in dwnld.py eingefügtCode: Alles auswählen
from Components.Pixmap import Pixmap
klappts
fix...
anzonl hat geschrieben:The poster didn't "come down" :-)
[ATTACH=CONFIG]71477[/ATTACH]
[ATTACH=CONFIG]71478[/ATTACH]
I hope you restarted...
It is very strange if the requests does not download the module even though it is ...
test it...
- Dateianhänge
-
- dwnld.zip
- (1.48 KiB) 57-mal heruntergeladen
- villak
- Beginners
- Beiträge: 5
- Registriert: 16 Jun 2015 22:39
- Hat gedankt: 15 Mal
- Hat Dank erhalten: 1 Mal
Hi, and congratulations for the plugin, great job!
Just one thing, with xtraParental in OpenSPA image, some in EPG events come as (TP) (All audiences) And how it is not in the render does not appear on the screen. I added...
Then it works perfect!
If you could add it to future versions, I would be grateful!
Just one thing, with xtraParental in OpenSPA image, some in EPG events come as (TP) (All audiences) And how it is not in the render does not appear on the screen. I added...
Code: Alles auswählen
fd = event.getShortDescription() + "\n" + event.getExtendedDescription()
try:
ppr = ["[aA]b ((\d+))", "[+]((\d+))", "Od lat: ((\d+))", "(TP)"]
for i in ppr:
prr = re.search(i, fd)
if prr:
parentName = prr.group(1)
parentName = parentName.replace("7", "6").replace ("TP", "0")
break
Then it works perfect!
If you could add it to future versions, I would be grateful!

-
- VIP
- Beiträge: 406
- Registriert: 03 Mai 2016 16:32
- Hat gedankt: 25 Mal
- Hat Dank erhalten: 557 Mal
villak hat geschrieben:Hi, and congratulations on the plugin, great job!
Just one thing, with xtraParental in OpenSPA image, some in EPG events come as (TP) (All audiences) And how it is not in the render does not appear on the screen. I added...Code: Alles auswählen
fd = event.getShortDescription() + "\n" + event.getExtendedDescription()
try:
ppr = ["[aA]b ((\d+))", "[+]((\d+))", "Od lat: ((\d+))", "(TP)"]
for i in ppr:
prr = re.search(i, fd)
if prr:
parentName = prr.group(1)
parentName = parentName.replace("7", "6").replace ("TP", "0")
break
Then it works perfect!
If you could add it to future versions, I would be grateful!![]()
thanks ...
additions are required for many languages...
- anzonl
- Member
- Beiträge: 150
- Registriert: 12 Jul 2013 21:09
- Wohnort: Veenendaal (Netherlands)
- Receiver 1: Gigablue UHD Quad 4K PRO
- Receiver 2: Octagon SF8008 GOLD
- Receiver 3: Gigablue UHD IP 4K Cable
- Receiver 4: Gigablue UHD IP 4K
- Receiver 5: Gigablue UHD Quad 4K
- Hat gedankt: 109 Mal
- Hat Dank erhalten: 9 Mal
- Geschlecht:
- Kontaktdaten:
- anzonl
- Member
- Beiträge: 150
- Registriert: 12 Jul 2013 21:09
- Wohnort: Veenendaal (Netherlands)
- Receiver 1: Gigablue UHD Quad 4K PRO
- Receiver 2: Octagon SF8008 GOLD
- Receiver 3: Gigablue UHD IP 4K Cable
- Receiver 4: Gigablue UHD IP 4K
- Receiver 5: Gigablue UHD Quad 4K
- Hat gedankt: 109 Mal
- Hat Dank erhalten: 9 Mal
- Geschlecht:
- Kontaktdaten:
digiteng hat geschrieben:ok, now xtra plugin should work too...
No, it doesn't work unfortunately.
Froid version 3.30: infobar poster works, but xtraEvent doesn't work
Froid version 3.43: infobar poster doesn't work and xtraEvent doesn't work
Metrix version 3.0 : xtraEvent doesn't work
Used methods: restarts, manual search within xtraEvent, different locations
Used devices: Gigablue UHD UE 4K, Gigablue UHD Quad 4K
Used image: OpenATV 6.4 (August 23 build)
Groet, Grüß, Regards,
Andreas


-
- VIP
- Beiträge: 406
- Registriert: 03 Mai 2016 16:32
- Hat gedankt: 25 Mal
- Hat Dank erhalten: 557 Mal
anzonl hat geschrieben:No, it doesn't work unfortunately.
Froid version 3.30: infobar poster works, but xtraEvent doesn't work
Froid version 3.43: infobar poster doesn't work and xtraEvent doesn't work
Metrix version 3.0 : xtraEvent doesn't work
Used methods: restarts, manual search within xtraEvent, different locations
Used devices: Gigablue UHD UE 4K, Gigablue UHD Quad 4K
Used image: OpenATV 6.4 (August 23 build)
If someone else is using gigablue, they can return ...
I'm trying to do what comes to my mind ...
You can download and test the files from the link below ...
"raw" can be downloaded by right click save as.
plugins-test-/xtraEvent plugin/xtraEvent at master * digiteng/plugins-test- * GitHub