Hi all,
I had an issue recently that when NextPVR imported the EPG created by EPG Collector, that it wouldn't always show the full title, and would have part of the title in the subtitle.
This wasn't a NextPVR issue per-say, as it was happening at the EPG Collector stage (being split between Title/Sub-title).
I opened a query for it on the EPG Collector site (https://sourceforge.net/p/epgcollector/d...21f89ccf2/) and the author found the problem and issued a fix (something about it ending with a ; instead of an .)
I recently set up IPTV and have noticed the same behaviour. I'd never noticed it in the past, so perhaps it a global change in the way EPGs are formatted? But in any case, it can cause issues with NextPVR not correctly matching a scheduled recording, as it doesn't properly match on the name
![[Image: griUVgs.png]](https://i.imgur.com/griUVgs.png)
This is how it displays in the IPTV EPG xml
<programme start="20200414170000 -0400" stop="20200414180000 -0400" channel="Challenge" ><title>Classic Who Wants To Be A...</title><desc>...Millionaire. A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds.</desc></programme>
I did a search in the xml for "...</title><desc>..." and it also shows
<programme start="20200413160000 -0400" stop="20200413170000 -0400" channel="ITVBe" ><title>New: The Real Housewives of...</title><desc>...Orange County. Best Frenemies Forever: Gossip puts Braunwyn in Kelly's cross-hairs. Braunwyn defends herself and reveals who talked about Kelly. S14 Ep14.</desc></programme>
and
<programme start="20200413170000 -0400" stop="20200413180000 -0400" channel="ITVBe" ><title>Totally Unbelievable: Celebrity...</title><desc>...Feuds. From A-List bust ups to reality TV ag, this Totally Unbelievable episode counts down the greatest celebrity feuds. S1 Ep1.</desc></programme>
etc
Whereas with the data through EPG Collector, it shows as
<programme start="20200418135500 +0100" stop="20200418145500 +0100" channel="15856">
<title>The Real Housewives of Orange County</title>
<sub-title>Best Frenemies Forever</sub-title>
<desc>Gossip puts Braunwyn in Kelly's cross-hairs. Braunwyn defends herself and reveals who talked about Kelly. [S] S14 Ep14</desc>
<category>Show</category>
<audio>
<stereo>stereo</stereo>
</audio>
</programme>
and
<programme start="20200416210000 +0100" stop="20200416220000 +0100" channel="15856">
<title>Totally Unbelievable: Celebrity Feuds</title>
<desc>From A-List bust ups to reality TV ag, this Totally Unbelievable episode counts down the greatest celebrity feuds. [S] S1 Ep1</desc>
<category>Show</category>
<audio>
<stereo>stereo</stereo>
</audio>
</programme>
Also with iptv imported EPG instead of it showing Season/Episode it shows as Season\/Episode
![[Image: bA3Yr9Z.png]](https://i.imgur.com/bA3Yr9Z.png)
Is there any way of implementing the same changes that EPG Collector did to display the full program names?
As a last resort, I guess I could script a download of the IPTV EPG, run it through EPG Collector to sanitise it and then import from a local file, but if there is anyway it could be implemented direct, that would be awesome :-)
Cheers.
I had an issue recently that when NextPVR imported the EPG created by EPG Collector, that it wouldn't always show the full title, and would have part of the title in the subtitle.
This wasn't a NextPVR issue per-say, as it was happening at the EPG Collector stage (being split between Title/Sub-title).
I opened a query for it on the EPG Collector site (https://sourceforge.net/p/epgcollector/d...21f89ccf2/) and the author found the problem and issued a fix (something about it ending with a ; instead of an .)
I recently set up IPTV and have noticed the same behaviour. I'd never noticed it in the past, so perhaps it a global change in the way EPGs are formatted? But in any case, it can cause issues with NextPVR not correctly matching a scheduled recording, as it doesn't properly match on the name
![[Image: griUVgs.png]](https://i.imgur.com/griUVgs.png)
This is how it displays in the IPTV EPG xml
<programme start="20200414170000 -0400" stop="20200414180000 -0400" channel="Challenge" ><title>Classic Who Wants To Be A...</title><desc>...Millionaire. A classic episode of the award-winning quiz show presented by Chris Tarrant in which contestants can win up to one million pounds.</desc></programme>
I did a search in the xml for "...</title><desc>..." and it also shows
<programme start="20200413160000 -0400" stop="20200413170000 -0400" channel="ITVBe" ><title>New: The Real Housewives of...</title><desc>...Orange County. Best Frenemies Forever: Gossip puts Braunwyn in Kelly's cross-hairs. Braunwyn defends herself and reveals who talked about Kelly. S14 Ep14.</desc></programme>
and
<programme start="20200413170000 -0400" stop="20200413180000 -0400" channel="ITVBe" ><title>Totally Unbelievable: Celebrity...</title><desc>...Feuds. From A-List bust ups to reality TV ag, this Totally Unbelievable episode counts down the greatest celebrity feuds. S1 Ep1.</desc></programme>
etc
Whereas with the data through EPG Collector, it shows as
<programme start="20200418135500 +0100" stop="20200418145500 +0100" channel="15856">
<title>The Real Housewives of Orange County</title>
<sub-title>Best Frenemies Forever</sub-title>
<desc>Gossip puts Braunwyn in Kelly's cross-hairs. Braunwyn defends herself and reveals who talked about Kelly. [S] S14 Ep14</desc>
<category>Show</category>
<audio>
<stereo>stereo</stereo>
</audio>
</programme>
and
<programme start="20200416210000 +0100" stop="20200416220000 +0100" channel="15856">
<title>Totally Unbelievable: Celebrity Feuds</title>
<desc>From A-List bust ups to reality TV ag, this Totally Unbelievable episode counts down the greatest celebrity feuds. [S] S1 Ep1</desc>
<category>Show</category>
<audio>
<stereo>stereo</stereo>
</audio>
</programme>
Also with iptv imported EPG instead of it showing Season/Episode it shows as Season\/Episode
![[Image: bA3Yr9Z.png]](https://i.imgur.com/bA3Yr9Z.png)
Is there any way of implementing the same changes that EPG Collector did to display the full program names?
As a last resort, I guess I could script a download of the IPTV EPG, run it through EPG Collector to sanitise it and then import from a local file, but if there is anyway it could be implemented direct, that would be awesome :-)
Cheers.