mirror of
https://github.com/stronk-dev/Guitar-Sheet-Parser.git
synced 2025-07-05 00:25:08 +02:00
Input files now get listed based on a list of input paths (to either folders or files) Also check subdirectories up to a set max recursion
20 lines
489 B
INI
20 lines
489 B
INI
[input]
|
|
inputfolders = /mnt/koios/Band/1-sugmesties,/mnt/koios/Band/2-oefenen,/mnt/koios/Band/3-uitgewerkt
|
|
supportedextensions = .txt
|
|
maxdepth = 3
|
|
|
|
[output]
|
|
metafontfamily = fonts/CourierPrime-Regular.ttf
|
|
metafontweight = 8
|
|
lyricfontfamily = fonts/CourierPrime-Regular.ttf
|
|
tablaturefontfamliy = fonts/CourierPrime-Bold.ttf
|
|
songfontweight = 14
|
|
imagewidth = 595
|
|
imageheight = 842
|
|
backgroundcolour = 255,255,255
|
|
fontcolour = 0,0,0
|
|
metadatacolour = 128,128,128
|
|
topmargin = 10
|
|
leftmargin = 25
|
|
|