All Scrobbles
{% if tag_list %}Tagged {{ tag_list|join:", " }}
{% if total_time_seconds %}Total time: {{ total_time_seconds|natural_duration }}
{% endif %} {% endif %} {% if request.GET.visibility %}Filter: {{ request.GET.visibility|title }} scrobbles only
{% endif %}| Date | Type | Title | Time |
|---|---|---|---|
| {% if scrobble.id in overlap_map %}⏱ {% endif %} {{ scrobble.timestamp|naturaltime }} | {% if scrobble.video %} 🎬 Video {% elif scrobble.track %} 🎵 Track {% elif scrobble.podcast_episode %} 🎙️ Podcast episode {% elif scrobble.sport_event %} ⚽ Sport event {% elif scrobble.book %} 📖 Book {% elif scrobble.paper %} 📄 Paper {% elif scrobble.video_game %} 🎮 Video game {% elif scrobble.board_game %} 🎲 Board game {% elif scrobble.geo_location %} 📍 GeoLocation {% elif scrobble.trail %} 🥾 Trail {% elif scrobble.beer %} 🍺 Beer {% elif scrobble.puzzle %} 🧩 Puzzle {% elif scrobble.food %} 🍔 Food {% elif scrobble.task %} ✅ Task {% elif scrobble.web_page %} 🌐 Web Page {% elif scrobble.life_event %} 🎉 Life event {% elif scrobble.mood %} 😊 Mood {% elif scrobble.brick_set %} 🧱 Brick set {% elif scrobble.channel %} 📺 Channel {% else %} Unknown {% endif %} | {% if scrobble.video %} {{ scrobble.video.title }} {% elif scrobble.track %} {{ scrobble.track.title }} {% elif scrobble.video_game %} {{ scrobble.video_game.title }} {% elif scrobble.book %} {{ scrobble.book.title }} {% elif scrobble.food %} {{ scrobble.food.title }} {% elif scrobble.beer %} {{ scrobble.beer.title }} {% elif scrobble.web_page %} {{ scrobble.web_page.title }} {% elif scrobble.podcast_episode %} {{ scrobble.podcast_episode.title }} {% elif scrobble.board_game %} {{ scrobble.board_game.title }} {% elif scrobble.trail %} {{ scrobble.trail.title }} {% elif scrobble.puzzle %} {{ scrobble.puzzle.title }} {% elif scrobble.brick_set %} {{ scrobble.brick_set.title }} {% elif scrobble.task %} {{scrobble.media_obj}}{% if scrobble.log.title %} - {{ scrobble.log.title }}{% endif %} {% elif scrobble.life_event %} {{ scrobble.life_event.title }} {% elif scrobble.mood %} {{ scrobble.mood.title}} {% elif scrobble.geo_location %} {{ scrobble.geo_location.title }} {% else %} Unknown {% endif %} | {% if scrobble.playback_position_seconds %} {{ scrobble.playback_position_seconds|natural_duration }} {% endif %} |
| No scrobbles found. | |||