I knew there as the change channel script option for external tuners,
but I never thought to use since I was using the tuning the pvr directly.
Well it finally dawned on me that I could use this option and tune the
pvr150 through ivtv-tune. Heres what I came up with and it works:

#!/bin/sh

for digit in $(echo $1 | sed -e 's/./& /g'); do
  ivtv-tune -c $digit
  v4l2-ctl --set-audio-input 0 -d /dev/video0
done

I took the for statement from the external tuner script I came across.
Hope this is helpful to someone.

_______________________________________________
ivtv-users mailing list
[email protected]
http://ivtvdriver.org/mailman/listinfo/ivtv-users

Reply via email to