Page 1 of 1

Separators

Posted: Mon Oct 01, 2012 7:05 pm
by pavlov
Some files uses the - as a separator and another ones uses this one: _
How can I change the options in Godfather to recognize "_" instead of "-"?

Thanks
Pavlo

Re: Separators

Posted: Tue Oct 02, 2012 2:27 pm
by jtclipper
Go to options/formatting/% variables and add another row in the separator list with the value "_"

Re: Separators

Posted: Tue Oct 02, 2012 3:48 pm
by pavlov
Thanks!
Just a little question more:

I tried this one:

Track %F1
Artistist %F2
Album %D3
Title %F3
Year %D1

But supose that the album has a remix and it is mark as a fourth token, Godfather don't recognize the whole Name of the file just the third token

For example

2011 - Various Artists - Blow Your Head Vol. 2\14 - Kito & Reija Lee - Broken Hearts - Dillon Francis Remix.mp3

Then the title goes:
Broken Hearts

But if you try:

Track %F1
Artistist %F2
Album %D3
Title %F3 - %F4
Year %D1

Then it goes:
Broken Hearts - Dillon Francis Remix

That's ok for this one but the rest of songs in this album ended with a "-"

Re: Separators

Posted: Wed Oct 03, 2012 12:18 pm
by jtclipper
You can also use masks instead of separators
For folder you can use % - % - % and for filename % - % - %
this way the last token of the filename will contain the remix information also.

If you want to do even more then there is a script demonstrating multiple mask usage but i don't think you need it