Settings
Changes save and apply immediately across the app.
Appearance
Theme
Overall light/dark palette
{% for choice in theme_choices %}
{{ theme_display_names[choice] }}
{% endfor %}
Corner style
Sharp, rounded, or pill-shaped elements
{% for choice in corner_radius_choices %}
{{ choice|capitalize }}
{% endfor %}
Card style
Flat, elevated with shadow, or bordered
{% for choice in card_style_choices %}
{{ choice|capitalize }}
{% endfor %}
Typography
Font
Typeface used across the app
{% for choice in font_family_choices %}
{{ 'Monaspace' if choice == 'monaspace' else choice|capitalize }}
{% endfor %}
Text size
Base font size
{% for choice in font_size_choices %}
{{ choice|capitalize }}
{% endfor %}
Layout
Page width
How much of the browser window content uses
{% for choice in layout_width_choices %}
{{ choice|capitalize }}
{% endfor %}
Density
Spacing and padding throughout the app
{% for choice in density_choices %}
{{ choice|capitalize }}
{% endfor %}
Manage Library
Hide courses or whole folders from the Library browser without touching anything on disk
(hiding a folder hides everything inside it), or rename a course/folder directly - no need
to go to the NAS.
Browse
Video Player
Player size
{% if settings.video_width and settings.video_height %}
Remembered at {{ settings.video_width }}×{{ settings.video_height }}px from your last resize
{% else %}
Using default responsive full-width sizing
{% endif %}
Reset size
Reset to Defaults
✓ Saved