v17 Artwork Beef - automatically add extended artwork
#38
(2017-03-17, 01:33)KODser Wrote: Is it possible to make a button on a custom window that has the same funcition as the "select artwork..." like skinners can do with the "artwork downloader"?

...

There sure is: replace "script.artwork.downloader" with "script.artwork.beef". Artwork Beef doesn't support music videos so you can remove that line, but you will want to add new lines with "mediatype=set" and "mediatype=episode". "mode=auto" runs the automatic process.

PHP Code:
<control type="button" id="9001">
                        <
label>$LOCALIZE[31203]</label>
                        <
onclick condition="Container.Content(tvshows)">XBMC.RunScript(script.artwork.downloadermode=guimediatype=tvshowdbid=$INFO[ListItem.DBID])</onclick>
                        <
onclick condition="Container.Content(movies)">XBMC.RunScript(script.artwork.downloadermode=guimediatype=moviedbid=$INFO[ListItem.DBID])</onclick>
                        <
onclick condition="Container.Content(sets)">XBMC.RunScript(script.artwork.downloadermode=guimediatype=setdbid=$INFO[ListItem.DBID])</onclick>
                        <
onclick condition="Container.Content(episodes)">XBMC.RunScript(script.artwork.downloadermode=guimediatype=episodedbid=$INFO[ListItem.DBID])</onclick>
                        <
description>Get Artwork</description>
 </
control
Reply


Messages In This Thread
Artwork Helper version 0.7.0 - by rmrector - 2016-10-11, 11:30
RE: Artwork Beef - automatically add extended artwork - by rmrector - 2017-03-18, 23:51
Extrafanart - by stephen147 - 2018-05-15, 20:59
RE: Artwork Beef Context Menu - by berkhornet - 2018-09-25, 11:49
Artwork changing by itself - by crazyhands911 - 2020-05-18, 00:24
Logout Mark Read Team Forum Stats Members Help
Artwork Beef - automatically add extended artwork5