Added:
/trunk/providers/mhw2_digitalplus.conf
/trunk/scripts/mhw2epgdownloader
/trunk/scripts/mhw2epgdownloader/mhw2epgdownloader.conf
/trunk/scripts/mhw2epgdownloader/mhw2epgdownloader.mips
/trunk/scripts/mhw2epgdownloader/mhw2epgdownloader.sh4
Modified:
/trunk/Makefile
/trunk/make_e2_sh4_flash.sh
/trunk/make_e2_sh4_generic.sh
/trunk/make_e2_sh4_ipbox99xx.sh
/trunk/make_e2_sh4_qboxhd.sh
=======================================
--- /dev/null
+++ /trunk/providers/mhw2_digitalplus.conf Sat Apr 30 15:30:27 2011
@@ -0,0 +1,8 @@
+protocol=script
+filename=mhw2epgdownloader/mhw2epgdownloader
+description=DIGITAL+: mhw2epgdownloader by sergiotas ;-)
+# nid ,tsid, sid
+nid=1
+tsid=1058
+sid=30150
+namespace=12582912
=======================================
--- /dev/null
+++ /trunk/scripts/mhw2epgdownloader/mhw2epgdownloader.conf Sat Apr 30
15:30:27 2011
@@ -0,0 +1,113 @@
+#--------------------------------------------------------------
+#
+# mhw2epgdownloader Configuration file
+#
+# EPG Data collector
+#
+#--------------------------------------------------------------
+
+#--------------------------------------------------------------
+# LOG SECCTION
+#--------------------------------------------------------------
+
+log enable = 1
+log file = /tmp/mhw2epgdownloader.log
+
+#--------------------------------------------------------------
+# SETTINGS SECCTION
+#--------------------------------------------------------------
+
+max events = 22000
+max summaries = 8000
+
+# Numero de pasadas, a mas pasadas, mas probabilidad de que descarguemos
+# una programacion mas completa, pero mas lento
+repeat = 2
+
+# base de datos sqlite3
+dbfile = mhw2epg.db
+
+# Crear la base de datos sqlite3 en memoria
+dbinmemory = 1
+
+# Juego de caracteres
+# El formato via satelite es LATIN1 o ISO-8859-1
+# lo podemos convertir a UTF8
+latin1 to utf8 = 1
+
+# Segundos que varia programacion con respecto al satelite
+seconds to add = 0
+
+# Ejecutar antes de la descarga
+run before =
+
+# Ejecutar despues de la descarga y exportaciones
+# {param: xmltv channels file} {param: xmltv events file} {param: total
channels} {param: total themes} {param: total events} {param: total
summaries} {param: utf8}
+run after =
+
+# dispositivo
+device = autodetect
+
+#--------------------------------------------------------------
+# EXPORT SECCTION
+#--------------------------------------------------------------
+
+# mv format
+mv enable = 0
+mv file = /media/hdd/mv/ec-save/epg.dat
+
+# xmltv format
+xmltv enable = 0
+xmltv events file = xmltv/tdteam.events.xml
+xmltv channels file = xmltv/tdteam.channels.xml
+
+# crossepg format
+crossepg enable = 1
+crossepg db_root path = autodetect
+crossepg libcrossepg path = autodetect
+
+#--------------------------------------------------------------
+# CHANNELS REPLACE SECCTION
+#--------------------------------------------------------------
+# channel replace = service:transponder:network:name ->
service:transponder:network:name
+
+channel replace = 746c:3f0:1:C+ACCION -> 7472:3F0:1:C+ACCION
+channel replace = 746d:3f0:1:C+COMEDIA -> 7473:3F0:1:C+COMEDIA
+channel replace = 746e:3f0:1:C+DCINE -> 7474:3F0:1:C+DCINE
+channel replace = 778e:424:1:C+FUTBOL -> 779c:424:1:C+FUTBOL
+channel replace = 778f:424:1:C+DEPORTES -> 779d:424:1:C+DEPORTES
+
+
+channel replace = 7611:408:1:C+LIGA HD -> 7852:0:0:C+LIGA HD
+channel replace = 7612:408:1:CANAL+HD -> 74CC:3F8:1:CANAL+HD
+channel replace = 7613:408:1:C+ACCISN HD -> 7500:420:1:C+ACCISN HD
+channel replace = 7614:408:1:C+COMEDIA HD -> 7851:41A:1:C+COMEDIA HD
+channel replace = 7615:408:1:C+DCINE HD -> 7502:420:1:C+DCINE HD
+channel replace = 7616:408:1:C+XTRA HD -> 74CF:3F8:1:C+XTRA HD
+channel replace = 7617:408:1:CINEMAGIC HD -> 7820:428:1:CINEMAGIC HD
+channel replace = 7618:408:1:C+FUTBOL HD -> 74CD:3F8:1:C+FUTBOL HD
+channel replace = 7619:408:1:C+DEPORT HD -> 7822:428:1:C+DEPORT HD
+channel replace = 761a:408:1:EUROSPORT HD -> 7501:420:1:EUROSPORT HD
+channel replace = 7624:422:1:COSMO HD -> 74FF:420:1:COSMO HD
+channel replace = 761b:408:1:CALLE 13 HD -> 781F:428:1:CALLE 13 HD
+channel replace = 761c:408:1:FOX HD -> 74FE:420:1:FOX HD
+channel replace = 761d:408:1:AXN HD -> 7850:41a:1:AXN HD
+channel replace = 761e:408:1:NATGEOGRAPHD -> 7821:428:1:NATGEOGRAPHD
+channel replace = 7623:422:1:VIAJAR HD -> 74CE:3F8:1:VIAJAR HD
+channel replace = 761F:408:1:MTVNHD -> 6FB8:42C:1:MTVNHD
+channel replace = 7620:408:1:MEZZO HD -> 781E:428:1:MEZZO HD
+#channel replace = 7854:41a:1:TAQUILLA HD -> 7854:41a:1:TAQUILLA HD
+channel replace = 7621:408:1:CANAL+ 3D -> 7855:41A:1:CANAL+ 3D
+channel replace = 75fa:408:1:C+DEPORT2 HD -> 7853:41A:1:C+DEPORT2 HD
+
+
+#--------------------------------------------------------------
+# CHANNELS COPY SECCTION
+#--------------------------------------------------------------
+# channel copy = service:transponder:network:name ->
service:transponder:network:name
+
+
+#--------------------------------------------------------------
+# CHANNELS DELETE SECTION
+#--------------------------------------------------------------
+#channel delete = 9999:222:1:TELEBASURA
=======================================
--- /dev/null
+++ /trunk/scripts/mhw2epgdownloader/mhw2epgdownloader.mips Sat Apr 30
15:30:27 2011
Binary file, no diff available.
=======================================
--- /dev/null
+++ /trunk/scripts/mhw2epgdownloader/mhw2epgdownloader.sh4 Sat Apr 30
15:30:27 2011
Binary file, no diff available.
=======================================
--- /trunk/Makefile Wed Apr 27 10:43:40 2011
+++ /trunk/Makefile Sat Apr 30 15:30:27 2011
@@ -56,6 +56,8 @@
FTP_USER = root
FTP_PASSWORD = sifteam
+TARGET_ARCH ?= mips
+
all: clean $(CONVERTER_BIN) $(DBINFO_BIN) $(DOWNLOADER_BIN) $(EPGCOPY_BIN)
$(IMPORTER_BIN) $(EXPORTER_BIN) $(XMLTV_BIN) $(SWIGS_LIBS) $(SHARED_LIBS)
$(BIN_DIR):
@@ -159,6 +161,7 @@
install -d $(D)/usr/crossepg/scripts/rai
install -d $(D)/usr/crossepg/scripts/alias
install -d $(D)/usr/crossepg/scripts/mediaprem
+ install -d $(D)/usr/crossepg/scripts/mhw2epgdownloader
install -m 755 bin/crossepg_dbconverter $(D)/usr/crossepg/
install -m 755 bin/crossepg_dbinfo $(D)/usr/crossepg/
install -m 755 bin/crossepg_downloader $(D)/usr/crossepg/
@@ -175,6 +178,8 @@
install -m 755 scripts/rai/* $(D)/usr/crossepg/scripts/rai/
install -m 755 scripts/alias/* $(D)/usr/crossepg/scripts/alias/
install -m 755 scripts/mediaprem/* $(D)/usr/crossepg/scripts/mediaprem/
+ install -m 644 scripts/mhw2epgdownloader/mhw2epgdownloader.conf
$(D)/usr/crossepg/scripts/mhw2epgdownloader/
+ install -m 755 scripts/mhw2epgdownloader/mhw2epgdownloader.$(TARGET_ARCH)
$(D)/usr/crossepg/scripts/mhw2epgdownloader/mhw2epgdownloader
install-standalone-var:
install -d $(D)/var/crossepg/aliases
@@ -185,6 +190,7 @@
install -d $(D)/var/crossepg/scripts/rai
install -d $(D)/var/crossepg/scripts/alias
install -d $(D)/var/crossepg/scripts/mediaprem
+ install -d $(D)/var/crossepg/scripts/mhw2epgdownloader
install -m 755 bin/crossepg_dbconverter $(D)/var/crossepg/
install -m 755 bin/crossepg_dbinfo $(D)/var/crossepg/
install -m 755 bin/crossepg_downloader $(D)/var/crossepg/
@@ -201,6 +207,8 @@
install -m 755 scripts/rai/* $(D)/var/crossepg/scripts/rai/
install -m 755 scripts/alias/* $(D)/var/crossepg/scripts/alias/
install -m 755 scripts/mediaprem/* $(D)/var/crossepg/scripts/mediaprem/
+ install -m 644 scripts/mhw2epgdownloader/mhw2epgdownloader.conf
$(D)/var/crossepg/scripts/mhw2epgdownloader/
+ install -m 755 scripts/mhw2epgdownloader/mhw2epgdownloader.$(TARGET_ARCH)
$(D)/var/crossepg/scripts/mhw2epgdownloader/mhw2epgdownloader
install-plugin:
install -d
$(D)/usr/lib/enigma2/python/Plugins/SystemPlugins/CrossEPG/skins
=======================================
--- /trunk/make_e2_sh4_flash.sh Sun Apr 24 13:25:05 2011
+++ /trunk/make_e2_sh4_flash.sh Sat Apr 30 15:30:27 2011
@@ -12,6 +12,7 @@
export STRIP=${CROSS}strip
export SWIG=swig
export D=./tmp
+export TARGET_ARCH=sh4
make && make install-var-flash
=======================================
--- /trunk/make_e2_sh4_generic.sh Sun Oct 31 06:00:50 2010
+++ /trunk/make_e2_sh4_generic.sh Sat Apr 30 15:30:27 2011
@@ -12,6 +12,7 @@
export STRIP=${CROSS}strip
export SWIG=swig
export D=./tmp
+export TARGET_ARCH=sh4
make && make install-var
=======================================
--- /trunk/make_e2_sh4_ipbox99xx.sh Sun Oct 31 06:00:50 2010
+++ /trunk/make_e2_sh4_ipbox99xx.sh Sat Apr 30 15:30:27 2011
@@ -12,6 +12,7 @@
export STRIP=${CROSS}strip
export SWIG=swig
export D=./tmp
+export TARGET_ARCH=sh4
make && make install
=======================================
--- /trunk/make_e2_sh4_qboxhd.sh Sun Dec 5 00:54:04 2010
+++ /trunk/make_e2_sh4_qboxhd.sh Sat Apr 30 15:30:27 2011
@@ -13,6 +13,7 @@
export STRIP=${CROSS}strip
export SWIG=swig
export D=./tmp/qboxhd_update
+export TARGET_ARCH=sh4
make && make install-var-qboxhd