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