[E² Plugin] xtraEvent

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,652
​xtraEvent plugin by digiteng

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

-----------------------------------------------------------------------------------------------------------------------------------------------------

for v2.0

-----------------------------------------------------------------------------------------------------------------------------------------------------

plug-in features
- Event sources can be downloaded in three different ways ... directly, manually, by timer ...
- Event mode can be selected as "current channel" and "bouquets".
- The number of events and how many events belonging to the channel can be selected.
- the search language can be set ...
- Sources can be selected with "IMAGE SOURCE".
- image size can be adjusted ...
- Any activity can be searched by "manual source" ... you can select any desired from among many posters..etc ...
- With "manual source", poster and background can be searched and selected for "movie player" and "EMC".
- ...


usage and recommendations

- when you first open the plugin, first set the download location ... quit and reopen the plugin ...
- /path/xtraEvent/poster (banner, backdrop, infos, EMC, mSearch...)
- You can enter your api key for tmdb, tvdb .... etc from the plugin ... this will be better in terms of search traffic ...
even if you do not enter the api key, it will work with internal keys ...
- For movie player and emc set the background size to >1280x720 ... when you press append (yellow) the size will be set to 1280x720 and the black filter will be added ...
It will be saved in folder... /path/xtraEvent/EMC
- manual search search temporary folder /path/xtraEvent/mSearch
- codes for the skin can be found inside the render-convert files and in /usr/share/enigma2/xtra/allScreens
- Label, pixmap, picon can be used by skinner for no-picture ... with "zPosition"...
for example, picons are used in skin_ChannelSelection_5.xml skinpart...

recommended

- set "bouquets" for main use and set the timer(1-23 hour) ... open the sources ... press "search" green button ...
select your bouquet from the popup window ... save (green) ... when you get to the home screen "download" ( yellow) (not recommended) ...
exit the plug and restart the gui ...
search and download will be done in the background at the beginning and the times you set ...
at this time, you can use stb as you wish ... You can see the status with / tmp / up_report ...

code change by screen;
for infobar, SecondInfoBar,
source="session.Event_Now"
source="session.Event_Next"
Code:
<widget source="session.Event_Now" render="xtraPoster" delayPic="200" position="0,0" size="185,278" zPosition="1" />
for ch list,
source="ServiceEvent"

for epg, EventView,
source="Event"

for movie player, emc,
source="Service"

With delayPic = "500" you can set the delay to show the poster...etc... in render...
increase latency on low equipped stb for performance...ch list, epg...


nextEvent="0" current program
nextEvent="1" next program
...
usedImage="backdrop" banner, poster
Code:
<widget source="ServiceEvent" render="xtraNextEvents" nextEvent="0" usedImage="backdrop" delayPic="500" position="700,700" size="300,169" zPosition="2" borderWidth="2" borderColor="key_color" />
<widget source="ServiceEvent" render="xtraNextEvents" nextEvent="1" usedImage="backdrop" delayPic="500" position="1000,700" size="300,169" zPosition="2" borderWidth="2" borderColor="key_color" />
<widget source="ServiceEvent" render="xtraNextEvents" nextEvent="2" usedImage="backdrop" delayPic="500" position="1300,700" size="300,169" zPosition="2" borderWidth="2" borderColor="key_color" />
<widget source="ServiceEvent" render="xtraNextEvents" nextEvent="3" usedImage="backdrop" delayPic="500" position="1600,700" size="300,169" zPosition="2" borderWidth="2" borderColor="key_color" />
snglEvent="1" next program
snglEvent="2" two next program
Code:
<widget source="ServiceEvent" render="xtraNxtEvnt" nxtEvents="" snglEvent="1" font="Regular; 22" position="750,885" size="300,100" zPosition="5" backgroundColor="background" transparent="1" />
<widget source="ServiceEvent" render="xtraNxtEvnt" nxtEvents="" snglEvent="2" font="Regular; 22" position="1170,885" size="300,100" zPosition="5" backgroundColor="background" transparent="1" />
<widget source="ServiceEvent" render="xtraNxtEvnt" nxtEvents="" snglEvent="3" font="Regular; 22" position="1590,885" size="300,100" zPosition="5" backgroundColor="background" transparent="1" />
nxtEvents="4" 4 next program
Code:
<widget source="ServiceEvent" render="xtraNxtEvnt" nxtEvents="4" snglEvent="" font="Regular; 22" position="750,885" size="300,100" zPosition="5" backgroundColor="background" transparent="1" />

attachment.php

attachment.php

attachment.php

attachment.php

attachment.php


xtraEvent v2.0

- progressbar added for manual search and download with plugin...
- 2 skins added for plugin interface...
- Internet check icon has been added to the home screen...
- download method changed ...
- language and tvdb added for info...
- Auto and manual "broken image remove" added...
you hardly need to operate it manually...
- various improvements ...
- bing search removed ... (can be added later ...)​
 

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,652
v.5.2

update(yellow button) mini fixed...
 

Attachments

  • enigma2-plugin-extensions-xtraevent_v5.2_all.ipk
    2.7 MB · Views: 69

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,652
enigma2-plugin-extensions-xtraevent_6.2_all

kitte888 wrote
Here to test it
is now just the plugin itself
If you leave it on clock, the plugin will download after 10 seconds
Then you set the timer to 1:00 and a download will be made every hour
If you set the number to 50, it should be a day in advance
In the download you can see the number of posters etc. You can also delete the folders here
 

Attachments

  • enigma2-plugin-extensions-xtraevent_6.2_all.ipk
    723.5 KB · Views: 12

WaRp

(∩`-´)⊃━☆゚.*・。゚
Staff member
Administrator
Messages
29,652
enigma2-plugin-extensions-xtraevent_6.4_all
 

Attachments

  • enigma2-plugin-extensions-xtraevent_6.4_all.ipk
    723.9 KB · Views: 14
Top