X-Git-Url: https://git.realraum.at/?a=blobdiff_plain;f=play-sound-status.py;h=2eceb2f73e6e51101ecda7c572c1a39cb6028026;hb=e73500fe1313f6c4ec02e19fe906466d6b875821;hp=976bed40c542ea4aff6114c2df37f34c4d0eace9;hpb=bef28638e5cf8df1081d26ac5f0c6211f78b3ce3;p=svn42.git diff --git a/play-sound-status.py b/play-sound-status.py index 976bed4..2eceb2f 100755 --- a/play-sound-status.py +++ b/play-sound-status.py @@ -37,6 +37,10 @@ class UWSConfig: self.config_parser.set('cmdlog','delay',"0.0") self.config_parser.set('cmdlog','type',"shellcmd") self.config_parser.add_section('slugplaymp3') + self.config_parser.set('slugplayfile','remote_host',"root@slug.realraum.at") + self.config_parser.set('slugplayfile','remote_shell',"/home/playgst.sh %ARG%") + self.config_parser.set('slugplayfile','delay',"0.0") + self.config_parser.set('slugplayfile','type',"remotecmd") self.config_parser.set('slugplaymp3','remote_host',"root@slug.realraum.at") self.config_parser.set('slugplaymp3','remote_shell',"/home/playmp3.sh %ARG%") self.config_parser.set('slugplaymp3','delay',"0.0")