1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/website/data/shell/renall.groovy
2011-11-02 12:21:09 +00:00

9 lines
222 B
Groovy

// filebot -script "http://filebot.sourceforge.net/data/shell/renall.groovy" <options> <folder>
/*
* Rename all tv shows, anime or movies using given or default options
*/
args.eachMediaFolder {
rename(folder:it)
}