source: ipk/source/epg_crossepg/var/crossepg/scripts/rai/rai.conf@ 17841

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

[ipk] - copy source->source.sh4

File size: 2.8 KB
Line 
1# rai.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=rai
11
12# cache dir name
13# default CACHE_DIRNAME=script_rai_cache
14CACHE_DIRNAME=script_rai_cache
15
16# GMT zone used in remote website (NOT in receiver)
17# positive if east GMT (like Italy) , i.e. GMT_ZONE=1
18# negative if west GMT (like USA) , i.e. GMT_ZONE=-6
19# 'equal' if receiver time is equal to remote website (same timezone)
20# default GMT_ZONE=equal
21GMT_ZONE=equal
22
23# number of days in the future for downloading EPG
24# MAX_DAY_EPG=1 means "download only today"
25# MAX_DAY_EPG=2 means "download today and tomorrow"
26# ....
27# default MAX_DAY_EPG=7
28MAX_DAY_EPG=7
29
30# RAI EPG HTML repository
31# default URL=http://www.rai.it//dl/portale/GuidaProgrammiAcc.html
32URL=http://www.rai.it//dl/portale/GuidaProgrammiAcc.html
33
34
35# ==================================================================================================
36# CHANNEL configuration section
37[channels]
38
39#
40# YOU must configure every channel ID
41#
42# id=0 EPG will not be downloaded
43# id=1,LAMEDB_channel_name EPG will be downloaded and cached
44# id=2,LAMEDB_channel_name EPG will be downloaded every time
45# id=3,LAMEDB_channel_name EPG will be downloaded and cached (like '1') but only TODAY will be forced downloading (like '2')
46#
47# Examples:
48# RaiUno=0 channel id 'RaiUno' EPG will NOT be dowloaded
49# RaiUno=1,rai 1 'RaiUno' EPG will be dowloaded and cached and it's name in lamedb is 'rai 1'
50# RaiUno=2,rai1 'RaiUno' EPG will be dowloaded every time and it's name in lamedb is 'rai1'
51#
52# note 1: channel name is case insensitive
53# note 2: you can add many channel name using '|' character as separator (epg will be copied for all these channels)
54# i.e. RaiTre=1,rai3|rai 3|rai tre lombardia
55#
56
57
58# BE AWARE : rai channel ID are CASE SENSITIVE , don't change them
59
60
61# RAI1 , id=RaiUno
62RaiUno=0,rai1|rai 1|rai hd|rai test hd
63
64# RAI2 , id=RaiDue
65RaiDue=0,rai2|rai 2
66
67# RAI3 , id=RaiTre
68RaiTre=0,rai3|rai 3|rai 3 tgr lombardia
69
70# RAI4 , id=Rai4
71Rai4=1,rai 4
72
73# Rai5, id=Extra
74Extra=1,rai 5
75
76# Rai Sport 1 , id=RaiSport1
77RaiSport1=0,rai sport 1
78
79# Rai Sport 2 , id=RaiSport2
80RaiSport2=0,rai sport 2
81
82# Rai Scuola , id=RaiEducational
83RaiEducational=0,rai scuola
84
85# Rai Premium, id=Premium
86Premium=1,rai premium
87
88# Rai YoYo, id=Yoyo
89Yoyo=1,rai yoyo
90
91# Rai Movie, id=CinemaWorld
92CinemaWorld=1,rai movie
93
94# Rai Gulp, id=RaiGulp
95RaiGulp=1,rai gulp
96
97# Rai EDU2, id=RaiEDU2
98RaiEDU2=1,rai storia
99
100# RADIO1 , id=RadioUno
101RadioUno=0,rai radio1
102
103# RADIO2 , id=RadioDue
104RadioDue=0,rai radio2
105
106# RADIO3 , id=RadioTre
107RadioTre=0,rai radio3
108
109
Note: See TracBrowser for help on using the repository browser.