From 316620f58f22e7fc785fec09a4be27a12b5fe129 Mon Sep 17 00:00:00 2001 From: dubost Date: Wed, 22 Mar 2006 19:26:35 +0100 Subject: [PATCH] Mise a jour Essais avec oie Ca a l'air de marchoter pour le moment darcs-hash:20060322182635-c3cc4-379db4b17e52e150ba2650576cac91288ad95355.gz --- tv/sat_base.py | 9 +++++---- tv/sat_conf.py | 10 +++++----- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/tv/sat_base.py b/tv/sat_base.py index b4e65d2d..3a7e204e 100755 --- a/tv/sat_base.py +++ b/tv/sat_base.py @@ -389,10 +389,11 @@ 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' } + '308 309 306 307 310' : 'ara Al Maghribiyah', + '35 36 33 34 38' : 'ara TVM inter l', + '37 39 40 41 42 43' : 'ara TVM', + '46 47 48 44 45' : 'ara Arabiaa', + '1026 1027 1028 1024 1025' : 'ara TVM inter'} class TNT_base(carte) : qam="auto" diff --git a/tv/sat_conf.py b/tv/sat_conf.py index e5585659..a4efc295 100755 --- a/tv/sat_conf.py +++ b/tv/sat_conf.py @@ -19,11 +19,11 @@ transpondeurs = { 'canard' : [ TNT_R4_498000(0) , TNT_R6_562000(3) , TNT_R2_474000(4) , TNT_R3_522000(5) ], - 'oie' : [ Hotbird_10796(0) , - Hotbird_11137(1) , - Hotbird_10873(2) , - Hotbird_12245(3) , - Hotbird_11623(4) ] + 'oie' : [ Hotbird_12673(4) , + Hotbird_11623(3) , + Hotbird_11137(2) , + Hotbird_10873(1) , + Hotbird_10796(0) ] } conf = transpondeurs.get(host,[])