enzo1982 / freac

The fre:ac audio converter project
https://www.freac.org/
GNU General Public License v2.0
1.43k stars 76 forks source link

fre:ac discards tags set by the WavPack encoder #470

Open kylxbn opened 1 year ago

kylxbn commented 1 year ago

Describe the bug

WavPack allows writing the encoder version and encoding settings to tag using the command line switches -w Encoder and -w Settings. Using the command line encoder, the tags are indeed written to the file. However, when adding the same switches to fre:ac, the encoder and setttings tags are no longer present, instead replaced by tool name and tool version.

To Reproduce

Steps to reproduce the behavior:

  1. In fre:ac, configure the WavPack encoder with the following additional arguments: -m -r -w Encoder -w Settings -q -v -y -z
  2. Encode a file.

Expected behavior

The encoder (example value WavPack 5.6.0) and settings (example value -hhx6) tags are present in the resulting file. However, they are not there. I can only see tool name (value fre:ac) and tool version (value v1.1.7)

Screenshots

settings

tags

System (please complete the following information)