self.course = self.conference.course
self.department = self.course.department.name
self.organization = self.course.department.organization.name
- self.mount_point = self.slug
self.conf = xml2dict(conf_file)
self.date = datetime.datetime.now().strftime("%Y")
self.output_dir = output_dir
self.record_dir = output_dir
- station['infos']['short_name'] = self.mount_point
+ station['infos']['short_name'] = self.slug + '.' + station['media']['format']
station['infos']['name'] = self.slug
station['infos']['description'] = self.slug
if self.conference.professor: