Settings
Remove
Recently Added Movies
{% if recently_added_movies %}
{% if compact_view %}
{% endif %}
{% for movie in recently_added_movies %}
-
{% if movie.thumbnail %}
{% endif %}
{% if compact_view %}
{{ movie.title }}
{% else %}
{{ movie.title }}
Year: {{ movie.year }}
Rating: {{ movie.rating|float|round(1, 'common') }}
{% endif %}
{% endfor %}
{% if compact_view %}
{% endif %}
{% if movie_offset + recently_added_movies|length < 25 %}
»
{% endif %}
{% if movie_offset > 0 %}
«
{% endif %}
{% else %}
There was a problem connecting to the XBMC server.
{% endif %}