Page 1 of 1

Rename using ID3 Tag not working

Posted: 05 Oct 2014, 20:06
by sp00kie
Hi, I am trying to run the following command and it uses AcoustID

Code: Select all

filebot -rename -r --db ID3 "/media/dave/Other1Lin/RAIDMain/Audio/Music/Music_Library/Mark Knopfler" --format "{artist}/{album}/{pi. pad(2)} {t}" --output "/media/dave/Other1Lin/RAIDMain/Audio/Music/Music_Library_2" --action copy
It still uses acoustID.

What am I doing wrong?

Re: Rename using ID3 Tag not working

Posted: 05 Oct 2014, 20:10
by rednoah
Use:

Code: Select all

--db "ID3 Tags"

Re: Rename using ID3 Tag not working

Posted: 06 Oct 2014, 08:12
by sp00kie
Thanks! It's working now.