* fix error messages to sound less like "filebot failure"
This commit is contained in:
parent
1495ba19e4
commit
cab2a89e20
|
@ -508,7 +508,7 @@ public class CmdlineOperations implements CmdlineInterface {
|
|||
if (renameMap.size() != audioFiles.size()) {
|
||||
for (File f : audioFiles) {
|
||||
if (!renameMap.containsKey(f)) {
|
||||
CLILogger.warning("Failed to lookup audio file: " + f.getName());
|
||||
CLILogger.warning("Unable to lookup acoustic fingerprint: " + f.getName());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -28,6 +28,7 @@
|
|||
^BDMV$
|
||||
^Best$
|
||||
^Big$
|
||||
^Cinema$
|
||||
^clean$
|
||||
^cleaned$
|
||||
^Comedy$
|
||||
|
@ -69,6 +70,7 @@
|
|||
^I+$
|
||||
^ignore.folder$
|
||||
^In.Progress$
|
||||
^inbox$
|
||||
^Incoming$
|
||||
^jukebox$
|
||||
^Kids$
|
||||
|
|
Loading…
Reference in New Issue