Difference between revisions of "Talk:Mythcommflag-wrapper"

From MythTV Official Wiki
Jump to: navigation, search
(Suggested changes to Whitelist and program line)
 
m
Line 1: Line 1:
 
The program works after two modifications which the author might like to include.  
 
The program works after two modifications which the author might like to include.  
 
   1. Include in the whitelist "itv".
 
   1. Include in the whitelist "itv".
   2. In the 0.25+ version I think a ')' is out of place in the line lowerCHANNEL=.....The ')' should be just before the final " as without this change I got a value of lowerCHANNEL of:- itv | tr -d '+1' | tr -d '[:space:]'  !
+
   2. In the 0.25+ version I think a ')' is out of place in the line lowerCHANNEL=.....The ')'
 +
  should be just before the final " as without this change I got a value of lowerCHANNEL of:-
 +
  itv | tr -d '+1' | tr -d '[:space:]'  !
  
 
I am a beginner with LINUX but from my man request it said that the mythcommflag option was -v not -V. If this makes a difference then that also needs to be changed.
 
I am a beginner with LINUX but from my man request it said that the mythcommflag option was -v not -V. If this makes a difference then that also needs to be changed.

Revision as of 09:37, 6 November 2013

The program works after two modifications which the author might like to include.

 1. Include in the whitelist "itv".
 2. In the 0.25+ version I think a ')' is out of place in the line lowerCHANNEL=.....The ')'
 should be just before the final " as without this change I got a value of lowerCHANNEL of:-
 itv | tr -d '+1' | tr -d '[:space:]'  !

I am a beginner with LINUX but from my man request it said that the mythcommflag option was -v not -V. If this makes a difference then that also needs to be changed.