filebot/website/scripts/cpmv.groovy
Reinhard Pointner 4d3c2c6f55 * fixfix
2012-02-23 09:02:16 +00:00

10 lines
296 B
Groovy

// filebot -script "http://filebot.sf.net/scripts/cpmv.groovy" <folder>
// copy files
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', strict:false)
}