From: Andrew Ruthven Date: Mon, 21 Jan 2008 20:08:02 +0000 (+1300) Subject: Make the encoder details work for schedule conflicts and auto expire. X-Git-Tag: 0.7.1~1 X-Git-Url: http://git.etc.gen.nz/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d3d894f4356d2d9c7e531e9a3c89f92bb21b28;p=mythtv-status.git Make the encoder details work for schedule conflicts and auto expire. --- diff --git a/bin/mythtv-status b/bin/mythtv-status index 921d0d7..bad981f 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -638,6 +638,8 @@ sub process_conflicts { 'NODE_TEXT' => $show->{'description'}, 'subTitle' => $show->{'subtitle'}, 'channelName' => $show->{'channame'}, + 'inputId' => $show->{'inputid'}, + 'chanNum' => $show->{'channum'}, ); my $str = substitute_vars($block, \%vars); @@ -687,6 +689,8 @@ sub process_auto_expire { 'NODE_TEXT' => $show->{'description'}, 'subTitle' => $show->{'subtitle'}, 'channelName' => $show->{'callsign'}, + 'inputId' => $show->{'inputid'}, + 'chanNum' => $show->{'chanid'}, ); my $str = substitute_vars($block, \%vars);