Could have checked the source before asking....
Adding a "q" to "-m" for quiet mode does the job for me.
Checked the changelog of xawtv, should work with all versions.

Thanks for the hint.

 
--- plugins/radioplayer.py	2004-01-09 20:44:54.000000000 +0100
+++ radioplayer.py	2004-01-09 20:47:14.000000000 +0100
@@ -98,7 +98,7 @@
         mixer.setLineinVolume(0)
         mixer.setIgainVolume(0)
         mixer.setMicVolume(0)
-        os.system('%s -qm' % config.RADIO_CMD)
+        os.system('%s -m' % config.RADIO_CMD)
 
 
     def is_playing(self):

Reply via email to