[vlc-devel] commit: lua: Disable 10_googleimage.lua. (Pierre d'Herbemont )

git version control git at videolan.org
Fri Jan 15 16:40:23 CET 2010


vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Wed Jan 13 13:17:51 2010 +0100| [31d87810b054a586193e0f34e2e2cfeb26c5cc0f] | committer: Pierre d'Herbemont 

lua: Disable 10_googleimage.lua.

We have too much false positive with this script.
Feel free to revert or to remove.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=31d87810b054a586193e0f34e2e2cfeb26c5cc0f
---

 share/lua/meta/art/10_googleimage.lua |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/share/lua/meta/art/10_googleimage.lua b/share/lua/meta/art/10_googleimage.lua
index 8893699..c1370d0 100644
--- a/share/lua/meta/art/10_googleimage.lua
+++ b/share/lua/meta/art/10_googleimage.lua
@@ -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"]




More information about the vlc-devel mailing list