I'm having trouble specifying a correct regexp to suit the plugin. I'm trying to extract 2 strings to concatenate as the name parameter, along with a url parameter. The problem appears to lie in the regexp used for the first part of the name. Whenever the first string contains a pair of square brackets e.g TVChannel [EN] then the name parameter is displayed as TVChannel and the second string appears to be ignored. If the first string doesn't contain a pair of square brackets then the first string is not truncated and the two strings are concatenated and displayed correctly.
I'm using the regexp >([^<]+)< to extract the first string. The '>' and '<' are the delimiters of the text string I want from the web page.
My parm line is parm,url,name to match the 3 regexp 'groups' in my 'matcher' spec.
Anyone tell me what I'm doing wrong ?
UPDATE
I've just had a look at the output on my Bravia TV and the Channel plugin is working perfectly. It appears that the problem lies with XBMC which I've been using to test it.
