milka
1
Hi Florian,
can you write two placeholders for length in minutes: %_length_minutes% and %_total_time_minutes%?
Like length in seconds:
%_length_seconds% Length (in seconds)
%_total_time_raw% Total playling time in seconds
It will be very useful for my exports.
Please reply to me, thanks.
~ milka
Florian
2
Nope, I won't add those. You can calculate this on the fly using Mp3tag's scripting functions.
Regards,
~ Florian
$div(%length%,60000):$sub($div(%length%,1000),$mul($div(%length%,60000),60))
The above code will show the time in format (m:ss).
For example length is: 452026 (1/1000 seconds)
The result will be: 7:32 (minutes:seconds)