nu774 / qaac

CLI QuickTime AAC/ALAC encoder
Other
807 stars 41 forks source link

About "--fname-from-tag" #77

Closed SCNJSCD closed 2 years ago

SCNJSCD commented 2 years ago

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!

image