diff --git a/tv/genconf/sat_conf.py b/tv/genconf/sat_conf.py index 3fef067b..ba92e2c0 100755 --- a/tv/genconf/sat_conf.py +++ b/tv/genconf/sat_conf.py @@ -12,19 +12,19 @@ transpondeurs = { 'canard' : [ Hotbird_11034(0) , Hotbird_11240(1) , Hotbird_12597(2) , Hotbird_11604(3) , - TNT_R4_498000(4) ], + TNT_R1_586000(4) ], 'lapin' : [ Hotbird_12539(0) , - Hotbird_11727(4) , #Cette carte capte bizarrement, lancer un scan avant pour voir ce u'elle capte - TNT_R1_586000(1) , - TNT_R6_562000(2) , - TNT_R2_474000(3) ], + Hotbird_11727(1) , #Cette carte capte bizarrement, a vérifier + TNT_R2_474000(2) , + TNT_R3_522000(3) ], + 'poulet' : [ TNT_R4_498000(1) ], + 'dindon' : [ TNT_R5_538000(0) ], 'oie' : [ Hotbird_10853(0) , Hotbird_11642(1) , Hotbird_12111(2) , Hotbird_11137(3) , - TNT_R7_490000(4) , -# TNT_R5_538000(4) , - TNT_R3_522000(5) ] + TNT_R6_562000(4) , + TNT_R7_490000(5) ] } conf = transpondeurs.get(host,[])