mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 08:25:03 -05:00
* make sure people understand the suball script and it's options (especially --def minAgeDays) instead of just using it
This commit is contained in:
parent
710bebdc82
commit
442dec6bf0
@ -55,7 +55,7 @@ public class ArgumentProcessor {
|
|||||||
if (args.script == null) {
|
if (args.script == null) {
|
||||||
// sanity checks
|
// sanity checks
|
||||||
if (args.recursive && (args.getSubtitles || args.getMissingSubtitles)) {
|
if (args.recursive && (args.getSubtitles || args.getMissingSubtitles)) {
|
||||||
throw new CmdlineException("-get-subtitles -r has been disabled due to abuse. Please use `filebot -script fn:suball` instead.");
|
throw new CmdlineException("-get-subtitles -r has been disabled due to abuse.");
|
||||||
}
|
}
|
||||||
|
|
||||||
// file operations
|
// file operations
|
||||||
|
Loading…
Reference in New Issue
Block a user