Reply To: Alternative database handling for “compilations”

#4057
rpedde
Participant

look at cvs — your function is already there.

You’ll have to convert your config file to the .ini file config to make it work:

rather than:

key1 value1
key2 value2

you have to change your conf file to:

[general]
key1=value1
key2=value2
key3=value3

and add a section like this:

[scanning]
concat compilations=1

— Ron