]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Minor re-arrangement to make output consistent
authorEric Wilde <ewilde@bsmdevelopment.com>
Mon, 12 Nov 2018 11:07:58 +0000 (00:07 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Mon, 12 Nov 2018 11:07:58 +0000 (00:07 +1300)
bin/mythtv-status

index e916e36755eba34e88be58e0afc6598aa01ce680..6635b24d3b14667db2b70f463ebaab490140f352 100755 (executable)
@@ -173,11 +173,12 @@ my %defaults = (
   'schedule' => {
     'attrs' => [ qw/title startTime NODE_TEXT subTitle channelName:.\/Channel[@channelName] chanNum:.\/Channel[@chanId] inputId:.\/Channel[@inputId]/ ],
     'template' => "__startTime__"
-      . ($c->{'encoder_details'} ? " - Enc: __inputId__, Chan: __chanNum__" : '')
       . " - __title__"
       . ($c->{'episode'} ? " - __subTitle__" : '')
       . " (__channelName__)"
+      . ($c->{'encoder_details'} ? " - Enc: __inputId__, Chan: __chanNum__" : '')
       . ($c->{'description'} ? "\n__NODE_TEXT__" : ''),
+
     'filter' =>  {
 
       # Only show recordings for today and tomorrow.
@@ -314,9 +315,9 @@ my @blocks = (
     'attrs' => [ qw/title endTime channelName:.\/Channel[@channelName]
                    encoderId:.\/Recording[@encoderId]
                    chanNum:.\/Channel[@chanNum]/ ],
-    'template' => "__title__ (__channelName__"
-      . ($c->{'encoder_details'} ? ", Enc: __encoderId__, Chan: __chanNum__" : '')
-      . "Ends: __endTime__",
+    'template' => "__title__ (__channelName__"
+      . ($c->{'encoder_details'} ? ", Enc: __encoderId__, Chan: __chanNum__ " : '')
+      . "Ends: __endTime__",
     'rewrite' => {
       '&endTime' => sub {
         my ($value, $vars) = @_;