Server=localhost
Port=8000
ServerPassword=source2parisson
-ServerMountpoint=/Pre-Barreau_-_ICP_-_ENM_-_REUNION.mp3
+ServerMountpoint=/Pre-Barreau_-_ICP_-_AE_-_Adm_Correction.mp3
ServerPublic=0
AutomaticReconnectSecs=10
Encode=MP3 Lame
ExternalFile=/tmp/test
#YP Settings
ServerStreamURL=http://www.pre-barreau.com
-ServerName=Pre-Barreau_-_ICP_-_ENM_-_REUNION
-ServerDescription=Pre-Barreau_-_ICP_-_ENM_-_REUNION_-_3_-_GIUSTINIANI_G._-_3e_cours
+ServerName=Pre-Barreau_-_ICP_-_AE_-_Adm_Correction
+ServerDescription=Pre-Barreau_-_ICP_-_AE_-_Adm_Correction_-_2_-_MARINHO_A._-_1er_cours
ServerGenre=Teaching
#Advanced Settings
LogLevel=1
def __init__(self, conf_file, conference_dict, lock_file):
Conference.__init__(self, conference_dict)
self.date = datetime.datetime.now().strftime("%Y")
- self.time = str(datetime.datetime.now().strftime("%x-%X")).replace('/','_')
+ self.time = datetime.datetime.now().strftime("%x-%X").replace('/','_')
self.conf = xml2dict(conf_file)
self.conf = self.conf['telecaster']
self.root_dir = self.conf['server']['root_dir']