diff options
author | Christian Pointner <equinox@helsinki.at> | 2014-09-20 01:14:51 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2014-09-20 01:14:51 (GMT) |
commit | f6aef0cbb8cb2464854a23566ccb72526c145f55 (patch) | |
tree | 6a491e1c1d76579a72ccf4890e4217a8d23ea44a /listshows.cgi | |
parent | 95ae5cd3a1b3572d48c8eaae8708866de8c235e5 (diff) |
also exporting log name of dropboxes
Diffstat (limited to 'listshows.cgi')
-rwxr-xr-x | listshows.cgi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/listshows.cgi b/listshows.cgi index 7ef0bcf..0bc0dbd 100755 --- a/listshows.cgi +++ b/listshows.cgi @@ -50,6 +50,7 @@ if($responsecode != 200) { print " <group-description>" . $href->{'GROUPDESC'} . "</group-description>\n"; print " <type>" . $href->{'TYPE'} . "</type>\n"; print " <showid>" . $href->{'SHOWID'} . "</showid>\n"; + print " <log>" . $href->{'LOG'} . "</log>\n"; print " <normalization-level>" . $href->{'NORMLEVEL'} . "</normalization-level>\n"; print " <autotrim-level>" . $href->{'TRIMLEVEL'} . "</autotrim-level>\n"; print " <parameters>" . $href->{'PARAM'} . "</parameters>\n"; |