[tv] chaines.shuffle()

darcs-hash:20101111153156-ffbb2-3078ab68e579af179676494a03c4f1d0e725335a.gz
This commit is contained in:
Nicolas Dandrimont 2010-11-11 16:31:56 +01:00
parent 0407a87413
commit f0c22624da
2 changed files with 27 additions and 9 deletions

View file

@ -8,26 +8,28 @@ from socket import gethostname
host = gethostname()
transpondeurs = { 'canard' : [ SAT_10773h(0),
#Hotbird_11240(1) ,
transpondeurs = { 'canard' : [ SAT_10773h(0),
SAT_10714h(1) ,
#Hotbird_12597(2) ,
#Hotbird_11604(3) ,
TNT_R6_562000(4) ], # Cette carte est HS
TNT_R2_474000(4),
],
'lapin' : [ SAT_10714h(0) ,
#Hotbird_11727(1) , #Cette carte capte bizarrement, a vérifier
TNT_R5_538000(2) ,
TNT_R6_562000(3) ], # Cette carte chie.
TNT_R3_522000(3) ],
'poulet' : [ TNT_R2_474000(1) ], #la 0 est la carte sat + decodeur #serveur de test
'dindon' : [ TNT_R1_586000(0) ,
TNT_R4_498000(1) ,
TNT_R6_562000(2) ,
TNT_R3_522000(3) ],
TNT_R6_562000(2) , # La carte dual tuner de dindon est HS
TNT_R3_522000(3) ], # ...
'oie' : [ SAT_10773h(0),
#Hotbird_11642(1) ,
#Hotbird_12111(2) ,
#Hotbird_11137(3) ,
TNT_R7_490000(4) , # Cette carte chie.
TNT_R2_474000(5) ]
TNT_R6_562000(4) , # les cartes d'oie ne supportent pas le multiplex R2.
TNT_R7_490000(5) ,
]
}
conf = transpondeurs.get(host,[])