Album Info:
Title: {{album.name}}
Artist: {{album.artists|join(', ')}}
File Info:
{% if album.bitrate %}
Bitrate : {{album.bitrate}} KB/s
{% endif %}
Codec : {{album.extensions|join(', ')}}
Ripper : Unknown
Track List:
{% for file in album.files['music'] %}
{{loop.index}}. {{file.title}}
{% endfor %}
Scans List:
{% for file in album.folders[0].files['scans'] %}
{{loop.index}}. {{file}}
{% endfor %}
Scans List:
{% for file in album.files['scans'] %}
{{loop.index}}. {{file}}
{% endfor %}