--[[ Gets an artwork from the Cover Art Archive or Amazon $Id$ Copyright © 2007-2010 the VideoLAN team This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. --]] function descriptor() return { scope="network" } end function try_query(mbid) local relquery = "http://mb.videolan.org/ws/2/release/" .. mbid local s = vlc.stream( relquery ) if not s then return nil end local page = s:read( 65653 ) found, _ = string.find( page, "true" ) if found then return "http://coverartarchive.org/release/"..mbid.."/front-500" end -- FIXME: multiple results may be available _, _, asin = string.find( page, "(%w+)" ) if asin then return "http://images.amazon.com/images/P/"..asin..".01._SCLZZZZZZZ_.jpg" end vlc.msg.dbg("Neither coverartarchive.org nor amazon have cover art for this release") return nil end -- Return the mbid for the first release returned by the MusicBrainz search server for query function get_releaseid(query) local s = vlc.stream( query ) if not s then return nil end local page = s:read( 65653 ) -- FIXME: multiple results may be available and the first one is not -- guaranteed to have asin, so if it doesnt, we wouldnt get any art _, _, releaseid = string.find( page, "