About "--fname-from-tag"
SCNJSCD opened this issue · 0 comments
SCNJSCD commented
Hi nu774, I do a test and have a suggestion for you:
The original file named "123 & 456 & 789 - ABC.flac". This file's tag in "File Properties -- Details -- Artists" shows "123;456;789".
Using the command: qaac64.exe -c 128 --fname-from-tag --fname-format ${artist}" "-" "${title} "123 & 456 & 789 - ABC.flac"
Then the exported file named "789 - ABC.m4a". Exported file's tag in "File Properties -- Details -- Artists" shows "789".
Can you add multi-artists support to "--fname-from-tag --fname-format" command?
I want the exported file named "123 & 456 & 789 - ABC.m4a" and its tag in "File Properties -- Details -- Artists" shows "123;456;789".
Thanks!