def call_get_verification_data(filename,remotelocation=False): global threads threads.append(eel.spawn(getverificationdata,filename,remotelocation)) return
def call_get_cnmt_data(filename,remotelocation=False): global threads threads.append(eel.spawn(getcnmtdata,filename,remotelocation)) return
def call_get_adv_filelist(filename,remotelocation=False): global threads threads.append(eel.spawn(getfiledata,filename,remotelocation)) return
def call_getinfo(filename,remotelocation=False): global threads threads.append(eel.spawn(getinfo,filename,remotelocation)) return
def call_showicon_remote(filename): global threads threads.append(eel.spawn(showicon_remote,filename)) return
def call_search_local_lib(value,selected): global threads threads.append(eel.spawn(search_local_lib,value,selected)) return