{% extends "base.html" %} {% block title %}Settings - MediaRiver{% endblock %} {% block content %}

Settings

Configuration

Updates

Current version: {{ current_version }}

{% if update_status %}

Remote: {{ update_status.remote }} {% if update_status.up_to_date %} Up to date {% else %} {{ update_status.commits_behind }} commit(s) behind {% endif %}

{% endif %}

Windows Startup

{% if startup_enabled %}

Enabled MediaRiver starts automatically 30s after logon

{% else %}

Disabled MediaRiver does not start on Windows boot

{% endif %}

Control

Engine = media pipeline process. App = entire tray app + web server (use after updates).

{% endblock %}