source: ipk/source/epg_crossepg/var/crossepg/scripts/mediaprem/mediaprem.conf@ 12586

Last change on this file since 12586 was 7451, checked in by BPanther, 15 years ago

[ipk] - copy source->source.sh4

File size: 3.2 KB
Line 
1# mediaprem.conf by ambrosa http://www.ambrosa.net
2# configuration file
3#
4
5# ==================================================================================================
6# GLOBAL configuration section
7[global]
8
9# default provider used for searching channel name in lamedb
10DEFAULT_PROVIDER=mediaset
11
12# download event description (slow ! for every event it needs to download and parse e a web page)
13# DL_DESC=1 download description
14# DL_DESC=0 don't download description
15# default DL_DESC=1
16DL_DESC=1
17
18# cache dir name
19# default CACHE_DIRNAME=script_mediaprem_cache
20CACHE_DIRNAME=script_mediaprem_cache
21
22# GMT zone used in remote website (NOT in receiver)
23# positive if east GMT (like Italy) , i.e. GMT_ZONE=1
24# negative if west GMT (like USA) , i.e. GMT_ZONE=-6
25# 'equal' if receiver time is equal to remote website (same timezone)
26# default GMT_ZONE=equal
27GMT_ZONE=equal
28
29# number of days in the future for downloading EPG
30# MAX_DAY_EPG=1 means "download only today"
31# MAX_DAY_EPG=2 means "download today and tomorrow"
32# ....
33# default MAX_DAY_EPG=7
34MAX_DAY_EPG=7
35
36# MEDIASET EPG HTML repository
37# default URL=http://www.mediasetpremium.mediaset.it/export/palinsesto.xml
38URL=http://www.mediasetpremium.mediaset.it/export/palinsesto.xml
39
40
41# ==================================================================================================
42# CHANNEL configuration section
43[channels]
44
45#
46# YOU must configure every channel ID
47#
48# id=0 EPG will not be downloaded
49# id=1,LAMEDB_channel_name EPG will be downloaded and cached
50# id=2,LAMEDB_channel_name EPG will be downloaded every time
51# id=3,LAMEDB_channel_name EPG will be downloaded and cached (like '1') but only TODAY will be forced downloading (like '2')
52#
53# Examples:
54# KE=0 channel id 'KE' (Premium Cinema) EPG will NOT be dowloaded
55# KE=1,PremiumCinema 'KE' EPG will be dowloaded and cached and it's name in lamedb is 'PremiumCinema'
56# KE=2,Premium Cinema 'KE' EPG will be dowloaded every time and it's name in lamedb is 'Premium Cinema'
57#
58# note 1: channel name is case insensitive
59# note 2: you can add many channel name using '|' character as separator (epg will be copied for all these channels)
60# i.e. KE=1,PremiumCinema|Premium Cinema|CinemaPremium
61#
62
63# Premium Cinema , id=KE
64KE=1,Premium Cinema
65
66# Premium Cinema Emotion , id=KO
67KO=1,Premium Emotion
68
69# Premium Cinema Energy , id=KG
70KG=1,Premium Energy
71
72# Premium Extra , id=K8
73K8=1,Premium Extra 1
74
75# Premium Extra 2 , id=K9
76K9=1,Premium Extra 2
77
78# Studio Universal , id=KR
79KR=1,Studio Universal - Premium
80
81# Joi , id=KJ
82KJ=1,Joi - Premium
83
84# Mya , id=KD
85KD=1,Mya - Premium
86
87# Steel , id=KS
88KS=1,Steel - Premium
89
90# Disney , id=DY
91DY=0,Disney Channel - Premium
92
93# Playhouse , id=KP
94KP=0,Playhouse Disney - Premium
95
96# Cartoon Network , id=KN
97KN=0,Cartoon Network - Premium
98
99# Hiro , id=KU
100KU=0,Hiro - Premium
101
102# Premium Calcio , id=KC
103KC=0,Premium Calcio
104
105# Premium Calcio 1 , id=K1
106K1=0,Premium Calcio 1
107
108# Premium Calcio 2 , id=K2
109K2=0,Premium Calcio 2
110
111# Premium Calcio 3 , id=K3
112K3=0,Premium Calcio 3
113
114# Premium Calcio 4 , id=K4
115K4=0,Premium Calcio 4
116
117# Premium Calcio 5 , id=K5
118K5=0,Premium Calcio 5
119
120# Premium Calcio 6 , id=K6
121K6=0,Premium Calcio 6
122
123
124
Note: See TracBrowser for help on using the repository browser.