This commit is contained in:
Reinhard Pointner 2012-02-23 09:02:16 +00:00
parent 5eca0a4e8e
commit 4d3c2c6f55
1 changed files with 1 additions and 4 deletions

View File

@ -5,8 +5,5 @@ def temp = args*.copyTo("E:/filebot-temp")
// sort copies into the given file structure
temp.eachMediaFolder {
rename(folder:it, format:'E:/TV Shows/{n}/{n} - {s00e00} - {t}', db:'thetvdb')
rename(folder:it, format:'E:/TV Shows/{n}/{n} - {s00e00} - {t}', db:'thetvdb', strict:false)
}
// delete temporary folders
temp*.deleteDir()