mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-15 22:05:00 -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 {
|
||||
// use default expression format if not set
|
||||
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 -> {
|
||||
|
Loading…
Reference in New Issue
Block a user