I created a XML file from ChatGPT from the Dallas Stars Pre Season games and here below is what it looks like. I am at a loss as to why it's not populating in the guide? I can select it in the drop down but it's not populating in the guide.
<tv xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="resources/xmltv.xsd">
<channel id="Victory+">
<display-name>Dallas Stars Schedule</display-name>
</channel>
<programme channel="5031" start="2024-09-21T18:00:00-05:00" stop="2024-09-21T21:00:00-05:00">
<title>Dallas Stars vs. St. Louis Blues</title>
<desc>Preseason Game</desc>
</programme>
<programme channel="Victory+" start="2024-09-23T20:00:00-05:00" stop="2024-09-23T23:00:00-05:00">
<title>Dallas Stars at Colorado Avalanche</title>
<desc>Preseason Game</desc>
</programme>
<programme channel="Victory+" start="2024-09-25T19:00:00-05:00" stop="2024-09-25T22:00:00-05:00">
<title>Dallas Stars vs. Minnesota Wild</title>
<desc>Preseason Game</desc>
</programme>
<programme channel="Victory+" start="2024-09-27T19:00:00-05:00" stop="2024-09-27T22:00:00-05:00">
<title>Dallas Stars vs. Colorado Avalanche</title>
<desc>Preseason Game</desc>
</programme>
<programme channel="Victory+" start="2024-09-29T17:00:00-05:00" stop="2024-09-29T20:00:00-05:00">
<title>Dallas Stars at Minnesota Wild</title>
<desc>Preseason Game</desc>
</programme>
<programme channel="Victory+" start="2024-10-03T19:00:00-05:00" stop="2024-10-03T22:00:00-05:00">
<title>Dallas Stars at St. Louis Blues</title>
<desc>Preseason Game</desc>
</programme>
<programme channel="Victory+" start="2024-10-10T19:00:00-05:00" stop="2024-10-10T22:00:00-05:00">
<title>Dallas Stars at Nashville Predators</title>
<desc>Regular Season Game</desc>
</programme>
<programme channel="Victory+" start="2024-10-12T19:00:00-05:00" stop="2024-10-12T22:00:00-05:00">
<title>Dallas Stars vs. New York Islanders</title>
<desc>Regular Season Game, Home Opener</desc>
</programme>
</tv>