Author Topic: Edit config file so Initial key tag looks for "INITIALKEY"  (Read 3253 times)

SHODAN

  • Newbie
  • *
  • Posts: 19
in the configuration.xml, 'Initial Key' is looking for "INITIAL KEY" in FLAC files. FLAC files use "INITIALKEY" without a space. the work-around at the moment is to create a new custom tag for FLAC keys, or edit the config file.
Last Edit: May 12, 2016, 09:19:20 PM by SHODAN


c-Row

  • Jr. Member
  • **
  • Posts: 47
Just bumping this since I just ran into this issue which is still not fixed two years later.

karbock

  • Sr. Member
  • ****
  • Posts: 555
Meanwhile, Configuration.xml has been adapted.

In a version that I had archived on 24 Nov 2020:
<Tag id="Initial Key" id3v23="TKEY" id3v24="TKEY" wma="WM/InitialKey" vorbisComments="INITIAL KEY" mpeg="INITIALKEY" ape2="InitialKey" /> 

In a later version, archived on 28 Jul 2024:
<Tag id="Initial Key" id3v23="TKEY" id3v24="TKEY" wma="WM/InitialKey" vorbisComments="INITIALKEY" mpeg="INITIALKEY" ape2="InitialKey" />