As I don't know if I have the actual script here is the way to include an option to take fanart or not.
So Ale should include it in the official script.
Add to block #LOADOPTIONS#
#SETOPTION#=#65#1[FanArt]0=Don't import FanArt|1=Import FanArt
add after :ENDPOSTER in block #POSTER#
//FANART From IMDB
#IF# #65#==#00#
#GOTO#=ENDFANART
#ENDIF#