[mythtv-users] recordid not being set in recorded table in Myth v32
John Pilkington
johnpilk222 at gmail.com
Tue May 10 12:24:54 UTC 2022
On 10/05/2022 12:58, John Pilkington wrote:
>>
> OK, here's mine in master. el7 box, Server version: 5.5.68-MariaDB
> MariaDB Server !!
I just tried it on the fedora 34 box, MariaDB 10.5.15. The results were
similar to those below, with both recordid and recordedid having
numerical values increasing with date.
>
> Mostly I record single items via the EPG. Radio recordings have been
> postprocessed to 'mp3' and deleted.
>
> {{{
>
> MariaDB [mythconverg]> select title, starttime, recordid, recordedid
> from recorded where recordedid > 37228 order by starttime asc;
> +----------------------------------------+---------------------+----------+------------+
>
> | title | starttime |
> recordid | recordedid |
> +----------------------------------------+---------------------+----------+------------+
>
> | First Britons | 2022-04-22 13:13:00 | 34273 |
> 37236 |
> | Attenborough and the Mammoth Graveyard | 2022-05-02 18:58:00 | 34334 |
> 37300 |
> | Lighthouses | 2022-05-06 19:58:00 | 34351 |
> 37324 |
> | Spring | 2022-05-07 08:28:00 | 34352 |
> 37326 |
> +----------------------------------------+---------------------+----------+------------+
>
>
> }}}
>
> John
More information about the mythtv-users
mailing list