mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 16:28:51 -05:00
* allow file.isEpisode() file filter expressions
This commit is contained in:
parent
fdd6c43862
commit
694c0ec049
@ -401,4 +401,8 @@ public class ScriptShellMethods {
|
||||
}
|
||||
}
|
||||
|
||||
public static boolean isEpisode(File self) {
|
||||
return MediaDetection.isEpisode(String.join("/", self.getParent(), self.getName()), true);
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user