this is the last version of titantv2xmltv. this version has few bug fixes and you can create a text file called channels.txt (this file is optional) in this format:
if the file exists, titan2xmltv will replace the default values for the channel name with the values you have in the text file:
with the channels.txt file as above, will become:
this version works fine for me, I hope will work for you too.
-ioan
Code:
037=37 History
038=38 TLC
039=39 ABC Family
Code:
<channel id="037">
<display-name lang="en">THC-W</display-name>
</channel>
<channel id="038">
<display-name lang="en">TLC-W</display-name>
</channel>
with the channels.txt file as above, will become:
Code:
<channel id="037">
<display-name lang="en">37 History</display-name>
</channel>
<channel id="038">
<display-name lang="en">38 TLC</display-name>
</channel>
this version works fine for me, I hope will work for you too.
-ioan