source: ipk/source/epg_crossepg/var/crossepg/scripts/mhw2epgdownloader/mhw2_dplus.conf@ 17179

Last change on this file since 17179 was 12090, checked in by madie, 14 years ago

[ipk] update crossepg

File size: 4.0 KB
Line 
1#--------------------------------------------------------------
2#
3# mhw2epgdownloader Configuration file
4#
5# EPG Data collector
6#
7#--------------------------------------------------------------
8
9#--------------------------------------------------------------
10# LOG SECCTION
11#--------------------------------------------------------------
12
13log enable = 1
14log file = /tmp/mhw2_dplus.log
15
16#--------------------------------------------------------------
17# SETTINGS SECCTION
18#--------------------------------------------------------------
19
20max events = 22000
21max summaries = 8000
22
23# Numero de pasadas, a mas pasadas, mas probabilidad de que descarguemos
24# una programacion mas completa, pero mas lento
25repeat = 1
26
27# base de datos sqlite3
28dbfile = mhw2epg.db
29
30# Crear la base de datos sqlite3 en memoria
31dbinmemory = 1
32
33# Juego de caracteres
34# El formato via satelite es LATIN1 o ISO-8859-1
35# lo podemos convertir a UTF8
36latin1 to utf8 = 1
37
38# Segundos que varia programacion con respecto al satelite
39seconds to add = 0
40
41# Ejecutar antes de la descarga
42run before =
43
44# Ejecutar despues de la descarga y exportaciones
45# {param: xmltv channels file} {param: xmltv events file} {param: total channels} {param: total themes} {param: total events} {param: total summaries} {param: utf8}
46run after =
47
48# dispositivo
49device = autodetect
50
51#--------------------------------------------------------------
52# EXPORT SECCTION
53#--------------------------------------------------------------
54
55# mv format
56mv enable = 0
57mv file = /media/hdd/mv/ec-save/epg.dat
58
59# xmltv format
60xmltv enable = 0
61xmltv events file = xmltv/tdteam.events.xml
62xmltv channels file = xmltv/tdteam.channels.xml
63
64# crossepg format
65crossepg enable = 1
66crossepg db_root path = autodetect
67crossepg libcrossepg path = autodetect
68
69#--------------------------------------------------------------
70# CHANNELS REPLACE SECCTION
71#--------------------------------------------------------------
72# channel replace = service:transponder:network:name -> service:transponder:network:name
73
74channel replace = 746c:3f0:1:C+ACCION -> 7472:3F0:1:C+ACCION
75channel replace = 746d:3f0:1:C+COMEDIA -> 7473:3F0:1:C+COMEDIA
76channel replace = 746e:3f0:1:C+DCINE -> 7474:3F0:1:C+DCINE
77#channel replace = 778e:424:1:C+FUTBOL -> 779c:424:1:C+FUTBOL
78#channel replace = 778f:424:1:C+DEPORTES -> 779d:424:1:C+DEPORTES
79
80
81channel replace = 7611:408:1:C+LIGA HD -> 7852:0:0:C+LIGA HD
82channel replace = 7612:408:1:CANAL+HD -> 74CC:3F8:1:CANAL+HD
83channel replace = 7613:408:1:C+ACCISN HD -> 7500:420:1:C+ACCISN HD
84channel replace = 7614:408:1:C+COMEDIA HD -> 7851:41A:1:C+COMEDIA HD
85channel replace = 7615:408:1:C+DCINE HD -> 7502:420:1:C+DCINE HD
86channel replace = 7616:408:1:C+XTRA HD -> 74CF:3F8:1:C+XTRA HD
87channel replace = 7617:408:1:CINEMAGIC HD -> 7820:428:1:CINEMAGIC HD
88channel replace = 7618:408:1:C+FUTBOL HD -> 74CD:3F8:1:C+FUTBOL HD
89channel replace = 7619:408:1:C+DEPORT HD -> 7822:428:1:C+DEPORT HD
90channel replace = 761a:408:1:EUROSPORT HD -> 7501:420:1:EUROSPORT HD
91channel replace = 7624:422:1:COSMO HD -> 74FF:420:1:COSMO HD
92channel replace = 761b:408:1:CALLE 13 HD -> 781F:428:1:CALLE 13 HD
93channel replace = 761c:408:1:FOX HD -> 74FE:420:1:FOX HD
94channel replace = 761d:408:1:AXN HD -> 7850:41a:1:AXN HD
95channel replace = 761e:408:1:NATGEOGRAPHD -> 7821:428:1:NATGEOGRAPHD
96channel replace = 7623:422:1:VIAJAR HD -> 74CE:3F8:1:VIAJAR HD
97channel replace = 761F:408:1:MTVNHD -> 6FB8:42C:1:MTVNHD
98channel replace = 7620:408:1:MEZZO HD -> 781E:428:1:MEZZO HD
99#channel replace = 7854:41a:1:TAQUILLA HD -> 7854:41a:1:TAQUILLA HD
100channel replace = 7621:408:1:CANAL+ 3D -> 7855:41A:1:CANAL+ 3D
101channel replace = 75fa:408:1:C+DEPORT2 HD -> 7853:41A:1:C+DEPORT2 HD
102
103
104#--------------------------------------------------------------
105# CHANNELS COPY SECCTION
106#--------------------------------------------------------------
107# channel copy = service:transponder:network:name -> service:transponder:network:name
108
109
110#--------------------------------------------------------------
111# CHANNELS DELETE SECTION
112#--------------------------------------------------------------
113#channel delete = 9999:222:1:TELEBASURA
Note: See TracBrowser for help on using the repository browser.