From 63ff14393b0502347722abde2c0c1477bc65797e Mon Sep 17 00:00:00 2001 From: dubost Date: Mon, 20 Mar 2006 09:25:51 +0100 Subject: [PATCH] Suite a une demande on met RTM a la place de chaines non regardes darcs-hash:20060320082551-c3cc4-fe0fe6400447aecc99426d371235c9bfc8e2e4c6.gz --- tv/sat_base.py | 9 +++++++++ tv/sat_conf.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/tv/sat_base.py b/tv/sat_base.py index 1e56f598..b4e65d2d 100755 --- a/tv/sat_base.py +++ b/tv/sat_base.py @@ -385,6 +385,15 @@ class Hotbird_12597(carte) : '2221 2232 1034 768' : 'eng Euronews', '161 84 1025' : 'fra KTO' } +class Hotbird_12673(carte) : + pol='v' + srate=27500 + chaines = { + '308 309 306 307' : 'ara Al Maghribiyah', + '35 36 33 34' : 'ara RTM 1', + '1026 1027 1024 1025' : 'ara RTM 1 bis', + '46 47 48 44 45' : 'ara Arabiaa' } + class TNT_base(carte) : qam="auto" trans_mode="auto" diff --git a/tv/sat_conf.py b/tv/sat_conf.py index e5585659..cacd87fd 100755 --- a/tv/sat_conf.py +++ b/tv/sat_conf.py @@ -22,7 +22,7 @@ transpondeurs = { 'canard' : [ TNT_R4_498000(0) , 'oie' : [ Hotbird_10796(0) , Hotbird_11137(1) , Hotbird_10873(2) , - Hotbird_12245(3) , + Hotbird_12673(3) , Hotbird_11623(4) ] }