Settings
Remove
Recently Added Albums
{% if recently_added_albums %}
{% if using_db %}
There was a problem connecting to the XBMC server. Showing last known results.
{% endif %}
{% if compact_view %}
{% endif %}
{% for album in recently_added_albums %}
{% if using_db %}
-
{% elif view_info %}
-
{% else %}
-
{% endif %}
{% if album.thumbnail %}
{% endif %}
{% if compact_view %}
{{ album.artist }} - {{ album.title }}
{% else %}
{{ album.title }}
{{ album.artist }}
Year: {{ album.year }}
{% endif %}
{% endfor %}
{% if compact_view %}
{% endif %}
{% if album_offset + recently_added_albums|length < 25 %}
»
{% endif %}
{% if album_offset > 0 %}
«
{% endif %}
{% else %}
There was a problem connecting to the XBMC server.
{% endif %}