also erstmal muss ich sagen das die software super is (zum. fürn export, die tags stimmen bei mir schon alle
) .... leider hab ich jetzt ein problem .....
$loop(%artist%)
<!ARTIST START>
<table width="100%%">
<tr>
<td class="row2" align="center" width="5%%">$num(%_counter%,3)</td>
<td id="id%artist%" class="row2" width="40%%"><b><a href="javascript:show(''%artist%_'');">%artist% (%_max_counter%)</a></b></td>
<td class="row2" align="right" width="32%%">$loop(%album%,1)$loopend()</td>
</tr>
</table>
<table style="display:none;" id="show%artist%_" width="100%%">$loop(%_folderpath%)
<!ALBUM START>
<tr>
<td class="row4" align="center" width="5%%"><img src="XXX.jpg"></td>
<td id="id$replace(%album%,'',)" class="row4" width="40%%"><b><a href="javascript:show(''$replace(%album%,'',)'');">%album% (%year%)</a></b></td>
<td class="row4" align="right" width="32%%">%_total_size% | %_total_time% hrs </td>
</tr>
<tr style="display:none;" id="show$replace(%album%,'',)">
<td class="row3" align="center"></td>
<td class="row3">$loop(%_filename_ext%)
[%track% | ]%title%
$loopend()
</td>
<td class="row3" align="right">$loop(%_filename_ext%)%_file_size% | %_length%min | %_bitrate%kbps
$loopend()
</tr>$loopend()
</table>
$loopend()
dort wo steht ..... da bräuchte ich eine 3 stellige nummer so wie die in der spalte "artist" die nummer muss beim ersten album anfangen zu zählen und dann beim letzten album aufhören zu zählen ... unabhänig ob dazwischen der artist wechselt ..... is sowas möglich?
danke fürs helfen