===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
vdr-plugin-mp3-0.10.2/examples/image_convert.sh.example-21-
vdr-plugin-mp3-0.10.2/examples/image_convert.sh.example:22:DIR=`dirname "$MPG"`
vdr-plugin-mp3-0.10.2/examples/image_convert.sh.example-23-if [ ! -d "$DIR" ]; then
##############################################
vdr-plugin-mp3-0.10.2/examples/image_convert.sh.example-28-#
vdr-plugin-mp3-0.10.2/examples/image_convert.sh.example:29:FILE_TYPE=`file -i -L -b "$IMG" 2>/dev/null | cut -f2 -d/`
vdr-plugin-mp3-0.10.2/examples/image_convert.sh.example-30-case "$FILE_TYPE" in
##############################################
vdr-plugin-mp3-0.10.2/examples/image_convert.sh.example-65-$TO_PNM "$IMG" >$TMP 2>/dev/null
vdr-plugin-mp3-0.10.2/examples/image_convert.sh.example:66:S=`pnmfile $TMP | awk '{ printf "%d %d ",$4,$6 }'`
vdr-plugin-mp3-0.10.2/examples/image_convert.sh.example:67:S=`echo $S $TW $TH | awk '{ sw=$3/$1; sh=$4/$2; s=(sw<sh)?sw:sh; printf "%.4f\n",(s>1)?1.0:s; }'`
vdr-plugin-mp3-0.10.2/examples/image_convert.sh.example-68-#
##############################################
vdr-plugin-mp3-0.10.2/examples/mplayer.sh.example-27-  popt="-playlist"
vdr-plugin-mp3-0.10.2/examples/mplayer.sh.example:28:  first=`grep -v -m1 "^#" $FILE`
vdr-plugin-mp3-0.10.2/examples/mplayer.sh.example:29:  type=`file "$first"`
vdr-plugin-mp3-0.10.2/examples/mplayer.sh.example-30-  ;;
vdr-plugin-mp3-0.10.2/examples/mplayer.sh.example-31-*)
vdr-plugin-mp3-0.10.2/examples/mplayer.sh.example:32:  type=`file "$FILE"`
vdr-plugin-mp3-0.10.2/examples/mplayer.sh.example-33-  ;;
##############################################
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-282-
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:283:  TEMP1=`$MPLAYER -identify -vo null -ao null -frames 0 "$FILE" 2>/dev/null | grep -i -e "^ID_"`
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-284-  MPLAYER_RETURN=$?
##############################################
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-293-
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:294:  ORIG_X=`echo "$TEMP1"|grep ID_VIDEO_WIDTH|cut -d"=" -f2`
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-295-  debugmsg "parsed output for ORIG_X:" $ORIG_X
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-296-
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:297:  ORIG_Y=`echo "$TEMP1"|grep ID_VIDEO_HEIGHT|cut -d"=" -f2`
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-298-  debugmsg "parsed output for ORIG_Y:" $ORIG_Y
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-299-
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:300:  ORIG_FPS=`echo "$TEMP1"|grep ID_VIDEO_FPS|cut -d"=" -f2`
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-301-  debugmsg "parsed output for ORIG_FPS:" $ORIG_FPS
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-302-
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:303:  ORIG_ASPECT=`echo "$TEMP1"|grep ID_VIDEO_ASPECT|cut -d"=" -f2`
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-304-  debugmsg "parsed output for ORIG_ASPECT:" $ORIG_ASPECT
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-305-
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:306:  VIDEO_FORMAT=`echo "$TEMP1"|grep ID_VIDEO_FORMAT|cut -d"=" -f2`
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-307-  debugmsg "parsed output for VIDEO_FORMAT:" $VIDEO_FORMAT
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-308-
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:309:  AUDIO_CODEC=`echo "$TEMP1"|grep ID_AUDIO_CODEC|cut -d"=" -f2`
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-310-  debugmsg "parsed output for AUDIO_CODEC:" $AUDIO_CODEC
##############################################
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-317-  local -i MAX_X TEMP_ASPECT
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:318:#  TEMP_ASPECT=`echo $ORIG_ASPECT|sed 's/\.//'`
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-319-#  if test $TEMP_ASPECT -eq 0; then TEMP_ASPECT=$((4000/3)); fi
##############################################
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-422-local -i TEMP_FPS
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:423:TEMP_FPS=`echo $ORIG_FPS|sed 's/\.//'`
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-424-  if test $TEMP_FPS -ge "23000" -a $TEMP_FPS -le "24499"; then
##############################################
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-520-    PLSFILE="$FILE"
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:521:    first=`grep -v -m1 "^#" $FILE`
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:522:    WEBSOURCE=`echo $first|egrep "^(mms|mmst|http|http_proxy|rtp|rtsp|ftp|udp|unsv|smb|mpst|tivo)://"`
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-523-    FILE="$first"
##############################################
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-567-
vdr-plugin-mp3-0.10.2/debian/mplayer.sh:568:#    if `echo "$VIDEO_FORMAT"| egrep -q "RV??"`; then
vdr-plugin-mp3-0.10.2/debian/mplayer.sh-569-#      FORCEIDX="-forceidx"