[mythtv-users] recordid not being set in recorded table in Myth v32
Dave Pearson (Lists)
lists at the-pearsons.co.uk
Tue May 10 10:08:24 UTC 2022
-----Original message-----
From: John Pilkington <johnpilk222 at gmail.com>
Sent: Tuesday 10th May 2022 9:55
To: Dave Pearson (Lists) <lists at the-pearsons.co.uk>
Subject: Re: [mythtv-users] recordid not being set in recorded table in Myth v32
On 10/05/2022 08:55, Dave Pearson (Lists) wrote:
> Hi,
>
>
> Since I upgraded to mythtv V32 as a result of upgrading to Ubuntu 22.04,
> I have discovered that the recordid field is not being set in the
> recorded table. This is a problem for me because I use mythpodcaster to
> create podcasts of some recorded radio shows that I can then transfer to
> my iPhone and listen to when I'm out and about.
>
>
> Can anyone think of a reason why this is happening (is it by design) or,
> better yet, how I can fix it without manually updating the records for
> the affected recordings?
>
>
> Regards,
>
> Dave.
I haven't used recordid, but the wiki says that it 'references
record(recordedid)'
I do use recordedid, which is now available after two 'info' keystrokes
from the 'Show Recordings' screen. I use a modified theme that shows it
by default.
https://github.com/MythTV/mythtv/issues/464
John P
Hi John,
Thanks for your Input, but recordedid is a different value to recordid:
mysql> select title, starttime, recordid, recordedid from recorded where recordid = 0 order by starttime asc;
+---------------------------+---------------------+----------+------------+
| title | starttime | recordid | recordedid |
+---------------------------+---------------------+----------+------------+
| Top Gear | 2022-05-09 07:00:00 | 0 | 31108 |
| This Week's Magic Singles | 2022-05-09 19:55:33 | 0 | 31110 |
| Non-Stop Magic Hits | 2022-05-10 05:03:20 | 0 | 31114 |
| Non-Stop Magic Hits | 2022-05-10 05:52:58 | 0 | 31116 |
+---------------------------+---------------------+----------+------------+
4 rows in set (0.00 sec)
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.
Regards,
Dave.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mythtv.org/pipermail/mythtv-users/attachments/20220510/64063c25/attachment.htm>
More information about the mythtv-users
mailing list