Unraid
{% if unraid.status == "ok" %} {% if unraid.array_state %}{{ unraid.array_state | capitalize }}{% endif %} {% if unraid.disk_count %} Β· {{ unraid.disk_count }} disk{{ 's' if unraid.disk_count != 1 }}{% endif %} {% if unraid.os_version %} Β· v{{ unraid.os_version }}{% endif %} {% endif %}
{% if unraid.status == "ok" %}
{% if unraid.source == "local" %}
Array Total
{{ unraid.array_total }}
Array Used
{{ unraid.array_used }}
Array Free
{{ unraid.array_free }}
β Showing container disk usage ({{ unraid.mount }}). Add
{% endif %}
{% else %}
UNRAID_API_KEY for full Unraid stats.
Could not load system stats: {{ unraid.error }}
{% endif %}
Total Series
{{ sonarr.total_series }}
Missing Episodes
{{ sonarr.missing_episodes }}
Could not reach Sonarr: {{ sonarr.error }}
{% endif %}
π
Popular on RT
{% if rt_tv and rt_tv[0] is defined and rt_tv[0].error is defined %}
Failed to load TV data: {{ rt_tv[0].error }}
{% elif rt_tv %}
{% for show in rt_tv %}
{% else %}{% endif %}
{% endfor %}
{% else %}
{{ loop.index }}
{% if show.poster %}{{ show.title }}{% if show.year %} ({{ show.year }}){% endif %}
No TV data available.
{% endif %}
Total Movies
{{ radarr.total_movies }}
Missing
{{ radarr.missing_movies }}
Could not reach Radarr: {{ radarr.error }}
{% endif %}
π
Top Box Office on RT
{% if rt_movies and rt_movies[0] is defined and rt_movies[0].error is defined %}
Failed to load movie data: {{ rt_movies[0].error }}
{% elif rt_movies %}
{% for movie in rt_movies %}
{% else %}{% endif %}
{% endfor %}
{% else %}
{{ loop.index }}
{% if movie.poster %}{{ movie.title }}{% if movie.year %} ({{ movie.year }}){% endif %}
No movie data available.
{% endif %}
Prowlarr β Indexers
{% if prowlarr.status == "ok" %} {{ prowlarr.up_count }}/{{ prowlarr.total }} online {% endif %}
{% if prowlarr.status == "ok" %}
{% for idx in prowlarr.indexers %}
{% else %}
{{ idx.name }}
{% endfor %}
Could not reach Prowlarr: {{ prowlarr.error }}
{% endif %}
SABnzbd
{% if sabnzbd.status == "ok" %} {% set s = sabnzbd.sab_status | lower %} {{ sabnzbd.sab_status }} {% endif %}
{% if sabnzbd.status == "ok" %}
{% else %}
Current Speed
{{ sabnzbd.speed }}
Avg Speed (7d)
{{ sabnzbd.avg_speed }}
Queue Items
{{ sabnzbd.queue_count }}
Remaining
{{ sabnzbd.sizeleft }}
Downloads (7d)
{{ sabnzbd.completed_7d }}
Downloaded (7d)
{{ sabnzbd.week_size }}
Could not reach SABnzbd: {{ sabnzbd.error }}
{% endif %}
Ombi β Requests
{% if ombi.status == "ok" %} {% endif %}
{% if ombi.status == "ok" %}
{% if ombi.recent %}
{% for req in ombi.recent %}
{% else %}
{{ req.type }}
{{ req.status }}
{% endfor %}
{{ req.title }}
{{ req.user }} Β· {{ req.date_display }}
No recent requests.
{% endif %}
{% else %}
Could not reach Ombi: {{ ombi.error }}
{% endif %}
Tautulli
{% if tautulli.status == "ok" %}
{% if tautulli.active_streams > 0 %}
{{ tautulli.active_streams }} active stream{{ 's' if tautulli.active_streams != 1 }}
{% else %}
No active streams
{% endif %}
{% endif %}
{% if tautulli.status == "ok" %}
{% if tautulli.top_tv_list %}
{% if tautulli.top_movie_list %}
{% else %}
πΊ
Top TV β 30d
{% for item in tautulli.top_tv_list %}
{% endfor %}
{% else %}
{{ loop.index }}
{{ item.title }}
{{ item.plays }} plays
No data yet
{% endif %}
π¬
Top Movies β 30d
{% for item in tautulli.top_movie_list %}
{% endfor %}
{% else %}
{{ loop.index }}
{{ item.title }}
{{ item.plays }} plays
No data yet
{% endif %}
π Top Played (30d)
{% if tautulli.top_played %}
{% for item in tautulli.top_played %}
{% set mt = item.media_type | lower %}
{{ 'TV' if mt == 'episode' else ('Movie' if mt == 'movie' else mt or '?') }}
{% endfor %}
{% else %}
{{ loop.index }}
{{ item.title }}
by {{ item.user }}
{{ item.plays }}Γ
No play history available.
{% endif %}
π€ Top Viewers (30d)
{% if tautulli.top_users %}
{% for u in tautulli.top_users %}
{% endfor %}
{% else %}
{{ loop.index }}
π€
{{ u.username }}
{{ u.plays }} plays
{{ u.plays }}Γ
No viewer data available.
{% endif %}
Could not reach Tautulli: {{ tautulli.error }}
{% endif %}
{% endif %}