diff options
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/epgsearchcmds-fin.conf | 2 | ||||
-rw-r--r-- | scripts/epgsearchcmds-french.conf | 2 | ||||
-rw-r--r-- | scripts/epgsearchcmds.conf | 2 | ||||
-rwxr-xr-x | scripts/undoneepgsearch.sh | 6 |
4 files changed, 6 insertions, 6 deletions
diff --git a/scripts/epgsearchcmds-fin.conf b/scripts/epgsearchcmds-fin.conf index c3f4ea7..817ba70 100644 --- a/scripts/epgsearchcmds-fin.conf +++ b/scripts/epgsearchcmds-fin.conf @@ -1,5 +1,5 @@ # -# This is a example of epgsearchcmds.conf with with usually using and sample entrys. +# This is an example of epgsearchcmds.conf with sample entries. # # This file should placed on VDR configuration folder with setup.conf # .../setup.conf diff --git a/scripts/epgsearchcmds-french.conf b/scripts/epgsearchcmds-french.conf index 7ed836f..d3a681f 100644 --- a/scripts/epgsearchcmds-french.conf +++ b/scripts/epgsearchcmds-french.conf @@ -1,5 +1,5 @@ # -# This is a example of epgsearchcmds.conf with with usually using and sample entrys. +# This is an example of epgsearchcmds.conf with sample entries. # # This file should placed on VDR configuration folder with setup.conf # .../setup.conf diff --git a/scripts/epgsearchcmds.conf b/scripts/epgsearchcmds.conf index 19c9131..15d7b16 100644 --- a/scripts/epgsearchcmds.conf +++ b/scripts/epgsearchcmds.conf @@ -1,5 +1,5 @@ # -# This is a example of epgsearchcmds.conf with with usually using and sample entrys. +# This is an example of epgsearchcmds.conf with sample entries. # # This file should placed on VDR configuration folder with setup.conf # .../setup.conf diff --git a/scripts/undoneepgsearch.sh b/scripts/undoneepgsearch.sh index 98cdbbc..2b22053 100755 --- a/scripts/undoneepgsearch.sh +++ b/scripts/undoneepgsearch.sh @@ -103,7 +103,7 @@ else printf "\nFound $TitleCnt matching title lines\n" if [ "$CheckDone" = "yes" ]; then - printf "\nDone matching all criterias ?\n\n" + printf "\nDone matching all criteria ?\n\n" if [ -z "$Subtitle" ]; then grep -A1 "^T $Title$" $EPGSEARCHDONE_FILE | grep -q "$Description" @@ -133,7 +133,7 @@ else let Try=1 let Match=1 while [ $Try -le $TitleCnt ]; do - printf "\nDoes $Try. entry match all criterias : " + printf "\nDoes $Try. entry match all criteria : " [ $DEBUG = yes ] && printf "\nMatch=$Match\n" @@ -159,7 +159,7 @@ else fi let MatchRLine=$(grep -m$Match -n "^r$" $TempFile |head -n 1| cut -f1 -d ':') let LastMatchLine=MatchLine+MatchRLine - # Bugfix - if more than one result then results are seperated by a "--" line + # Bugfix - if more than one result then results are separated by a "--" line grep -q "^--$" $TempFile && let LastMatchLine-- [ $DEBUG = yes ] && printf "Last Matching line : $LastMatchLine\n" |