How XBMC (or TMDB addon?) filters search words from file name?
#1
Hi to All,

I am trying to locate the logic in XBMC sources where XBMC (or TMDB addon?) filters out search words from file name before querying tmdb.
I monitoring the http traffic with Fidder, and for example having a filename "Murder-By-Numbers-2002-DVDRip-CrEwSaDe-asdasd.avi" the search query against tmdb is "Murder By Numbers".

How and where the words 'CrEwSaDe' and 'asdasd' were filterded out?

It would be great if anyone can point in source code the loactation...

What I've found so far is AdvancedSettings.cpp, where many words like DVDrip are listed, but 'CrEwSaDe' and 'asdasd' of course not.

Thanks in advance
Reply
#2
read the regex you found.and grep the sources for the advancedsettings member to see the surrounding code.
Reply

Logout Mark Read Team Forum Stats Members Help
How XBMC (or TMDB addon?) filters search words from file name?1