Hello, having problem processing the XML coming out of tv.orange.fr.E with WG2CMP. Running latest version of WG++ on Windows 10
Out of WebGrab+ each program includes a +2hr output as for example below
<programme start="20200427003500 +0200" stop="20200427042500 +0200" channel="TF1">
<title lang="fr">Programmes de nuit</title>
<desc lang="fr">Retrouvez tous vos programmes de nuit.(n)</desc>
<icon src="https://proxymedia.woopic.com/340/p/43_GEP_705493.jpg" />
<country lang="fr">France</country>
</programme>
When running WG2CMP I would expect that 2hr offset to be added to the start and end time but it does not. It just removes the offset as shown below
<programme start="20200427003500" stop="20200427042500" channel="TF1">
<title lang="fr">Programmes de nuit</title>
<desc lang="fr">Retrouvez tous vos programmes de nuit.(n)</desc>
<icon src="https://proxymedia.woopic.com/340/p/43_GEP_705493.jpg" />
<country lang="fr">France</country>
</programme>
Can you suggest a solution ? I had read in the forum below that someone was also having a problem with tv.orange.fr.E creating programs which are 2 hours early which resulted a new ini but I am pretty sure I am using that new ini.
I am running this in France.
Thanks
definitely weird,i see no reason why wg2mp would do this as its a very basic program.
never seen this happen before(I have used wg2mp a lot in the past).I will foreward this post to the creators.
well actually now I though for a few minutes.
if your local time offset is also UTC +0200 then there will be no changes as the time is already in your local time...make sense?
wg2mp adjust the time to your local timezone so if its the same as the offset in the data then no adjustments are needed.
if you really need to adjust the time by whatever then use the other tool...xmltv_time_correct from the downloads page.
Ok, then it seems that I have a different problem. When loaded in MediaPortal all the programs coming out of tv.orange.fr.E are 2 hours early i.e a program that should start a 8pm is showing starting at 6pm.
Thanks for the pointer to time_correct. I will try that for now to fix the programmes from that channel...
download new ini as time should be UTC
I am using the latest ini but still the same issue. I am working around it with the time_correct utility for all the channels I am using.
Are you using the ek version @Revision 9 - [27/04/2020] WGT*V3 ?
Ok, with the new one from today it is working... Thanks !