<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html>
<head>
  <meta name="Generator" content="Kopano WebApp v-5.0.0.223+1986.1">
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  <title>RE: [mythtv-users] recordid not being set in recorded table in Myth v32</title>
</head>
<body>
<p style="padding: 0; margin: 0; min-height: 11pt; font-family: arial,helvetica,sans-serif; font-size: 11pt;"><br /></p>
<p style="padding: 0; margin: 0; min-height: 11pt; font-family: arial,helvetica,sans-serif; font-size: 11pt;"><br /></p>
<blockquote style="border-left-width: 2px; border-left-style: solid; border-left-color: #325fba; padding-left: 5px; margin: 0px 5px 1em;"><span style="font-family: tahoma,arial,helvetica,sans-serif; font-size: 10pt;">-----Original message-----<br /><span><strong>From:</strong> John Pilkington <johnpilk222@gmail.com></span><br /><span><strong>Sent:</strong> Tuesday 10th May 2022 9:55</span><br /><span><strong>To:</strong> Dave Pearson (Lists) <lists@the-pearsons.co.uk></span><br /><span><strong>Subject:</strong> Re: [mythtv-users] recordid not being set in recorded table in Myth v32</span><br /><br /></span>
<div>
<pre style="white-space: pre-wrap; word-wrap: break-word;">On 10/05/2022 08:55, Dave Pearson (Lists) wrote:<br />> Hi,<br />> <br />> <br />> Since I upgraded to mythtv V32 as a result of upgrading to Ubuntu 22.04, <br />> I have discovered that the recordid field is not being set in the <br />> recorded table. This is a problem for me because I use mythpodcaster to <br />> create podcasts of some recorded radio shows that I can then transfer to <br />> my iPhone and listen to when I'm out and about.<br />> <br />> <br />> Can anyone think of a reason why this is happening (is it by design) or, <br />> better yet, how I can fix it without manually updating the records for <br />> the affected recordings?<br />> <br />> <br />> Regards,<br />> <br />> Dave.<br /><br />I haven't used recordid, but the wiki says that it 'references <br />record(recordedid)'<br /><br />I do use recordedid, which is now available after two 'info' keystrokes <br />from the 'Show Recordings' screen.  I use a modified theme that shows it <br />by default.<br /><br />https://github.com/MythTV/mythtv/issues/464<br /><br />John P</pre>
</div>
</blockquote>
<p style="padding: 0; margin: 0; "><br /></p>
<p style="padding: 0; margin: 0; "><span style="font-size: 11pt; font-family: arial, helvetica, sans-serif;">Hi John,<br /></span></p>
<p style="padding: 0; margin: 0; "><span style="font-size: 11pt; font-family: arial, helvetica, sans-serif;"><br /></span></p>
<p style="padding: 0; margin: 0; "><span style="font-size: 11pt; font-family: arial, helvetica, sans-serif;">Thanks for your Input, but recordedid is a different value to recordid:<br /><br /></span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;"></span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;">mysql> select title, starttime, recordid, recordedid from recorded where recordid = 0 order by starttime asc;</span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;">+---------------------------+---------------------+----------+------------+</span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;">| title                     | starttime           | recordid | recordedid |</span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;">+---------------------------+---------------------+----------+------------+</span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;">| Top Gear                  | 2022-05-09 07:00:00 |        0 |      31108 |</span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;">| This Week's Magic Singles | 2022-05-09 19:55:33 |        0 |      31110 |</span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;">| Non-Stop Magic Hits       | 2022-05-10 05:03:20 |        0 |      31114 |</span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;">| Non-Stop Magic Hits       | 2022-05-10 05:52:58 |        0 |      31116 |</span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;">+---------------------------+---------------------+----------+------------+</span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;">4 rows in set (0.00 sec)</span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;"><br /></span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;"></span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;"></span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;"><br /></span></p>
<p style="margin: 0px; font-stretch: normal; font-size: 11px; line-height: normal; font-family: Menlo;"><span style="font-variant-ligatures: no-common-ligatures;">In my case, any new recordings seem to have a value of 0 for recordid, the value for recordedid is OK. At the moment I'm updating the field manually, so that my Mythodcaster process will work, but that's not ideal.</span></p>
<p style="padding: 0; margin: 0; "><span style="font-size: 11pt; font-family: arial, helvetica, sans-serif;"><br /></span></p>
<p style="padding: 0; margin: 0; "><span style="font-size: 11pt; font-family: arial, helvetica, sans-serif;">Regards,</span></p>
<p style="padding: 0; margin: 0; "><span style="font-size: 11pt; font-family: arial, helvetica, sans-serif;">Dave.</span></p>
</body>
</html>