* 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()) {
|
if (renameMap.size() != audioFiles.size()) {
|
||||||
for (File f : audioFiles) {
|
for (File f : audioFiles) {
|
||||||
if (!renameMap.containsKey(f)) {
|
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$
|
^BDMV$
|
||||||
^Best$
|
^Best$
|
||||||
^Big$
|
^Big$
|
||||||
|
^Cinema$
|
||||||
^clean$
|
^clean$
|
||||||
^cleaned$
|
^cleaned$
|
||||||
^Comedy$
|
^Comedy$
|
||||||
|
@ -69,6 +70,7 @@
|
||||||
^I+$
|
^I+$
|
||||||
^ignore.folder$
|
^ignore.folder$
|
||||||
^In.Progress$
|
^In.Progress$
|
||||||
|
^inbox$
|
||||||
^Incoming$
|
^Incoming$
|
||||||
^jukebox$
|
^jukebox$
|
||||||
^Kids$
|
^Kids$
|
||||||
|
|
Loading…
Reference in New Issue