1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-11-14 21:35:03 -05:00
filebot/website/scripts/renall.groovy

9 lines
210 B
Groovy
Raw Normal View History

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