As discussed here 336042 (thread) this is a very trivial scraper that simply takes the filename and inserts it as-is into the library, there is no metadata added (kodi automatically removes file extension and _/- from the filename it seems).
It is a python-based scraper so it does not query any website and it works offline.
Code is here: https://github.com/chaosgrid/kodi-filenameScraper
Download here: https://github.com/chaosgrid/kodi-filena...master.zip
If you want to customize meta-data based on the filename, you could implement some more logic here https://github.com/chaosgrid/kodi-filena...ame.py#L37 so that based on the filename you set more options for the movie metadata similar to how it is done in the example python scraper: https://github.com/xbmc/xbmc/blob/master...emo.py#L49
It is a python-based scraper so it does not query any website and it works offline.
Code is here: https://github.com/chaosgrid/kodi-filenameScraper
Download here: https://github.com/chaosgrid/kodi-filena...master.zip
If you want to customize meta-data based on the filename, you could implement some more logic here https://github.com/chaosgrid/kodi-filena...ame.py#L37 so that based on the filename you set more options for the movie metadata similar to how it is done in the example python scraper: https://github.com/xbmc/xbmc/blob/master...emo.py#L49