diff --git a/vrobbler/templates/base.html b/vrobbler/templates/base.html index 543a1fc..8e2d4a5 100644 --- a/vrobbler/templates/base.html +++ b/vrobbler/templates/base.html @@ -213,7 +213,7 @@
-
+

Top artists this week

@@ -59,7 +59,7 @@ -
+

Top tracks this week

@@ -92,6 +92,9 @@ +
@@ -128,7 +131,6 @@
- @@ -137,7 +139,30 @@ - + + {% endfor %} + +
Time Title SeriesSource
{{scrobble.timestamp|naturaltime}} {% if scrobble.video.tv_series %}E{{scrobble.video.season_number}}S{{scrobble.video.season_number}} -{% endif %} {{scrobble.video.title}} {% if scrobble.video.tv_series %}{{scrobble.video.tv_series}}{% endif %}{{scrobble.source}}
+
+
+ +
+

Latest Podcasted

+
+ + + + + + + + + + {% for scrobble in podcast_scrobble_list %} + + + + {% endfor %} diff --git a/vrobbler/templates/videos/movie_list.html b/vrobbler/templates/videos/movie_list.html index 2c3e100..016c3e0 100644 --- a/vrobbler/templates/videos/movie_list.html +++ b/vrobbler/templates/videos/movie_list.html @@ -1,12 +1,28 @@ {% extends "base.html" %} {% block content %} +
+
+

Movies

+
+
+ + +
+ +
+
-

Movies

+
    {% for movie in object_list %}
  • {{movie}}
  • {% endfor %}
+
+
{% endblock %} diff --git a/vrobbler/templates/videos/series_list.html b/vrobbler/templates/videos/series_list.html new file mode 100644 index 0000000..205e506 --- /dev/null +++ b/vrobbler/templates/videos/series_list.html @@ -0,0 +1,22 @@ +{% extends "base.html" %} + +{% block content %} +
+
+

Series

+
+
+ +
+
+
+ +
+
    + {% for movie in object_list %} +
  • {{movie}}
  • + {% endfor %} +
+
+
+{% endblock %}
DateTitlePodcast
{{scrobble.timestamp|naturaltime}}{{scrobble.podcast_episode.title}}{{scrobble.podcast_episode.podcast}}