<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=windows-1252">
</head>
<body>
<p>I use 65692 which does work but the number may differ for you,
test the SD channel you pick as source for the EIT of the HD
channel.</p>
<p>I am testing the following to cope with the clocks changing.</p>
<p>I know its cringe worthy but might work, the two versions of
crosseit have the single line change.</p>
<p> # Winter -- <br>
# date = dateobj # + datetime.timedelta(seconds=time.altzone)<br>
# Summer<br>
date = dateobj + datetime.timedelta(seconds=time.altzone)<br>
</p>
<p><font face="monospace"> #!/bin/bash<br>
if date +%Z | grep -e BST; then<br>
echo "Summer"<br>
./cross-eit3S.py 65692,"hd.channel4.com"<br>
else<br>
echo "Winter"<br>
./cross-eit3W.py 65692,"hd.channel4.com"<br>
fi<br>
/usr/local/bin/mythfilldatabase --refresh-all --verbose xmltv
--file --sourceid 1 --xmlfile output.xml<br>
</font></p>
<div class="moz-forward-container"><br>
<br>
-------- Forwarded Message --------
<table class="moz-email-headers-table" cellspacing="0"
cellpadding="0" border="0">
<tbody>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">Subject:
</th>
<td>Re: [mythtv-users] Fwd: Re: channel4 hd has no eit -
cross-eit</td>
</tr>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">Date: </th>
<td>Sun, 5 Sep 2021 11:00:43 +0100</td>
</tr>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">From: </th>
<td>John <a class="moz-txt-link-rfc2396E" href="mailto:jksjdevelop@gmail.com"><jksjdevelop@gmail.com></a></td>
</tr>
<tr>
<th valign="BASELINE" nowrap="nowrap" align="RIGHT">To: </th>
<td><a class="moz-txt-link-abbreviated" href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a></td>
</tr>
</tbody>
</table>
<br>
<br>
Ok you had me going there. Ignore previous statements of mine!<br>
<br>
The Channel to copy from is Channel 4 which does have listings<br>
<br>
So select
serviceid,chanid,channum,sourceid,callsign,deleted,xmltvid from
channel where callsign like("Channel 4");<br>
<br>
+-----------+--------+---------+----------+-----------+---------------------+---------+<br>
| serviceid | chanid | channum | sourceid | callsign |
deleted | xmltvid |<br>
+-----------+--------+---------+----------+-----------+---------------------+---------+<br>
| 9211 | 19211 | 60001 | 0 | Channel 4 | 2020-11-19
12:25:08 | |<br>
| 9211 | 65692 | 113 | 1 | Channel 4 |
NULL | |<br>
| 9212 | 65693 | 60024 | 1 | Channel 4 |
NULL | |<br>
| 9213 | 65694 | 60025 | 1 | Channel 4 |
NULL | |<br>
| 9214 | 65695 | 60026 | 1 | Channel 4 |
NULL | |<br>
| 9216 | 65696 | 60027 | 1 | Channel 4 |
NULL | |<br>
| 8320 | 65827 | 60150 | 1 | Channel 4 |
NULL | |<br>
+-----------+--------+---------+----------+-----------+---------------------+---------+<br>
7 rows in set (0.001 sec)<br>
So the chanid to use is the undeleted ones of the above.<br>
<br>
I see I have your choice of 19211 marked as deleted so its
probably no longer used.<br>
<br>
<br>
</div>
</body>
</html>