xtraEvent plugin by digiteng
- biko
- Developer
- Beiträge: 28
- Registriert: 10 Jul 2019 15:27
- Hat gedankt: 43 Mal
- Hat Dank erhalten: 15 Mal
@digiteng
can you please review displaying banner by "xtraNextEvents" because i use follow line and isn't work on any channel (py3 - openatv 7.0)
[HTML] <widget source="session.Event_Now" render="xtraNextEvents" nextEvent="0" usedImage="banner" delayPic="200" position="40,623" size="900,185" zPosition="0" />
<widget source="session.Event_Next" render="xtraNextEvents" nextEvent="1" usedImage="banner" delayPic="500" position="961,618" size="898,187" zPosition="2" />[/HTML]
can you please review displaying banner by "xtraNextEvents" because i use follow line and isn't work on any channel (py3 - openatv 7.0)
[HTML] <widget source="session.Event_Now" render="xtraNextEvents" nextEvent="0" usedImage="banner" delayPic="200" position="40,623" size="900,185" zPosition="0" />
<widget source="session.Event_Next" render="xtraNextEvents" nextEvent="1" usedImage="banner" delayPic="500" position="961,618" size="898,187" zPosition="2" />[/HTML]
-
- Beginners
- Beiträge: 11
- Registriert: 29 Sep 2020 20:52
- Hat gedankt: 21 Mal
- Hat Dank erhalten: 3 Mal
biko hat geschrieben:@digiteng
can you please review displaying banner by "xtraNextEvents" because i use follow line and isn't work on any channel (py3 - openatv 7.0)
[HTML] <widget source="session.Event_Now" render="xtraNextEvents" nextEvent="0" usedImage="banner" delayPic="200" position="40,623" size="900,185" zPosition="0" />
<widget source="session.Event_Next" render="xtraNextEvents" nextEvent="1" usedImage="banner" delayPic="500" position="961,618" size="898,187" zPosition="2" />[/HTML]
What way you use to run plugin on ATV7.0?
- biko
- Developer
- Beiträge: 28
- Registriert: 10 Jul 2019 15:27
- Hat gedankt: 43 Mal
- Hat Dank erhalten: 15 Mal
biko hat geschrieben:@digiteng
can you please review displaying banner by "xtraNextEvents" because i use follow line and isn't work on any channel (py3 - openatv 7.0)
[HTML] <widget source="session.Event_Now" render="xtraNextEvents" nextEvent="0" usedImage="banner" delayPic="200" position="40,623" size="900,185" zPosition="0" />
<widget source="session.Event_Next" render="xtraNextEvents" nextEvent="1" usedImage="banner" delayPic="500" position="961,618" size="898,187" zPosition="2" />[/HTML]
[ATTACH=CONFIG]80624[/ATTACH]
i got my mistake wrong render , now use "xtraBanner" and all is ok
-
- VIP
- Beiträge: 406
- Registriert: 03 Mai 2016 16:32
- Hat gedankt: 25 Mal
- Hat Dank erhalten: 557 Mal
The di font in skin_1 shouldn't be a problem
it only works for plugin...
defined for the plugin...
It can also be defined for xtraSkins.py if needed...
you need to give more details first...image, skin etc...info
or screenshot...
events = self.epgcache.lookupEvent(['IBDCTM', (service.toString(), 0, -1, -1)])
change
events = self.epgcache.lookupEvent(['IBDCTT', (service.toString(), 0, -1, -1)])
i tested it...it didn't make any difference for me...
I added anyway...
v3.3 updated
- xtraStar.py codes changed...
no change in skin code...
- some fixes
it only works for plugin...
defined for the plugin...
It can also be defined for xtraSkins.py if needed...
you need to give more details first...image, skin etc...info
or screenshot...
events = self.epgcache.lookupEvent(['IBDCTM', (service.toString(), 0, -1, -1)])
change
events = self.epgcache.lookupEvent(['IBDCTT', (service.toString(), 0, -1, -1)])
i tested it...it didn't make any difference for me...
I added anyway...
v3.3 updated
- xtraStar.py codes changed...
no change in skin code...
- some fixes
-
- Beginners
- Beiträge: 17
- Registriert: 07 Dez 2014 20:08
- Hat gedankt: 2 Mal
- Hat Dank erhalten: 24 Mal
error in xtraStar
5105.9584> 21:59:26.4745 Traceback (most recent call last):
< 5105.9584> 21:59:26.4746 File "/usr/lib/enigma2/python/Navigation.py", line 93, in dispatchEvent
< 5105.9589> 21:59:26.4751 x(i)
< 5105.9590> 21:59:26.4752 File "/usr/lib/enigma2/python/Components/PerServiceDisplay.py", line 18, in event
< 5105.9593> 21:59:26.4754 func[1](ev)
< 5105.9593> 21:59:26.4755 File "/usr/lib/enigma2/python/Components/Sources/EventInfo.py", line 141, in gotEvent
< 5105.9597> 21:59:26.4758 self.changed((self.CHANGED_ALL,))
< 5105.9597> 21:59:26.4759 File "/usr/lib/enigma2/python/Components/Element.py", line 91, in changed
< 5105.9600> 21:59:26.4762 self.downstream_elements.changed(*args, **kwargs)
< 5105.9601> 21:59:26.4762 File "/usr/lib/enigma2/python/Tools/CList.py", line 7, in __call__
< 5105.9603> 21:59:26.4765 x(*args, **kwargs)
< 5105.9603> 21:59:26.4765 File "/usr/lib/enigma2/python/Components/Renderer/xtraStar.py", line 91, in changed
< 5105.9607> 21:59:26.4769 self.star.setAlphatest(1)
< 5105.9608> 21:59:26.4770 AttributeError: 'eSlider' object has no attribute 'setAlphatest'
< 5105.9609> 21:59:26.4770 [ePyObject] (CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation object at 0xb31a3dd8>>,(0,)) failed)
5105.9584> 21:59:26.4745 Traceback (most recent call last):
< 5105.9584> 21:59:26.4746 File "/usr/lib/enigma2/python/Navigation.py", line 93, in dispatchEvent
< 5105.9589> 21:59:26.4751 x(i)
< 5105.9590> 21:59:26.4752 File "/usr/lib/enigma2/python/Components/PerServiceDisplay.py", line 18, in event
< 5105.9593> 21:59:26.4754 func[1](ev)
< 5105.9593> 21:59:26.4755 File "/usr/lib/enigma2/python/Components/Sources/EventInfo.py", line 141, in gotEvent
< 5105.9597> 21:59:26.4758 self.changed((self.CHANGED_ALL,))
< 5105.9597> 21:59:26.4759 File "/usr/lib/enigma2/python/Components/Element.py", line 91, in changed
< 5105.9600> 21:59:26.4762 self.downstream_elements.changed(*args, **kwargs)
< 5105.9601> 21:59:26.4762 File "/usr/lib/enigma2/python/Tools/CList.py", line 7, in __call__
< 5105.9603> 21:59:26.4765 x(*args, **kwargs)
< 5105.9603> 21:59:26.4765 File "/usr/lib/enigma2/python/Components/Renderer/xtraStar.py", line 91, in changed
< 5105.9607> 21:59:26.4769 self.star.setAlphatest(1)
< 5105.9608> 21:59:26.4770 AttributeError: 'eSlider' object has no attribute 'setAlphatest'
< 5105.9609> 21:59:26.4770 [ePyObject] (CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation object at 0xb31a3dd8>>,(0,)) failed)
-
- VIP
- Beiträge: 406
- Registriert: 03 Mai 2016 16:32
- Hat gedankt: 25 Mal
- Hat Dank erhalten: 557 Mal
The plugin was originally designed for openatv...
In other images, it may not work with full functionality even if it is the same base...
but recycles are pretty much fixed over time...
***
font is weird...
Which file exactly did you change?
"di" font(xtra.ttf) is for the icons in the plugin..it contains only icons...
If "Regular" is written instead, the icons should not appear.
however there is something wrong...
***
"AttributeError: 'eSlider' object has no attribute 'setAlphatest'"
According to the enigma.py file such a feature is supported...
***
with this you can optimize posters etc images...
It makes the jpeg quality 80%...lower size, maybe more performance...
***
v3.4 updated...
- Changes have been made to the location definition...
- search language stb language changed to on/off...
if it is off, the default settings are valid...
- xtraStar.py changed....turned into old...
- xtraStar2.py added...
With this file, the background star file becomes active with the imdb value...
also pixmap is not required to be defined in the skin code...it was added in the plugin...
in, skin_ChannelSelection-xtra-6.xml
I don't want to mess with xtraStar anymore...
Those who have problems, please change their skin codes.
let them add the new code...v2.0 update 10.2020 !...one year has passed...
new code...in, skin_ChannelSelection-xtra-3.xml
In other images, it may not work with full functionality even if it is the same base...
but recycles are pretty much fixed over time...
***
font is weird...
Which file exactly did you change?
"di" font(xtra.ttf) is for the icons in the plugin..it contains only icons...
If "Regular" is written instead, the icons should not appear.
however there is something wrong...
***
Matrix10 hat geschrieben:error in xtraStar
5105.9584> 21:59:26.4745 Traceback (most recent call last):
< 5105.9584> 21:59:26.4746 File "/usr/lib/enigma2/python/Navigation.py", line 93, in dispatchEvent
< 5105.9589> 21:59:26.4751 x(i)
< 5105.9590> 21:59:26.4752 File "/usr/lib/enigma2/python/Components/PerServiceDisplay.py", line 18, in event
< 5105.9593> 21:59:26.4754 func[1](ev)
< 5105.9593> 21:59:26.4755 File "/usr/lib/enigma2/python/Components/Sources/EventInfo.py", line 141, in gotEvent
< 5105.9597> 21:59:26.4758 self.changed((self.CHANGED_ALL,))
< 5105.9597> 21:59:26.4759 File "/usr/lib/enigma2/python/Components/Element.py", line 91, in changed
< 5105.9600> 21:59:26.4762 self.downstream_elements.changed(*args, **kwargs)
< 5105.9601> 21:59:26.4762 File "/usr/lib/enigma2/python/Tools/CList.py", line 7, in __call__
< 5105.9603> 21:59:26.4765 x(*args, **kwargs)
< 5105.9603> 21:59:26.4765 File "/usr/lib/enigma2/python/Components/Renderer/xtraStar.py", line 91, in changed
< 5105.9607> 21:59:26.4769 self.star.setAlphatest(1)
< 5105.9608> 21:59:26.4770 AttributeError: 'eSlider' object has no attribute 'setAlphatest'
< 5105.9609> 21:59:26.4770 [ePyObject] (CallObject(<bound method Navigation.dispatchEvent of <Navigation.Navigation object at 0xb31a3dd8>>,(0,)) failed)
"AttributeError: 'eSlider' object has no attribute 'setAlphatest'"
According to the enigma.py file such a feature is supported...
***
blueline hat geschrieben:I have a question, what actually does image optimization in the plugin?
with this you can optimize posters etc images...
It makes the jpeg quality 80%...lower size, maybe more performance...
***
v3.4 updated...
- Changes have been made to the location definition...
- search language stb language changed to on/off...
if it is off, the default settings are valid...
- xtraStar.py changed....turned into old...
- xtraStar2.py added...
With this file, the background star file becomes active with the imdb value...
also pixmap is not required to be defined in the skin code...it was added in the plugin...
in, skin_ChannelSelection-xtra-6.xml
I don't want to mess with xtraStar anymore...
Those who have problems, please change their skin codes.
let them add the new code...v2.0 update 10.2020 !...one year has passed...
new code...in, skin_ChannelSelection-xtra-3.xml
Code: Alles auswählen
<ePixmap pixmap="xtra/star_b.png" position="990,278" size="200,20" alphatest="blend" zPosition="2" transparent="1" />
<widget source="ServiceEvent" render="Progress" pixmap="xtra/star.png" position="990,278" size="200,20" alphatest="blend" transparent="1" zPosition="2" backgroundColor="background">
<convert type="xtraInfo">imdbRatingValue</convert>
</widget>
- Dateianhänge
-
- star2.JPG (24.24 KiB) 813 mal betrachtet
-
- Member
- Beiträge: 225
- Registriert: 26 Nov 2016 13:08
- Wohnort: Essen
- Receiver 1: Vu+ Duo 4K SE
- Receiver 2: Vu+ Duo²
- Receiver 3: Coolstream Neo
- Hat gedankt: 20 Mal
- Hat Dank erhalten: 216 Mal
- Kontaktdaten:
This Plugin startet

