* make it easier to use previously stored xattr metadata
This commit is contained in:
parent
9f3794b0af
commit
ac2ce69495
|
@ -1117,7 +1117,7 @@ public class CmdlineOperations implements CmdlineInterface {
|
||||||
@Override
|
@Override
|
||||||
public String getMediaInfo(File file, String expression) throws Exception {
|
public String getMediaInfo(File file, String expression) throws Exception {
|
||||||
ExpressionFormat format = new ExpressionFormat(expression != null ? expression : "{fn} [{resolution} {af} {vc} {ac}]");
|
ExpressionFormat format = new ExpressionFormat(expression != null ? expression : "{fn} [{resolution} {af} {vc} {ac}]");
|
||||||
return format.format(new MediaBindingBean(file, file, null));
|
return format.format(new MediaBindingBean(readMetaInfo(file), file, null));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
Loading…
Reference in New Issue