Kodi Community Forum
advanced setting simul prepend and append - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: OS independent / Other (https://forum.kodi.tv/forumdisplay.php?fid=228)
+---- Thread: advanced setting simul prepend and append (/showthread.php?tid=53672)



advanced setting simul prepend and append - xexe - 2009-06-28

According to:

http://www.xbmc.org/wiki/index.php?title=AdvancedSettings.xml#.3Ctvshowmatching.3E

advancedsettings.xml can use the format:

<tvshowmatching action="append">

and

<tvshowmatching action="prepend">

However I cannot seem to make it accept two seperate REGEX groups one for prepend and another for append at the same time.

Is this a bug or a feature.

I have a false positive i need to correct with XBMC default matching but my other extra regex relies on running after the default set so I need both.

Thanks in advance


UPDATE*** I think in my haste i forgot to reboot XBMC. So I have managed to make this work. Ooops sorry


- althekiller - 2009-06-28

This was added in r21096.


- xexe - 2009-06-28

Good to know thanks.

As soon as i realised it was a restart problem all my new regex worked exactly as expected.