SongKong Jaikoz

SongKong and Jaikoz Music Tagger Community Forum

Tutorial: Preferences, Script Fields

Previous
Next

Metadata Fields

The script fields list comprises all the metadata fields that SongKong can add to a song such as album, title or trackno.

Audio Fields

It also comprises information that can be extracted from the song audio header but cannot be modified these are:

  • audiobitspersample
  • audiochannels
  • audioencoder
  • audioformat
  • audiosamplerate
  • audiobitrate

File Path Fields

It can also make use of the existing filepath in the new mask using:

  • filepath_basefolder
  • filepath_subfolder
  • filepath_filename

This matches the way SongKong splits a file path into basefolder + subfolder + filename. filepath_filename does not include the file suffix (such as .wav or .mp3) becuase this is added automatically when we save a file.

If filepath_basefolder or filepath_subfolder contains subfolder and therefore a folder seperator they always return the ‘/’ as folder seperator but on Windows systems when the file is actually saved these automatically get converted to the Windows ‘\’.

Previous
Next