Update To The Movie Database Python scraper?



I am specifically referring to the option to include an “identifier”, which would be a media item’s ID from imdb, tmdb, and tvdb, which is supposed to be parsed directly out of the filepath and handed to the scraper so it doesn’t even have to do a name-based lookup and will directly get the correct match & metadata. Wiki Documentation Here: https://kodi.wiki/view/Naming_video_file…dentifiers

Currently, the documentation indicates that if I want to include an ID in my movie library items, I’d need to use The Movie Database Python information provider for movies named in this way.

My current test target item is the 2015 movie, The Witch. I chose this because it explicitly returns multiple items when you do a name based search, so it’s an ideal test-case for ensuring this feature actually works.
Except, in my case, I have not been able to actually get this process to work as documented. I’ve tried various combinations of filename options per the documentation, and have updated both the file & parent folder name. I tried just IMDB, just TMBD, and both, enclosed with curly braces and square braces. I have seen no behavior and no logged information to indicate that anything is actually parsing an ID, I just see a “name & year” lookup as I’ve seen for years in Kodi.

Based on my reading of the documentation, a working filepath should be:
<source root>\Movies4k\Witch, The (2015) [imdb=tt4263482]\The Witch (2015) – Second Sight Version [4k] [imdb=tt4263482].mkv

My current test system is running Windows 11 64-bit, Kodi 21.0 Omega and The Movie Database Python scraper version 2.1.0. This version of the scraper hasn’t been updated in over a year, but is also what I get just using the standard add-on repos that Kodi comes stock with. I did read through a bunch of PRs related to the development of this feature, and found they do indeed seem to have been closed / merged, and the official Wiki for the add-on itself has also been updated:
https://kodi.wiki/view/Add-on:The_Movie_Database_Python

WHOOPS! I just noticed while writing this up, the Wiki only just got this new addition as of 27 April 2024 (yesterday-ish), so my locally installed 1 year old scraper definitely won’t know about this yet.
So I guess my question is actually “should I expect an official update to get built and then show up in the official repo in a few days?” I realize I don’t know what the state of Kodi’s autobuild infra is these days, especially for addons. Also along those lines, is there some sort of dev or nightly repo / channel available for the adventures, as their is with Kodi itself?