On Sun, 2008-02-17 at 18:55 +0000, clive wrote: > Is there a way to determine which channels are radio channels from the > channels.conf file? Channels where the video PID is zero but the audio PID isn't: grep '^[^:]*:[^:]*:[^:]*:[^:]*:[^:]*:0:[^0:]*:[^:]*$' channels.conf -- dwmw2