mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-04 16:35:08 -05:00
* {output} could be useful for advanced filter expressions
This commit is contained in:
parent
92482a80e2
commit
f7436eee9e
@ -730,6 +730,11 @@ public class MediaBindingBean {
|
||||
return new Date();
|
||||
}
|
||||
|
||||
@Define("output")
|
||||
public File getUserDefinedOutputFolder() throws IOException {
|
||||
return new File(Settings.getApplicationArguments().output).getCanonicalFile();
|
||||
}
|
||||
|
||||
@Define("defines")
|
||||
public Map<String, String> getUserDefinedArguments() throws IOException {
|
||||
return Settings.getApplicationArguments().defines;
|
||||
|
Loading…
Reference in New Issue
Block a user