changeset 282:5936a3dc9755

Document the STIL related issues of -F formatting with few words.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 Jan 2020 01:40:52 +0200
parents 514d861516b0
children a00d11de7a71
files README.txt
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
+
+