Hi,
ich hab schon wieder etwas Seltsames, was mir nicht einleuchten will. Beim Export gefunden.
Ich möchte die Alben, deren files, totale Länge und size eines Artists zählen. Wie hier:
$loop(%albumartist%,1)
<tr>
<td class="row2" align="left" width="15%%"><b>%albumartist%</b></a></td>
<td class="row2" align="left" >$loop(%album%,1)$loopend() Total: %_max_counter% Album(s)</td>
<td class="row2" align="left" >$loop(%album%,1)$loopend() Total: %_total_size%</td>
<td class="row2" align="left" >$loop(%album%,1)$loopend() Total: %_total_files% Files</td>
<td class="row2" align="left" >$loop(%album%,1)$loopend() Total: %_total_time% hrs</td>
</tr>
$loopend()
Alle Angaben werden korrekt angezeigt. Nur %_max_counter% ist immer 1 egal über weiviele Alben ich das laufen lassen.
Wo ist da der Fehler?