Hi, I have not tested the latest version but noticed that the parsing fails with this error:
Code
Config syntax exception:
file: WebGrab++.config.xml
message:
WG.Common.InvalidConfigException: [Error ] Corrupt config file[Error ] An error occurred while parsing EntityName. Line 157, position 86.
at WGconsole.Config..ctor (System.String ConfigurationFilePath) [0x00082] in <156d31036d71438db116fb7c359c6068>:0
when the channel name contains an & value.
So for example sky cinema sci fi & horror causes the parse error.
I guess it needs to be escaped such as
but hoping it could be done in the addon code.
Thanks