Hi, I'm a new user and I'm trying to configure my TV guide ...
I have a problem with some channels, they have program schedules an hour back.
I'm trying to configure xmltv_time_correct, I can't figure out how to edit the bat file for input output.
could anyone help me?
Thanks
PS: qualcuno parla italiano?
grazie
Site.ini are set accordingly to the proper timezone (if no errors). If you have such problem, you should check the timezone, most cases wg++ add the "time" to compensate local time difference. Depends on the player then
Example:
programme start="20191209124000 +0100" stop="20191209132500 +0100" channel="Sky Atlantic HD Italy" usually the player will recognize the time difference and add one hour so show will start 9 December 2019 at 13:40:00 (end at 14:25:00)
If your player do not support +0100 you can run WG2MP which will add the local time and change to
programme start="20191209134000 +0000" stop="20191209142500 +0000" channel="Sky Atlantic HD Italy"
WG2MP here: http://webgrabplus.com/download
I have the same problem with WG2MP, specify output input
the bat file is configured in this way
@ECHO OFF
rem specify: wg2mp inputxmltvfile outputxmltvfile
rem inputxmltvfile and outputxmltvfile must be different!
WG2MP C:\ProgramData\ServerCare\WebGrab\guide.xml C:\ProgramData\ServerCare\WebGrab\guidatv\WG2MP.xml
exit
The bat is an example (with old path) so if you use in windows
WG2MP C:\Users\andrea\AppData\Local\WebGrab+Plus\guide.xml C:\Users\andrea\AppData\Local\WebGrab+Plus\newguide.xml
change to your path....could be different from example above