xtraEvent plugin by digiteng

Nachricht
Autor
Benutzeravatar
biko
Developer
Developer
Beiträge: 28
Registriert: 10 Jul 2019 15:27
Hat gedankt: 43 Mal
Hat Dank erhalten: 15 Mal

#161

Beitrag von biko »

@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]

Der Dateianhang 3.1.jpg existiert nicht mehr.
Dateianhänge
3.1.jpg
sunriser2015
Beginners
Beginners
Beiträge: 11
Registriert: 29 Sep 2020 20:52
Hat gedankt: 21 Mal
Hat Dank erhalten: 3 Mal

#162

Beitrag von sunriser2015 »

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?
Benutzeravatar
biko
Developer
Developer
Beiträge: 28
Registriert: 10 Jul 2019 15:27
Hat gedankt: 43 Mal
Hat Dank erhalten: 15 Mal

#163

Beitrag von biko »

sunriser2015 hat geschrieben:What way you use to run plugin on ATV7.0?


no special thing
just The .ipk file has been decompiled by 7zip
The files have been transferred to the device
Benutzeravatar
biko
Developer
Developer
Beiträge: 28
Registriert: 10 Jul 2019 15:27
Hat gedankt: 43 Mal
Hat Dank erhalten: 15 Mal

#164

Beitrag von biko »

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

Der Dateianhang 4.5.jpg existiert nicht mehr.
Dateianhänge
4.5.jpg
digiteng
VIP
VIP
Beiträge: 406
Registriert: 03 Mai 2016 16:32
Hat gedankt: 25 Mal
Hat Dank erhalten: 557 Mal

#165

Beitrag von digiteng »

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
oneofnine
Member
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:

#166

Beitrag von oneofnine »

under openATV 7.0

Der Dateianhang 1_0_19_C3B5_6F_270F_FFFF007A_0_0_0_20211126193058.jpg existiert nicht mehr.
Dateianhänge
1_0_19_C3B5_6F_270F_FFFF007A_0_0_0_20211126193058.jpg
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 ::..
Matrix10
Beginners
Beginners
Beiträge: 17
Registriert: 07 Dez 2014 20:08
Hat gedankt: 2 Mal
Hat Dank erhalten: 24 Mal

#167

Beitrag von Matrix10 »

@digiteng
I have not test with all images only with Open Black Hole and VIX but i think is the same with all OE-A images
I have installed plugin but not with your skin inside image.
We use our skins.

skin_1 is not OK
i have replaced font="di with standard image font="Regular

shot1.jpg



shot1.jpg
Dateianhänge
shot2.jpg
Matrix10
Beginners
Beginners
Beiträge: 17
Registriert: 07 Dez 2014 20:08
Hat gedankt: 2 Mal
Hat Dank erhalten: 24 Mal

#168

Beitrag von Matrix10 »

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)
blueline
Member
Member
Beiträge: 84
Registriert: 13 Mär 2015 21:13
Hat gedankt: 32 Mal
Hat Dank erhalten: 43 Mal

#169

Beitrag von blueline »

I have a question, what actually does image optimization in the plugin?
Achtung! Texte von "blueline" können Spuren von Ironie, Sarkasmus, Denkanstössen und freier Meinungsäusserung enthalten ...
Es wird keine Garantie auf Textverständnis gewährleistet.
digiteng
VIP
VIP
Beiträge: 406
Registriert: 03 Mai 2016 16:32
Hat gedankt: 25 Mal
Hat Dank erhalten: 557 Mal

#170

Beitrag von digiteng »

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...

difont.JPG


***
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

difont.JPG


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
star2.JPG (24.24 KiB) 813 mal betrachtet
Benutzeravatar
Daniku
Member
Member
Beiträge: 37
Registriert: 09 Jul 2017 00:37
Hat gedankt: 16 Mal
Hat Dank erhalten: 4 Mal

#171

Beitrag von Daniku »

Hi,
where ca I download v3.4?
oneofnine
Member
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:

#172

Beitrag von oneofnine »

enigma2_crash_1638136308.log
(28.01 KiB) 32-mal heruntergeladen


This Plugin startet :)

But i have 2 crashes
Dateianhänge
enigma2_crash_1638136598.log
(16.46 KiB) 32-mal heruntergeladen
1_0_19_7D66_141_270F_FFFF0092_0_0_0_20211128225931.jpg
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 ::..
Matrix10
Beginners
Beginners
Beiträge: 17
Registriert: 07 Dez 2014 20:08
Hat gedankt: 2 Mal
Hat Dank erhalten: 24 Mal

#173

Beitrag von Matrix10 »

@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.


shot1.jpg





shot1.jpg





shot1.jpg
Dateianhänge
shot2.jpg
shot3.jpg
Benutzeravatar
Daniku
Member
Member
Beiträge: 37
Registriert: 09 Jul 2017 00:37
Hat gedankt: 16 Mal
Hat Dank erhalten: 4 Mal

#174

Beitrag von Daniku »

@Matrix10
which skin do you use?
luxorr
Member
Member
Beiträge: 338
Registriert: 29 Jul 2020 10:40
Hat gedankt: 33 Mal
Hat Dank erhalten: 22 Mal

#175

Beitrag von luxorr »

@Matrix cold yuo post your full mod of xtra3.3. original version wont work for me. Thank you
oneofnine
Member
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:

#176

Beitrag von oneofnine »

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 ::..
Benutzeravatar
anzonl
Member
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:

#177

Beitrag von anzonl »

Thank you (OpenATV 6.4, Xtra skin)

Der Dateianhang anzoshot.3542.jpg existiert nicht mehr.
Dateianhänge
anzoshot.3542.jpg
Groet, Grüß, Regards,
:Freude28: Andreas:yahoo:

ahmedgalal151
Beginners
Beginners
Beiträge: 19
Registriert: 26 Mär 2021 22:27

#178

Beitrag von ahmedgalal151 »

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
DreamOSat
Beginners
Beginners
Beiträge: 17
Registriert: 28 Jun 2013 21:28
Hat gedankt: 3 Mal
Hat Dank erhalten: 31 Mal

#179

Beitrag von DreamOSat »

Thank you Digiteng
very good plugin

Bild

Bild

Bild
Benutzeravatar
Daniku
Member
Member
Beiträge: 37
Registriert: 09 Jul 2017 00:37
Hat gedankt: 16 Mal
Hat Dank erhalten: 4 Mal

#180

Beitrag von Daniku »

@DreamOSat Sehr schön!
Gibts von deinem Skin eine IPK inklusive XtraEvent (Openatv)? Das wäre ein Traum :-)
Welche Picons nutzt du?

@DreamOSat Very nice!
Is there an IPK including XtraEvent from your skin (Openatv)? That would be a dream :-)
Which picons do you use?
Antworten

Zurück zu „Plugins“