<div dir="ltr"><div dir="ltr"><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 17, 2021 at 9:05 AM Stephen Worthington <<a href="mailto:stephen_agent@jsw.gen.nz">stephen_agent@jsw.gen.nz</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Thu, 17 Jun 2021 06:17:13 -0400, you wrote:<br>
<br>
>The first thing I normally do is edit the Default recording template to <br>
>not do Commercial Detection.<br>
><br>
>When I forget I get a stack of job in the queue that can't run since my <br>
>backend is a Raspberry Pi 4 and I turn that feature off along with <br>
>transcoding jobs.<br>
><br>
>That is normally easy to edit later, but what about remote backends? I <br>
>can't find a way to edit the Default template from mythweb or webfrontend.<br>
><br>
>I guess I could ssh -X jim@mythbuntu and then run mythfrontend to edit <br>
>the template??<br>
<br>
You can use any frontend with any backend - just swap the config.xml<br>
files in $HOME/.mythtv so that it points to the right backend.  I have<br>
three different config.xml files on my main MythTV box:<br>
<br>
root@mypvr:/home/stephen/.mythtv# ll con*<br>
-rw-rw-r-- 1 stephen stephen  629 May 26  2019 config.xml<br>
-rw-rw-r-- 1 stephen stephen 1038 Sep 20  2013 config.xml.crw-pvr<br>
-rw-rw-r-- 1 stephen stephen  623 May  7  2016 config.xml.lith<br>
-rw-rw-r-- 1 stephen stephen  629 May 26  2019 config.xml.mypvr<br>
<br>
The config.xml.mythtv one is for that backend box, and the other two<br>
are for my mother's MythTV box and my test box.  To switch, I just<br>
copy the right one:<br>
<br>
copy -a config.xml.crw-pvr config.xml<br>
<br>
and to switch back to normal operation:<br>
<br>
copy -a config.xml.mypvr config.xml<br>
<br>
I believe you can also specify the config.xml file on the mythfrontend<br>
command line, but I prefer to do the above as I find it easier.<br>
<br>
To get a working config.xml file for another backend, just copy one<br>
from a frontend that works with that backend, then check the <Host><br>
field - if it is set to localhost, change it to the correct IP address<br>
or DNS name.<br></blockquote><div><br></div><div>Thanks for the tip.  Instead of all the switching of config.xml files, I think I'd prefer to just ssh -X from my Linux laptop. That works, but It would be better for me to have an option in mythweb.  In webfrontend there is a place to edit the default template in the edit recording rules, but when you click on it it doesn't display anything.</div><div><br></div><div>In practice I usually have a frontend handy that can run mythfrontend and edit recording rules, but today I was a few rooms apart from the backend and the only frontend convenient was a FireTV that had not been setup with mythfrontend yet.</div><div><br></div><div>Problem solved, but I'd vote for mythweb or webfrontend to have that feature.</div><div><br></div><div>Jim A</div><div><br></div><div> </div></div></div>