Page 1 of 1

[Music] Exception: Unable to identify or process any files

Posted: 17 Jul 2014, 23:22
by joshua
Hi,

I'm having the exception :

Code: Select all

java.lang.Exception: Unable to identify or process any files
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

Code: Select all

filebot.cmd -rename -r "C:\Music\Test" --action copy --output "C:\Music\Test\out" --db "ID3 Tags" --format "{n}"
Output :

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 (?_?)
But with the same file

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 ?(?????)?
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!

Re: [Music] Exception: Unable to identify or process any fil

Posted: 18 Jul 2014, 04:51
by rednoah
Seems that error message was from when ID3 lookup wasn't supported yet. But it still means that the ID3 lookup failed, i.e. no ID3 tags.

Code: Select all

Rename music using [ID3 Tags]
Unable to lookup acoustic fingerprint: 07 Parabola.mp3
PS: Pretty sure iTunes has it's own tagging system. So iTunes tags ≠ ID3 tags.

Re: [Music] Exception: Unable to identify or process any fil

Posted: 18 Jul 2014, 23:58
by joshua
Ok thanks! I used MusicBrainz to update all id3 tags.