CC-5016: Allow user control for webstream metadata format

-fixed
This commit is contained in:
Martin Konecny 2013-03-08 16:45:19 -05:00
parent fe96b66fd7
commit 661a407f72
1 changed files with 5 additions and 0 deletions

View File

@ -508,6 +508,11 @@ class PypoPush(Thread):
self.logger.debug(msg)
tn.write(msg)
show_name = media_item['show_name']
msg = 'vars.show_name %s\n' % show_name.encode('utf-8')
tn.write(msg)
self.logger.debug(msg)
tn.write("exit\n")
self.logger.debug(tn.read_all())