I am using webgrab on my qnap in a docker image. I need to use the "xmltv_time_modify" plugin to force some channels to UTC time. Is this postprocess included in webgrab++ or do we need to install them manually? If we do, where do we place the files?
Thanks
you can add it in config, see the text file here: https://github.com/SilentButeo2/webgrabplus-siteinipack/tree/master/post...
if you run a siteinipack update you should get all the files and postprocess, that works undewr wg++ folder
Yeah I know that :) but is the executable included in webgrab++ installation, or does one need to download the plugin manually and install it?
Should be included with install as it downloadss the siteini pack
Ok. I don't see any additional postprocesses in the siteini.pack folder except mdb. I did try to run it anyways, and got this output. Strange how it tries to run "add_logo.exe" from the /croatia/ ini folder. Don't even use the add_logo postprocess:
Job started at 30/10/2021 22:40:37
Checking License ..
For License request/update data, see WGLicense.log.txt
found: /config/siteini.pack/Croatia/mojtv.hr.ini -- Revision 06
processing /data/guide_raw.xml ...
Found existing channel (xmltv_id=ArenaSport1HR.yu) in the config file
...
i=index .=same c=change g=gab r=replace n=new
Group (0) :
update requested for - 1 - out of - 1 - channels for 2 day(s)
( 1/1 ) MOJTV.HR -- chan. (xmltv_id=ArenaSport1HR.yu) -- mode Incremental
ii.........................
Job finished at 30/10/2021 22:40:41 done in 4s
Job (xmltv_time_modify /in:guide_raw.xml /out:guide_utc.xml /channels:channels_utc.ini) started at 30/10/2021 22:40:41
add_logo.exe not found in /config/siteini.pack/Croatia/
Job (xmltv_time_modify /in:guide_raw.xml /out:guide_utc.xml /channels:channels_utc.ini) finished at 30/10/2021 22:40:41 done in 0s
in linux you need to specify full path.
Thanks! That was it :D In case someone else is trying this in a docker, the paths are relative to the mapped ones (data & config).