raster pushed a commit to branch master. http://git.enlightenment.org/apps/rage.git/commit/?id=b084603c7c0a9329ea2b15b72bb73cadc4f1ad74
commit b084603c7c0a9329ea2b15b72bb73cadc4f1ad74 Author: Carsten Haitzler (Rasterman) <[email protected]> Date: Sun Aug 10 11:47:27 2014 +0900 albumart - remove square restriction as it works better it seems --- src/bin/albumart.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bin/albumart.c b/src/bin/albumart.c index 346bfa6..9c348f5 100644 --- a/src/bin/albumart.c +++ b/src/bin/albumart.c @@ -7,7 +7,8 @@ #include "sha1.h" #define Q_START "http://www.google.com/search?as_st=y&tbm=isch&hl=en&as_q=" -#define Q_END "&as_epq=&as_oq=&as_eq=&cr=&as_sitesearch=&safe=images&tbs=iar:s,ift:jpg" +//#define Q_END "&as_epq=&as_oq=&as_eq=&cr=&as_sitesearch=&safe=images&tbs=iar:s,ift:jpg" +#define Q_END "&as_epq=&as_oq=&as_eq=&cr=&as_sitesearch=&safe=images&tbs=ift:jpg" static Ecore_Con_Url *fetch = NULL; static Ecore_Event_Handler *handle_data = NULL; --
