fxconv: allow section specification from fxconv-metadata.txt

This commit is contained in:
Lephenixnoir 2021-09-26 10:55:20 +02:00
parent 959cd2975c
commit 68be7fe522
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 3 additions and 0 deletions

View File

@ -168,6 +168,9 @@ def main():
if fnmatch.fnmatchcase(basename, wildcard):
params.update(**p)
if "section" in params:
target["section"] = params["section"]
# In manual conversion modes, read parameters from the command-line
else:
params = parse_parameters(args)