Rename using ID3 Tag not working

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
sp00kie
Posts: 17
Joined: 20 Sep 2014, 10:59

Rename using ID3 Tag not working

Post 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?
User avatar
rednoah
The Source
Posts: 23946
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Rename using ID3 Tag not working

Post by rednoah »

Use:

Code: Select all

--db "ID3 Tags"
:idea: Please read the FAQ and How to Request Help.
sp00kie
Posts: 17
Joined: 20 Sep 2014, 10:59

Re: Rename using ID3 Tag not working

Post by sp00kie »

Thanks! It's working now.
Post Reply