Author: duncan
Date: Thu Dec 13 15:40:27 2007
New Revision: 10207

Log:
Added device to RADIO_CMD example


Modified:
   branches/rel-1/freevo/local_conf.py.example

Modified: branches/rel-1/freevo/local_conf.py.example
==============================================================================
--- branches/rel-1/freevo/local_conf.py.example (original)
+++ branches/rel-1/freevo/local_conf.py.example Thu Dec 13 15:40:27 2007
@@ -1223,8 +1223,8 @@
 #
 # for fmtools
 # RADIO_CMD = 'fm'
-# RADIO_CMD_START = (RADIO_CMD + ' ' + '-q %s 65535')
-# RADIO_CMD_STOP = (RADIO_CMD + ' ' + '-q off')
+# RADIO_CMD_START = (RADIO_CMD + ' -d %s ' % RADIO_DEVICE + ' -q %s 65535')
+# RADIO_CMD_STOP = (RADIO_CMD + ' -d %s ' % RADIO_DEVICE + ' -q off')
 #
 # for ivtv-radio
 # RADIO_CMD = '/usr/bin/ivtv-radio -d /dev/radio0 -i /dev/video24'

-------------------------------------------------------------------------
SF.Net email is sponsored by:
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services
for just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to