I have a folder of movies which is indexed by EV.
Everythime, I'm looking for a moviename, EV finds it most of the time.
So far, so great.
Sometimes, the foldername for a movie is in german language or in the movies original language. That, I don't know or recall all the time, so sometimes, EV does not find anything, because I type in the "wrong" words to search for.
I had this idea:
inside those moviefolders, there are Kodi XML Files, which contains a XML-Tag like
<originaltitle>If the content of these tags could be indexed, EV might actually be able to locate what I'm searching(typing) for. ;-D
Unfortunately, I have millions of other XML-Files, which are not movie related, so I wonder, if it is possible to content-index only xml-files in given folders with given tags?
Example:
M:\movies\moviename (1999)\moviename (1999).xmlcontent of moviename (1999).xml:
Code: Select all
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<movie>
<title>moviename</title>
<originaltitle>movietitle in original language</originaltitle>
<sorttitle/>
<epbookmark/>
<year>2008</year>
...Is this possible, and if so, how?
I have tried this, but it seems not to work:
M:\