Skip to content

Version 1.1.0

Latest
Compare
Choose a tag to compare
@Noah2610 Noah2610 released this 05 Jul 22:30
· 2 commits to master since this release

Bug fixes

  • Program would crash when playing a track with meta tags (#8)

Additions

New FormatParts:

  • Tag, to output track's meta tags
  • IfElse, like If, but has a third argument (FormatPart), which is output if the expression returns false

New FormatExpression:

  • HasTag, returns true or false, depending on if the given tag name is present on the playing track