<div dir="ltr">I know the right answer is to never modify the database directly, but I have done this in the past:<div><br></div><div>Connect to the DB and then:</div><div><pre>INSERT INTO mythconverg.settings SELECT value,data,'<new frontend name>' FROM
mythconverg.settings WHERE hostname = '<existing frontend name>';</pre><pre><br></pre><pre><br></pre></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Oct 24, 2015 at 1:47 PM, Mike Rice <span dir="ltr"><<a href="mailto:mikerice1969@gmail.com" target="_blank">mikerice1969@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Seems like this should be easy but I don't know how to do it.  I currently have a frontend (hostname=nucfrontend) setup exactly how I want it.  I bought another machine that I want to put upstairs.  It is almost exactly the same so I just want to copy the settings from nucfrontend to the new box (nuci3frontend).<div><br></div><div>I can do this:</div><div><br></div><div><a href="http://mythconverg_restore.pl" target="_blank">mythconverg_restore.pl</a> --change_hostname --old_hostname="XXXX" --new_hostname="YYYY"</div><div><br></div><div>but it seems to remove the settings for old_hostname (tried it with a really old hostname I had in there).  I need to keep both.<br></div><div><br></div><div>I tried the custom-identifier route but I couldn't get that to work.  I need a different AudioOutputDevice on each.  Changing on one frontend breaks the other.</div><div><br></div><div>Any ideas?  </div></div>
<br>_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a><br>
<br></blockquote></div><br></div>