1.4.0
What's new?
-
New parsing implementation for format string, this new implementation now allows us to configure leading zeros
{disc}
and{track}
. (See #5)The syntax to use it is as follows:
{disc:n}
where n indicates the total length that's going to be achieved by adding zeros. For example, using{disc:2}
will transform2
to02
. -
Better errors on wrong config file syntax or missing values.