mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-23 00:08:51 -05:00
Add {mbps} to default -mediainfo format
This commit is contained in:
parent
7c20fc1ab9
commit
569575db0d
@ -1090,7 +1090,7 @@ public class CmdlineOperations implements CmdlineInterface {
|
|||||||
public Stream<String> getMediaInfo(Collection<File> files, FileFilter filter, ExpressionFormat format) throws Exception {
|
public Stream<String> getMediaInfo(Collection<File> files, FileFilter filter, ExpressionFormat format) throws Exception {
|
||||||
// use default expression format if not set
|
// use default expression format if not set
|
||||||
if (format == null) {
|
if (format == null) {
|
||||||
return getMediaInfo(files, filter, new ExpressionFormat("{fn} [{resolution} {vc} {channels} {ac} {hours}]"));
|
return getMediaInfo(files, filter, new ExpressionFormat("{fn} [{resolution} {vc} {channels} {ac} {hours} {mbps}]"));
|
||||||
}
|
}
|
||||||
|
|
||||||
return files.stream().filter(filter::accept).map(f -> {
|
return files.stream().filter(filter::accept).map(f -> {
|
||||||
|
Loading…
Reference in New Issue
Block a user