2011-12-03, 02:46
`Black Wrote:Thanks.
Second & third example is absolutely fine, I think filenames should always be default, keeps things consistent. What would you like to have for tv show next aired?
By popular demand:
Code:
RunScript(script.artwork.downloader,mode=custom,mediatype=tvshow,extrafanart,banner)
RunScript(script.artwork.downloader,mode=custom,mediatype=movie,extrafanart,extrathumbs)
Code:
RunScript(script.artwork.downloader,mode=custom,mediatype=tvshow,medianame=$INFO[ListItem.TVShowTitle],extrafanart,banner)
RunScript(script.artwork.downloader,mode=custom,mediatype=movie,medianame=$INFO[ListItem.Title],extrafanart,extrathumbs)
Code:
silent=true
Specify as many artwork types as you like. When available of course.
How to use: see "/resources/dosc/runscript.txt" (forgot to add the silent=true in there)
script.artwork.downloader-Eden(1.0.1)-RC1.zip
Find any bugs let me know.