Jump to content


forzan

Member Since 10 Oct 2017
Offline Last Active 07 Jan 2018 19:07
-----

Posts I've Made

In Topic: EPG data distribution format

7 January 2018 - 19:12

this procedure is not copied anywhere ... it's my personal .... look for the internet and see! I got there first of all to make the EPG work on the older images of November 2017 which can not be updated via FEEDs and just need to be reworked to get a newer version ...
 
use google translator to possibly solve the problem ... if you chew computer you understood even if other language ... because the language of the libraries / commands Linux is universal !!
 
However, I translated it to you.
 
Greetings

In Topic: EPG data distribution format

7 January 2018 - 19:09

install the attached libraries in the / tmp of the decoder with a client like filezilla / winscp (I use extension of MobaXTerm since I work smile.png)
 
 
 
libc6_2.25-r0_mips32el.ipk
liblzma5_5.2.2-r0_mips32el.ipk
python-lzma_0.0.8-r0_mips32el.ipk
python-pkgutil_2.7.3-r5.3_mips32el.ipk
 
xz_5.2.0-r0_mips32el.ipk
 
 
connect to the decoder shell and launch
 
 
opkg install --force-overwrite /tmp/*.ipk
 
 
Simply uninstall the old EPGIMPORTER plugin, you get the version you have like this:
 
 
opkg list | grep -i epg
(to me it was)
enigma2-plugin-extensions-epgimport - 1.0.git139.20170724
 
 
then to remove it
opkg remove enigma2-plugin-extensions-epgimport - 1.0.git139.20170724
 
 
and finally to install the most recent version always contained in the zip, inserted first in the / tmp of the decoder:
 
 
installation opkg --force-overwrite enigma2-plugin-extensions-epgimport_1.0 + git170 + 9bb6152-r33.4_mips32el.ipk
 
 
Restart the decoder.
 
 
If you have the sources required for EPG (having done it before, there is no need), in my case
 
 
mv /etc/epgimport/rytec.sources.xml /etc/epgimport/rytec.sources.xmlOLD && wget -O /etc/epgimport/rytec.sources.xml http: //rytecepg.ipse.ng.sources. xml && chmod 664 /etc/epgimport/rytec.sources.xml
 
 
Then go to the button in the PLUGIN section and EPGIMPORTER languages. Then select the classic sources you have used so far and start the manual download and see that it works.
Everything is working fine and I do not have to reflect !!
 
 
goodbye

In Topic: EPG data distribution format

7 January 2018 - 10:55

Ciao,


quindi per chi si vuole cimentare:


installate le librerie in allegato nella /tmp del decoder con un client tipo filezilla/winscp (io uso estensione di MobaXTerm visto che ci lavoro smile.png )

 

libc6_2.25-r0_mips32el.ipk
liblzma5_5.2.2-r0_mips32el.ipk
python-lzma_0.0.8-r0_mips32el.ipk
python-pkgutil_2.7.3-r5.3_mips32el.ipk

xz_5.2.0-r0_mips32el.ipk


collegatevi alla shell del decoder e lanciate


opkg install --force-overwrite /tmp/*.ipk


Successivamente disinstallate il plugin vecchio di EPGIMPORTER, vi ricavate la versione che avete in questo modo:


opkg list | grep -i epg 
( a me era la)
enigma2-plugin-extensions-epgimport - 1.0.git139.20170724 


poi per rimuoverlo
opkg remove enigma2-plugin-extensions-epgimport - 1.0.git139.20170724


ed infine per installare la versione più recente sempre contenuta nello zip, inserito prima nella /tmp del decoder:


opkg install --force-overwrite enigma2-plugin-extensions-epgimport_1.0+git170+9bb6152-r33.4_mips32el.ipk


Riavviate il decoder.


Se avete le fonti aggiornate per EPG (avendolo fatto in precedente, non c'è bisogno), nel mio caso ho aggiornato anche esse con il comando:


mv /etc/epgimport/rytec.sources.xml /etc/epgimport/rytec.sources.xmlOLD && wget -O /etc/epgimport/rytec.sources.xml http://rytecepg.ipse....ng.sources.xml && chmod 664 /etc/epgimport/rytec.sources.xml


Poi andate col il telecomando nella sezione PLUGIN e troverete EPGIMPORTER. Quindi selezionate le classiche fonti che avete usato fino ad adesso ed avviate il download manuale e vedete che funziona.
A me sta funzionando tutto bene e non devo riflashare!!


bye