fossfreedom / coverart-browser

Browse your cover-art albums in Rhythmbox v2.96 - 3.0+
http://xpressubuntu.wordpress.com/
GNU General Public License v3.0
74 stars 19 forks source link

Cover search pane is using a deprecated API #137

Open fossfreedom opened 11 years ago

fossfreedom commented 11 years ago

From issue #136 - the google seach API is apparently deprecated.

This is worrying since Google has a habit of pulling deprecated stuff at short notice.

Need to investigate what is the alternative.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/27915190-cover-search-pane-is-using-a-deprecated-api?utm_campaign=plugin&utm_content=tracker%2F351726&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F351726&utm_medium=issues&utm_source=github).
asermax commented 11 years ago

It was deprecated long time before I embedded the Cover search plugin on this one. The custom search API(which is recommended instead of the image search doi) is really limited if you want to use it for free(only 100 searches per day), unless each user gets its own API key, which is cumbersome and I don't think most users would use it.

fossfreedom commented 11 years ago

well that's a pain in the backside!

It was apparently deprecated May 26, 2011 - with a lifespan of max 3 years. Thus this part of the plugin will stop working May 2014 ... :(

EDIT:

https://developers.google.com/custom-search/docs/element

Looks like there is no other choice than to recode this - at least there is just over a year left to think about this.