Again, thank you so much!Pako wrote:PakoCode: Select all
import shutil for filename in eg.event.payload: if filename.find('!ut') == -1: shutil.copy(filename,'D:\\shares\\Downloads\\therenamer\\therenamer TV Shows')
It seems to work now.
Again, thank you so much!Pako wrote:PakoCode: Select all
import shutil for filename in eg.event.payload: if filename.find('!ut') == -1: shutil.copy(filename,'D:\\shares\\Downloads\\therenamer\\therenamer TV Shows')