<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div>On Sep 19, 2013, at 9:00, "lists.md301" <<a href="mailto:lists.md301@gmail.com">lists.md301@gmail.com</a>> wrote:</div><div><br></div><blockquote type="cite"><div><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Sep 19, 2013 at 6:45 AM, Raymond Wagner <span dir="ltr"><<a href="mailto:raymond@wagnerrp.com" target="_blank">raymond@wagnerrp.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 9/19/2013 4:41 AM, Al Bates wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Not sure if I'm the only one whose metadata grabber stopped working - can't see any mentions here so perhaps my system is unusual.<br>
<br>
TMDB recently (September 15th) retired their v2.1 api, which meant that my myth 0.26 system setup (mythbuntu, recently updated) stopped looking up video metadata.<br>
<br>
The fix (in my theme) is to go to Setup/Artwork and data sources and switch the Movie Metadata Source from <a href="http://TheMovieDB.org">TheMovieDB.org</a> to <a href="http://TheMovieDB.org">TheMovieDB.org</a> V3<br>
<br>
Perhaps if you're in the same boat this will be helpful. Can the old source now be removed?<br>
</blockquote>
<br></div>
For 0.27, I made a schema update that forced the switch for users, but schema updates are not a possibility for users on fixes branches. Instead, I left a note in the commit that something would need to be done for 0.26, and promptly forgot about it. When I get home this weekend, I'll put something in that silently switches users over when they attempt to use the old tmdb.py.<br>
</blockquote></div><br></div><div class="gmail_extra">This is timely, as I just realized last night (when attempting to grab metadata for a movie added to the Video Library) that the v2.1 api no longer worked on my 0.24-fixes production system. As I'm not quite ready yet to install 0.27, is it possible for me to just install the latest tmdb3 stand-alone? If so, I'm unclear how that's would be down. Perusing github, I saw that there is a 'setup.py'. Would I just need to put the binding files in the proper python place and run that?</div></div></div></blockquote><br><div>The tmdb3.py grabber consists of an external library that has been pulled into the MythTV Python bindings, and a brief wrapper script to translate the objects returned by the library into XML usable by the grabber interface. The library can be installed independently, found on my Github page, but the script will need to be altered, to fit the new location of the library, and to suit changes in the grabber interface between 0.24 and 0.26.</div></body></html>