Page 1 of 1

Using the .ini File from Previous Version of The Godfather

Posted: Wed Oct 13, 2010 4:50 pm
by thrashed
I've made a number of changes to the options in v0.70 of TG. Is there any way to incoporate those changes (such as replacement matrix) into v0.80?

Re: Using the .ini File from Previous Version of The Godfather

Posted: Wed Oct 13, 2010 5:28 pm
by jtclipper
You can use the old .ini file in 0.80 some options will be ignored and some will be obsolete (garbage in the file).
Its easy to copy paste the replacement matrix from one ini file to the other

This is what i use for example its easy to spot in the file

Code: Select all

[RenMatrixes]
matrix0=___Greek to Latin
matrix1=___Unwanted chars
matrix2=___Remove tracks
matrix3=___Remove tracks 2
matrix4=___Remove tracks 3
matrix5=___Remove tracks 4
[___Greek to Latin]
source="?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?,?"
target="a,b,g,d,e,z,h,th,i,k,l,m,n,x,o,p,r,s,t,y,f,x,ps,o,A,B,G,D,E,Z,H,TH,I,K,L,M,N,X,O,P,R,S,T,Y,F,X,PS,O,A,E,Y,O,I,H,O,a,e,u,o,h,o,i,s"
active=0
ren=1
tag=1
[___Unwanted chars]
source="_,"- -"," -  - ",---,--"
target="" ",-,," ","
active=1
ren=1
tag=1
[___Remove tracks]
source="00.,01.,02.,03.,04.,05.,06.,07.,08.,09.,10.,11.,12.,13.,14.,15.,16.,17.,18.,19.,20.,21.,22.,23.,24."
target=",,,,,,,,,,,,,,,,,,,,,,,,"
active=0
ren=1
tag=0
[___Remove tracks 2]
source="00,01,02,03,04,05,06,07,08,09,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24"
target=",,,,,,,,,,,,,,,,,,,,,,,,"
active=0
ren=1
tag=0
[___Remove tracks 3]
source="[01],[02],[03],[04],[05],[06],[07],[08],[09],[10],[11],[12],[13],[14]"
target=",,,,,,,,,,,,,"
active=0
ren=1
tag=0
[___Remove tracks 4]
source=""00 -","01 -","02 -","03 -","04 -","05 -","06 -","07 -","08 -","09 -","10 -","11 -","12 -","13 -","14 -","15 -","16 -","17 -","18 -","19 -","20 -","21 -","22 -","23 -","24 -""
target=",,,,,,,,,,,,,,,,,,,,,,,,"
active=0
ren=1
tag=0

Re: Using the .ini File from Previous Version of The Godfather

Posted: Wed Oct 13, 2010 5:49 pm
by thrashed
Thanks for the info.