2020-10-30, 03:08
(2020-10-30, 00:46)matthuisman Wrote: are you able to upload the original file somewhere else?It might be not pass the kodi ethic code, I use the mc2xml.exe app to get the xmltv.xml file. But this file is huge (130meg) so I pass it in a old software xtream-ui. It serve as a epg filter for my 9 channels most of them a got from On-the-Air with ATSC and mpeg2 protocol. And I do share them through my AirBNB lofts in my basement and my TVs. So I use the link generated by the software as : http://10.53.2.46:25461/xmltv.php?userna...ord=airBNB
that kodi log doesnt let me download or view the whole file
i just tested with epg with "La partie questions-réponses des séances de l'Assemblée nationale" and the output file is the same.
Merge actually just does a bytes copy - it doesn't change any characters or any encoding - so can't see how it would change ' to l'
So can you double check the file your actually inputting isn't already escaped
When I look in a browser, I got a full text with the [ ' ] in the text. I did a right clic on the web page and did a "save as". I can see that the [ ' ] is there. I use this exact same link above inside simple IPTV client app and it takes it right with the good ponctuation. But if I add the link into the IPTV Merge EPG source, the result is I lost the [ ' ].
Here the web page generated by the url link:
https://drive.google.com/file/d/1Ae9BOqX...sp=sharing
Here the file xml I get with a "save as" right mouse clic on the web page generated:
https://drive.google.com/file/d/1CQ8U6-y...sp=sharing
Here a pic from the link added to the IPTV Merge EPG source:
https://drive.google.com/file/d/1AhGOShX...sp=sharing
Here is the result of a merge inside the epg.xml file generated by IPTV Merge:
https://drive.google.com/file/d/1X0n4lj5...sp=sharing
As I said, if I add the exact same xml link directly to IPTV simple client, it works. I'm a little bit confuse. I wonder if It could be in a deeper level in OpenElec or so. One other thing is it possible that xtream did itself that change(messing up with the ') but it just doesnt reflect on the webpage? Could browser autocorrect the problem and went I save it, it appears right but went it get through IPTV Merge, there is not interpretation on any chars? Why then It works with simple IPTV client? Is it possible that simple IPTV client do a autocorrection either? I'm not able to extract the real source of the generated xtream-ui xml. I don't know where it hides. So I don't know where the change happens....
Since my xtream link reside inside my private network, it is hard to get it right to you. If It's something you're welling to spend time with, I could try to do a temporary link to give you access.
One thing, I could just bypass IPTV Merge for epg and keep the m3u there. But I thing it may be usefull to fine tune some details.
Thanks for your help and your work.