Commit 31d87810 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

lua: Disable 10_googleimage.lua.

We have too much false positive with this script.
Feel free to revert or to remove.
parent 1273d738
......@@ -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"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment