The page at http://www.themoviedb.org/ contains an OpenSearch autodiscovery link:
<link rel="search" type="application/opensearchdescription+xml" title="TMDb Search" href="/opensearch.xml">
The search template line in the opensearch xml no longer works, and should be changed from:
<Url type="text/html" method="get" template="http://www.themoviedb.org/search?search={searchTerms}"/>
to:
<Url type="text/html" method="get" template="http://www.themoviedb.org/search?query={searchTerms}"/>
Also, the auto-update line points to the mycroft version of this plugin. The mycroft plugin needs the same search template fix.
<moz:UpdateUrl>http://mycroft.mozdev.org/updateos.php/id0/tmdb-all.xml</moz:UpdateUrl>
(Should the main page autodiscovery link perhaps point to the mycroft plugin, rather than having two copies floating about?)
Thanks for the great site!
Steve
(this post was edited to fix the xml formatting)
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on May 24, 2013 at 10:07 AM
Ah yes, I forgot about this.
Thanks for reminding me and I'll get it updated.
Reply by Travis Bell
on May 25, 2013 at 10:33 AM
The fix for this was pushed yesterday, by the way.