Export Script #1 - produces periodic incorrect values for _total_time
$filename(list_all.txt)$loop(%album%,1)
%band%;%album%;%genre%;%year%;%www%;%comment%;%_total_time%;%_covers%;%_mode%;%_samplerate%;%_codec%;%_bitrate%;%_vbr% $loopend()
Export Script #2 - works correctly
$filename(list_all2.txt)$loop(%_folderpath%,1)
%band%;%album%;%genre%;%year%;%www%;%comment%;%_total_time%;%_covers%;%_mode%;%_samplerate%;%_codec%;%_bitrate%;%_vbr% $loopend()
Script purpose - simply generates a delimited file that is easily imported into MS Excel
I have about 900 lines of output from this script... I noticed in script #1 that some of the
CDs had the _total_time values below (which exceed the 80 min limit of a CD)... I then repeated
running script #1 and got similar results but not for the same CDs?... Script #2 does not
yield this behavour... so, not sure this is bug but is not obvious to me the cause... I use v2.40...
1:41:31
2:01:26
2:05:52
2:19:58
2:22:12
2:24:54
1 day, 00:06:09
As always, thanks for such a great tool...
BaldTurkey