1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/website/scripts/suball.groovy
Reinhard Pointner 43f844b6f3 * added TheMovieDB artwork fetcher
* move shared scripts folder
2011-12-27 18:54:25 +00:00

9 lines
194 B
Groovy

// filebot -script "http://filebot.sf.net/scripts/suball.groovy" <options> <folder>
/*
* Get subtitles for all your media files
*/
args.eachMediaFolder {
getMissingSubtitles(folder:it)
}