|
I'll answer your 2nd question first: You can only put one
argument per line in the argfile, so the line with the -d
option needs to be split up like this:
d
%Y
-copyright<Copyright $createdate, Patrick J. Finerty, Jr.
Also, you don't use quotes in the argfile.
As for the -tagsfromfile erasing all other items in the list.
Yes, this is by design, but I may have to change this in a future release.
The reason I did it this way was to prevent lists from being duplicated
when copying all tags from file containing two list-type tags with the
same name, but this side-effect is proving to be a problem. Currently,
the only way around this is to add the lensid to the list with "+<" after
writing the other values.
- Phil
|