diff --git a/source/net/filebot/cli/ScriptShellMethods.java b/source/net/filebot/cli/ScriptShellMethods.java index d52213e6..91d3c54b 100644 --- a/source/net/filebot/cli/ScriptShellMethods.java +++ b/source/net/filebot/cli/ScriptShellMethods.java @@ -279,6 +279,10 @@ public class ScriptShellMethods { return Normalization.normalizePunctuation(self); } + public static String stripReleaseInfo(String self) { + return MediaDetection.stripReleaseInfo(self, false); + } + // Web and File IO helpers public static ByteBuffer fetch(URL self) throws IOException {