# HG changeset patch # User Matti Hamalainen # Date 1578440452 -7200 # Node ID 5936a3dc975527e4d7dcb383833b3b0c2792ea31 # Parent 514d861516b03df36471d61bbd9bdc772cadbcb3 Document the STIL related issues of -F formatting with few words. diff -r 514d861516b0 -r 5936a3dc9755 README.txt --- a/README.txt Wed Jan 08 01:37:49 2020 +0200 +++ b/README.txt Wed Jan 08 01:40:52 2020 +0200 @@ -152,3 +152,13 @@ $ sidinfo /misc/C64Music/*.sid -R -e\' -F "INSERT INTO sometable (filename,name,author) VALUES ('@filename@', '@name@', '@author@', '@copyright@')\n" +--- --- --- --- --- --- --- --- --- --- + +SIDInfo 0.9 adds support for STIL database. Unfortunately controlling +the output of STIL information in the -F format string option is quite +limited, as all fields will be concatenated into one string. + +You can control field separator by specifying the -l -option and also +omit the field names by using -n option. + +