Kodi Community Forum
tvshowmatching tag - 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: tvshowmatching tag (/showthread.php?tid=53234)



tvshowmatching tag - robothunter - 2009-06-20

I am having trouble with this. I have searched the forums but can't find an answer. I created a file called "advancedsettings.xml" and put it in my "c:\program files (x86)\xbmc\userdata" directory. This is what I have in it:
Quote:<advancedsettings>
<tvshowmatching>
<regexp>Season[\._ ]([0-9]+)[\\/]([0-9]+)[^\\/]*</regexp>
</tvshowmatching>
</advancedsettings>
My files are formatted as: TV show name\Season 1\01 episode name.avi

It is picking up the TV show titles in xbmc but they all contain 0 episodes.


- TerranQ - 2009-06-20

If I remember correctly, it should be in the application data folder:
\user\<your user name>\appdata\roaming\xbmc\userdata (I'm going by memory on that location, but it's very similar to that). You may need to enable "view hidden files and folders" to find it.


- robothunter - 2009-06-20

That's it. Thanks a lot.


- TerranQ - 2009-06-20

robothunter Wrote:That's it. Thanks a lot.

You're welcome. Glad I could help!