<div dir="ltr"><div dir="ltr">On Thu, May 26, 2022 at 8:58 AM Peter Bennett <<a href="mailto:pb.mythtv@gmail.com">pb.mythtv@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
On 5/25/22 21:22, John P Poet wrote:<br>
> Hi Peter, et al.,<br>
><br>
> Is there a Services API endpoint for managing the inputgroup table? I <br>
> didn't see one but figured I would ask before working on adding it.<br>
><br>
> I have not been that active lately, so if there is a new and improved <br>
> way of writing Services API stuff, please let me know. Otherwise, I <br>
> will follow<br>
> <a href="https://www.mythtv.org/wiki/Services_API_Development_Guide" rel="noreferrer" target="_blank">https://www.mythtv.org/wiki/Services_API_Development_Guide</a><br>
><br>
> Thanks,<br>
><br>
> John<br>
><br>
><br>
><br>
Hi John<br>
<br>
That page is out of date. We have since converted all of the services to <br>
a new framework, called services V2. That page documents the old services.<br>
<br>
Currently in V32 and master the old services run on port 6544 and the <br>
new services are on 6744. Both should be compatible with each other. The <br>
old will be phased out. I am now using the new 6744 on my production <br>
system, it is working well. The old services will be shut down and the <br>
new ones moved to port 6544 at some point.<br>
<br>
This page documents the conversion of old to new:<br>
<br>
<a href="https://www.mythtv.org/wiki/Services_API_V2_Conversion" rel="noreferrer" target="_blank">https://www.mythtv.org/wiki/Services_API_V2_Conversion</a><br>
<br>
This documents developing the new V2:<br>
<br>
<a href="https://www.mythtv.org/wiki/Services_API_V2_Development_Guide" rel="noreferrer" target="_blank">https://www.mythtv.org/wiki/Services_API_V2_Development_Guide</a><br>
<br>
I need to put a note in the old document to refer readers to the new one.<br>
<br>
New services are only developed for the V2 API.<br>
<br>
If there is a service for input groups it would be in <br>
<a href="http://localhost:6744/Myth/wsdl" rel="noreferrer" target="_blank">http://localhost:6744/Myth/wsdl</a> . I do not see one. However, we are <br>
developing web based setup pages to replace mythtv-setup using the <br>
service API. So we will have to develop APIs for everything needed by <br>
mythtv-setup. It may be that Stuart or Paul is working on some new APIs, <br>
otherwise one of us will get to it at some point. Stuart, Paul and I are <br>
working on the new web based setup. You are welcome to help :)<br>
<br>
Peter<br></blockquote><div><br></div><div>Thank you Peter. I plan to start working on some of this stuff.</div><div><br></div><div>John <br></div></div></div>