1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00
filebot/website/scripts/suball.groovy

9 lines
158 B
Groovy
Raw Normal View History

// filebot -script fn:suball <options> <folder>
/*
* Get subtitles for all your media files
*/
args.eachMediaFolder {
getMissingSubtitles(folder:it)
}