[Music] Exception: Unable to identify or process any files
Posted: 17 Jul 2014, 23:22
Hi,
I'm having the exception : using the ID3 Tags db but not with the AcoustID db for the same file.
FileBot 4.2 (r2326) / Java(TM) SE Runtime Environment 1.7.0_51
Output :
But with the same file
I have check the id3 tags with iTunes and the file properties and all id3 tags seems presents...
This might be me not using the command line properly..
Thanks!
I'm having the exception :
Code: Select all
java.lang.Exception: Unable to identify or process any files
FileBot 4.2 (r2326) / Java(TM) SE Runtime Environment 1.7.0_51
Code: Select all
filebot.cmd -rename -r "C:\Music\Test" --action copy --output "C:\Music\Test\out" --db "ID3 Tags" --format "{n}"
Code: Select all
Rename music using [ID3 Tags]
Unable to lookup acoustic fingerprint: 07 Parabola.mp3
Exception: Unable to identify or process any files
java.lang.Exception: Unable to identify or process any files
at net.filebot.cli.CmdlineOperations.renameAll(CmdlineOperations.java:574)
at net.filebot.cli.CmdlineOperations.renameMusic(CmdlineOperations.java:536)
at net.filebot.cli.CmdlineOperations.rename(CmdlineOperations.java:104)
at net.filebot.cli.ArgumentProcessor.process(ArgumentProcessor.java:72)
at net.filebot.Main.main(Main.java:191)
Failure (?_?)
Code: Select all
filebot.cmd -rename -r "C:\Music\Test" --action copy --output "C:\Music\Test\out" --db "AcoustID" --format "{n}"
Code: Select all
Rename music using [AcoustID]
[COPY] Rename [C:\Music\Test\07 Parabola.mp3] to [C:\Music\Test\out\Tool.mp3]
Processed 1 files
Done ?(?????)?
This might be me not using the command line properly..
Thanks!