Mise a jour

Essais avec oie
Ca a l'air de marchoter pour le moment

darcs-hash:20060322182635-c3cc4-379db4b17e52e150ba2650576cac91288ad95355.gz
This commit is contained in:
dubost 2006-03-22 19:26:35 +01:00
parent 5213904bc5
commit 316620f58f
2 changed files with 10 additions and 9 deletions

View file

@ -389,10 +389,11 @@ class Hotbird_12673(carte) :
pol='v' pol='v'
srate=27500 srate=27500
chaines = { chaines = {
'308 309 306 307' : 'ara Al Maghribiyah', '308 309 306 307 310' : 'ara Al Maghribiyah',
'35 36 33 34' : 'ara RTM 1', '35 36 33 34 38' : 'ara TVM inter l',
'1026 1027 1024 1025' : 'ara RTM 1 bis', '37 39 40 41 42 43' : 'ara TVM',
'46 47 48 44 45' : 'ara Arabiaa' } '46 47 48 44 45' : 'ara Arabiaa',
'1026 1027 1028 1024 1025' : 'ara TVM inter'}
class TNT_base(carte) : class TNT_base(carte) :
qam="auto" qam="auto"

View file

@ -19,11 +19,11 @@ transpondeurs = { 'canard' : [ TNT_R4_498000(0) ,
TNT_R6_562000(3) , TNT_R6_562000(3) ,
TNT_R2_474000(4) , TNT_R2_474000(4) ,
TNT_R3_522000(5) ], TNT_R3_522000(5) ],
'oie' : [ Hotbird_10796(0) , 'oie' : [ Hotbird_12673(4) ,
Hotbird_11137(1) , Hotbird_11623(3) ,
Hotbird_10873(2) , Hotbird_11137(2) ,
Hotbird_12245(3) , Hotbird_10873(1) ,
Hotbird_11623(4) ] Hotbird_10796(0) ]
} }
conf = transpondeurs.get(host,[]) conf = transpondeurs.get(host,[])