#!/bin/sh
#getting the SID.
TITLE=$1
DEVICE=$2
mplayer -dvd $TITLE -dvd-device $DEVICE -vo null -ao null -frames 0 -v |grep sid
echo If no sid are shown use only_audio.sh and not sid_audio.sh
