So I've been using the export feature a lot using a following template:
$filename(txt,utf-8)$loop(%_path%)%track%. %title% (%_length%)
$loopend()
Total length: %_total_time%
It works mostly fine but there is something bugging me about the last line. It returns something like this:
Total length: 00:42:42
Is there any way of removing the "00:" before the length for albums that are less than hour long? How would I achieve that?
Thanks for helpping out in advance