1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-08-13 17:03:45 -04:00

* convenience binding for time expressions

This commit is contained in:
Reinhard Pointner 2013-12-31 03:51:59 +00:00
parent 6927a6f7b8
commit e1409b5c30

View File

@ -652,6 +652,11 @@ public class MediaBindingBean {
return new File(System.getProperty("user.home"));
}
@Define("now")
public long getNow() {
return System.currentTimeMillis();
}
@Define("object")
public Object getInfoObject() {
return infoObject;