<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 9/28/21 3:50 AM,
      <a class="moz-txt-link-abbreviated" href="mailto:ajp@cantabrian.co.nz">ajp@cantabrian.co.nz</a> wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:000801d7b43d$8ee0a250$aca1e6f0$@cantabrian.co.nz">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style>@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}div.WordSection1
        {page:WordSection1;}</style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal"><span lang="EN-GB">Hi,<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB">I am trying to tidy up
            my recordings and organize them better. Big task – lots of
            Dr Who. <o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB">At the moment the only
            supported way I can find for changing the title and
            subtitle, which is all I am wanting to do, is via the Myth
            Frontend. I am running Kodi on Windows as my frontend but I
            have the Myth frontend on my server. I am running 0.29.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB">The current method is to
            find the recording on Kodi and then update on Myth frontend
            via VMware remote console. It works, but it’s a bit tedious.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB">It would be helpful to
            have an api call to update metadata, but from my searching
            this doesn’t seem to exist, so I thought I would ask just in
            case I missed something. I am happy to update via DB queries
            but it is difficult to figure out a supported query.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB">Any extra info or
            practical suggestions welcome.<o:p></o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span lang="EN-GB">Tony<o:p></o:p></span></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
</pre>
    </blockquote>
    <p>There is a call Dvr/AddRecordedCredits which will add names of
      actors, directors, etc.</p>
    <p>There is an api Dvr/AddRecordedProgram which adds a recording
      including all the metadata. This will fail if you try it with an
      existing recording. I am not sure how this would be used. It seems
      that it would need you to put a file in the recording storage
      group and then call the api to add it to the database.</p>
    <p>What metadata are you trying to update? Is the existing metadata
      job in MythTV not working for you? You should be able to just
      invoke the metadata lookup job to fill in metadata. If that fails
      to find the correct show you can first fill in the initref
      correctly, then metadata lookup should work. If the initref is not
      filled in correctly, you can enter it on the recording rule for
      future recordings.</p>
    <p>Note that in the latest MythTV version there are multiple
      metadata lookup methods for TV shows (themoviedb, thetvdb,
      tvmaze). Also the TVDB lookup API is changing soon, and old
      versions of MythTV will not support the new API.<br>
    </p>
    <p>Peter<br>
    </p>
  </body>
</html>