Kodi Community Forum

Full Version: Search also for Filenames and/or to some tags/description to own movies
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

we have here in school a lot of learnmovies, and yes the can't be found the right title over some database. So i can't find a way to search vor filenames too. For example: saved file as "english-lession_unit2.mkv". Is there an setting, or an plugin that i can search for filenames too, or that the library add videos to the mysqlDB also with filename only?

Maybe some other solution: To add description/tags to such movies, but tested with the kodi-webinterface, and i found no way to do that.
Intallied Kodi 17 on Ubuntu 16.04 and Debian Stretch.

Thanks a lot
nfo (wiki)
(2017-03-23, 21:23)nickr Wrote: [ -> ]nfo (wiki)
Huh NFO, a really long time ago that i used this... thanks for that info i test this, sound good Smile
It works pretty good. But i need moviesets. I set this flag in xml, and it is display when i look at the movieinfo, but not listed under sets (German: Zusammenstellung)
Code:
<movie>
        <title>Tierbabys</title>
        <runtime>13 min.</runtime>
        <set>Neues Spezial</set>
        <sorttitle></sorttitle>
        <rating>6.100000</rating>
        <year>2013</year>
        <plot>Tierbabys in freier Wildbahn. Beobachtet beim Aufwachsen.</plot>
        <genre>Dokumentarfilm</genre>
        <fileinfo>
            <streamdetails>
            </streamdetails>
        </fileinfo>
</movie>