But i have 2 crashes
- Dateianhänge
-
- enigma2_crash_1638136598.log
- (16.46 KiB) 32-mal heruntergeladen
Entwickler vom Neutrino FHD Skin - Kein Support via PN
Meine Komentare und Posts können unteranderen Spuren von Ironie & Sarkasmus enthalten. ..:: To understand recursion you must first understand recursion ::..
Meine Komentare und Posts können unteranderen Spuren von Ironie & Sarkasmus enthalten. ..:: To understand recursion you must first understand recursion ::..
-
- Beginners
- Beiträge: 17
- Registriert: 07 Dez 2014 20:08
- Hat gedankt: 2 Mal
- Hat Dank erhalten: 24 Mal
@digiteng
Yes there seem to be some differences in image coding.
Im using now modified XtraEvent 3.3 ver
I no longer use xtraStar.py
So everything works for me.
I don't know the reason for the "di" font
but it doesn't matter much because the plugin works with a standard font without symbols.
Unfortunately I won't have time to test your new version
but for me it’s actually 3.3 which I modified a bit, works perfectly.
both with posters and with backdrop.
Yes there seem to be some differences in image coding.
Im using now modified XtraEvent 3.3 ver
I no longer use xtraStar.py
So everything works for me.
I don't know the reason for the "di" font
but it doesn't matter much because the plugin works with a standard font without symbols.
Unfortunately I won't have time to test your new version
but for me it’s actually 3.3 which I modified a bit, works perfectly.
both with posters and with backdrop.
-
- Member
- Beiträge: 225
- Registriert: 26 Nov 2016 13:08
- Wohnort: Essen
- Receiver 1: Vu+ Duo 4K SE
- Receiver 2: Vu+ Duo²
- Receiver 3: Coolstream Neo
- Hat gedankt: 20 Mal
- Hat Dank erhalten: 216 Mal
- Kontaktdaten:
Under Version 3.6 crashes
- Dateianhänge
-
- enigma2_crash_1638272632.log
- (27.04 KiB) 24-mal heruntergeladen
Entwickler vom Neutrino FHD Skin - Kein Support via PN
Meine Komentare und Posts können unteranderen Spuren von Ironie & Sarkasmus enthalten. ..:: To understand recursion you must first understand recursion ::..
Meine Komentare und Posts können unteranderen Spuren von Ironie & Sarkasmus enthalten. ..:: To understand recursion you must first understand recursion ::..
- 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:
-
- Beginners
- Beiträge: 19
- Registriert: 26 Mär 2021 22:27
digiteng hat geschrieben: xtraEvent plugin by digiteng
Poster, background, banner, info support for enigma2 stbs...
This plugin has been created to get more information and images(poster,background,banner,info...) about events.
source data are obtained from public websites(tmdb, tvdb, omdb, maze ...).
this plugin is open source and free...
Shareable changes can be made by protecting non-commercial and "digiteng" rights...
-----------------------------------------------------------------------------------------------------------------------------------------------------
v3.0
11.2021
-----------------------------------------------------------------------------------------------------------------------------------------------------
- py3 support...
- lots of fixes...
- improvements in codes...
- plugin language support...with stb language
- new theme...
***
It is recommended to use it with a timer.
It may take a day or two to fully function.
- choose download location,
- set timer(2h),
- Search Next Events(min 5 )
- select image sources,
- choose a bouquet,
- e2 restart...
The codes for the skin can be found in the render-convert files.
also sample skinparts are given with xtra skin(Froid skin based)...
You can edit skins with the OpenSkin-Designer program...
If you have problems installing with ipk, extract it with 7zip and send it with ftp...
or
telnet the code below,Code: Alles auswählen
wget -q "--no-check-certificate" [url]https://github.com/digiteng/xtra/raw/main/xtraEvent.sh[/url] -O - | /bin/sh
***
[ATTACH=CONFIG]80526[/ATTACH]
[ATTACH=CONFIG]80527[/ATTACH]
[ATTACH=CONFIG]80530[/ATTACH]
[ATTACH=CONFIG]80528[/ATTACH]
[ATTACH=CONFIG]80529[/ATTACH]
[ATTACH=CONFIG]80532[/ATTACH]
[ATTACH=CONFIG]80533[/ATTACH]
[ATTACH=CONFIG]80531[/ATTACH]
[ATTACH]80534[/ATTACH]
The plugin disappear
Vu solo se
Open black hole 4.4