2022-06-13, 11:31 PM
(2022-06-13, 08:44 PM)sub Wrote: I don't think that was something NextPVR was doing. It sounds like your xmltv file originally had that style of name in it.
I still have the old/slow HTPC. The xmltv.xml on June 10th without -F has no parenthesis and the "number + name" is the first of three display-name tags.
Code:
<channel id="I317.83116.zap2it.com">
<display-name>317 NFLNTCH</display-name>
<display-name>317</display-name>
<display-name>NFLNTCH</display-name>
<icon src="https://zap2it.tmsimg.com/h3/NowShowing/83116/s83116_h3_aa.png" />
</channel>
With the -F option on June 13th: same three display-name tags are present but "name alone" moves from last of three to first.
Code:
<channel id="I317.83116.zap2it.com">
<display-name>NFLNTCH</display-name>
<display-name>317 NFLNTCH</display-name>
<display-name>317</display-name>
<icon src="https://zap2it.tmsimg.com/h3/NowShowing/83116/s83116_h3_aa.png" />
</channel>
I guess -F is the way to go in V4 and V5 if not using OTA?