[mythtv-users] Trouble with recording groups

Klaas de Waal klaas.de.waal at gmail.com
Mon Nov 25 20:03:51 UTC 2019


On Mon, 25 Nov 2019 at 20:10, Stephan Seitz
<stse+mythtv at fsing.rootsland.net> wrote:
>
> On Mi, Nov 13, 2019 at 10:24:43 +0100, Stephan Seitz wrote:
> >I think it’s looking good now.
>
> Well, it seems I was wrong. I changed the xmltvid and deactivated EIT
> for DVB-C, but now it seems that the DVB-C channels are not considered by
> MythTV anymore, and they don’t have any EPG data.
>
> Some example channels:
> MariaDB [mythconverg]> select chanid,channum,sourceid,callsign,name,xmltvid,recpriority from channel where name like 'Das Erste HD';
> +--------+---------+----------+--------------+--------------+---------+-------------+
> | chanid | channum | sourceid | callsign     | name         | xmltvid | recpriority |
> +--------+---------+----------+--------------+--------------+---------+-------------+
> |  11301 | 1       |        1 | Das Erste HD | Das Erste HD | 4001    |          50 |
> |  31100 | 301     |        2 | Das Erste HD | Das Erste HD | 4001    |           0 |
> +--------+---------+----------+--------------+--------------+---------+-------------+
> 2 rows in set (0.002 sec)
>
> MariaDB [mythconverg]> select chanid,channum,sourceid,callsign,name,xmltvid,recpriority from channel where name like 'ZDF HD';
> +--------+---------+----------+----------+--------+---------+-------------+
> | chanid | channum | sourceid | callsign | name   | xmltvid | recpriority |
> +--------+---------+----------+----------+--------+---------+-------------+
> |  12110 | 4       |        1 | ZDF HD   | ZDF HD | 4003    |          50 |
> |  31110 | 304     |        2 | ZDF HD   | ZDF HD | 4003    |           0 |
> +--------+---------+----------+----------+--------+---------+-------------+
> 2 rows in set (0.002 sec)
>
> MariaDB [mythconverg]> select chanid,channum,sourceid,callsign,name,xmltvid,recpriority from channel where name like 'Eurosport%';
> +--------+---------+----------+----------------------+-------------------------+---------+-------------+
> | chanid | channum | sourceid | callsign             | name                    | xmltvid | recpriority |
> +--------+---------+----------+----------------------+-------------------------+---------+-------------+
> |  32200 | 19      |        1 | Eurosport 1 Deutschl | Eurosport 1 Deutschland | 4019    |          50 |
> |  73607 | 319     |        2 | Eurosport 1 Deutschl | Eurosport 1 Deutschland | 4019    |           0 |
> +--------+---------+----------+----------------------+-------------------------+---------+-------------+
> 2 rows in set (0.002 sec)
>
>
> I had thought that the EPG data from EIT DVB-S would be pushed to the
> DVB-C channels because of the same xmltvid.
>
> So what additional steps do I have to do?
>
The xmltvid is not used at all when you use EIT. The xmltvid is used
to identify the channels for external guide data such as that from
Schedules Direct.

EIT /EPGdata is per videosource; for example, EIT/EPG data for a DVB-C
videosource is received by a DVB-C tuner connected to that
videosource. The same EPG can be used by other tuners connected to
that videosource but not by tuners connected to another videosource.

The only way that I know to get the EIT EPG data from the DVB-S to the
DVB-C videosource is with a SQL script that you can run in a cron job.
This is not done automatically by mythtv.

If you have identical guide data for the DVB-S and the  DVB-C
videosources , for instance with a script or from Schedules Direct,
then you can give the DVB-S channels and the DVB-C channels the same
channel number and the same callsign and the recordings are then
scheduled according to the priority defined in the "Input connections"
/ Ïnteractions between inputs" window of mythtv-setup.

If you give equivalent DVB-C and DVB-S channels different channel
numbers then they will appear as separate channels in the guide, but
for scheduling the channel number is not used, only callsign and
starttime of the program.

In your situation, I would:
- Use different callsigns and different channel numbers for the DVB-C
and the DVB-S channels.You can change them after scanning with the
Channel Editor page of mythtv-setup.
- Use EIT on both DVB-S and DVB-C.
This way you have complete control on what you want to record on which tuner.

Groetjes,
Klaas.


More information about the mythtv-users mailing list