]> git.sesse.net Git - vlc/commitdiff
lua: Disable 10_googleimage.lua.
authorPierre d'Herbemont <pdherbemont@free.fr>
Wed, 13 Jan 2010 12:17:51 +0000 (13:17 +0100)
committerPierre d'Herbemont <pdherbemont@free.fr>
Fri, 15 Jan 2010 15:39:49 +0000 (16:39 +0100)
We have too much false positive with this script.
Feel free to revert or to remove.

share/lua/meta/art/10_googleimage.lua

index 8893699cbc3f5f0a9f08fe1caec23b3f6f888218..c1370d0fb3138669d6c507ddde1dad39c6b7e612 100644 (file)
@@ -28,7 +28,9 @@ function get_query( title )
 end
 
 -- Return the artwork
-function fetch_art()
+-- This is disabled because we have too much false positive by the inherent
+-- nature of this script.
+function fetch_art_disabled()
     local meta = vlc.item.metas(vlc.item)
     if meta["artist"] and meta["album"] then
         title = meta["artist"].." "..meta["album"]