As of today, TMDB dropped support for their version 2.1 api, which is where (mythvideo, at least) is grabbing their data.
How do we set the Ubuntu version of mythtv (0.25) up to use the version 3 api, which is still supported?
I tried replacing tmdb.py with tmdb3.py, and this seems to have helped some, but it seems to crash when more than one possible match is encountered. Also, I'm not sure if something needs to be done for tvdb searches as well, as I don't currently have any Mythvideo TV shows that are missing metadata.
Any help that could be provided would be greatly appreciated.
You can get it to work:
After this, I was able to look up movie information by title and by entering the TMDB number.
Television updates still work fine.
My 12.04 Mythbuntu installation had a tmdb3.py already under /usr/share/mythtv/metadata. However, it appears to be an earlier version of the script and I don't know if it's accessing V3 of the api.
Using the one from github works for me.