On 1/16/07, <b class="gmail_sendername">robin</b> &lt;<a href="mailto:robin@robinandmariette.com">robin@robinandmariette.com</a>&gt; wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Thanks for all the comments. You are all a great help!<br><br>Is this possible: Have a frontend box with two or more sound cards, with<br>each sound card hooked to a multi-source/multi-zone amp</blockquote><div><br>One instance of the frontend can only be configured to use one sound card at a time.&nbsp; &nbsp;
</div><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I have accidentally started the frontend multiple times on the same box, and<br>it didn&#39;t seem to have any trouble, but I can&#39;t think of a way of pointing
<br>one instance to one sound card and another instance to another sound card.<br>It seems to me they&#39;d all share one config file/database so they would both<br>try to use the same sound card.</blockquote><div><br>There&#39;s a few different ways to use multiple frontends with different config parameters.&nbsp; One is to run them as different user IDs, and specify different LocalHostName names in each user&#39;s ~/.mythtv/mysql.txt config file.
<br><br>You can also use the MYTHCONFDIR env var to specify a config directory different than ~/.mythtv.&nbsp; So you could start it like (if you&#39;re using bash as your shell):<br>MYTHCONFDIR=mythconf1 mythfrontned &amp;<br>
MYTHCONFDIR=mythconf2 mythfrontend &amp;<br>where mythconf1/mysql.txt and mythconf2/mysql.txt have different values for LocalHostName<br><br>It looks like there&#39;s also a command line option --override-setting, but it didn&#39;t work for me when I tried overriding DBHostName, so it may or may not work for LocalHostName; I can&#39;t really try it from where I&#39;m at at the moment.
<br></div><br>-- Tony<br><br></div><br>