Search found 2 matches

by lboregard
25 Jun 2012, 00:20
Forum: Feature Requests and Bug Reports
Topic: eachMediaFolder retrieves only one folder
Replies: 2
Views: 2808

Re: eachMediaFolder retrieves only one folder

well, now i know why ... after browsing over filebot's source code, i found that eachMediaFolder only returns folders that have files of "video" type.

How can i customize the list of video types ?
by lboregard
25 Jun 2012, 00:00
Forum: Feature Requests and Bug Reports
Topic: eachMediaFolder retrieves only one folder
Replies: 2
Views: 2808

eachMediaFolder retrieves only one folder

rednoah, i have a simple script that does "args.eachMediaFolder { dir -> println "Listing $dir" } ... but it only lists the first folder ??? i'm running the portable version doing ./filebot.sh -script "scrape.groovy" -trust-script "/Volumes/Storage/Output" any idea...