Skip to content
Domekologe edited this page Jun 13, 2026 · 5 revisions

Web UI

🌐 English · Deutsch

The interface is built as a Progressive Web App (PWA) — it can be "installed" from the browser and is available in German and English (language switcher at the bottom of the sidebar, stored per user).

Screenshot: WebUI overview

Navigation (sidebar)

Discover

Page Path Description
Home / Search across all sources, browse categories (new anime, popular anime, new series, popular series, new movies), random anime. With a TMDB key configured, cards are enriched with posters, ratings, age ratings, genres and more (Integrations)
Favourites /favourites Per-user series bookmarks
Library /library Manage and play downloaded files (Library)
Queue modal Download queue with live progress (Download System)
Upscale queue modal Anime4K upscaler queue (Anime4K Upscaling)
Advanced search /advanced-search TMDB Discover with genres, keywords, streaming providers (only visible when enabled in CineInfo)
Calendar /calendar Upcoming episode air dates & movie releases for AutoSync, Seerr and Library titles (only visible when enabled in CineInfo) (Calendar)

Management

Page Path Description
Seerr requests /seerr View, approve, decline Overseerr/Jellyseerr requests and download them directly
AutoSync /autosync Automatic series synchronisation (AutoSync)
Statistics /stats Download, queue and sync statistics
Download History /history Searchable per-episode log with start/end time and details (Download History)

System

Page Path Description
Notifications /notifications Your notification services and events (Notifications)
Integrations /integrations Jellyfin/Plex, MediaScan, Seerr, CineInfo/TMDB (Integrations)
Encoding /encoding Re-encoding settings, admin only (Encoding)
Settings /settings Global settings + user management, admin only (Configuration)

Search

The search bar on the home page queries, depending on the selected source:

  • AniWorld — anime search via the aniworld.to API
  • s.to — series search via serienstream.to
  • FilmPalast — movie search via the autocomplete API; result URLs are validated automatically (umlauts in titles are handled)

Languages & providers in the picker

Key aniworld.to s.to
1 German Dub German Dub
2 English Sub English Dub
3 German Sub English Dub (German Sub)
4 English Dub

Providers offered are the active hosts (currently VOE, Vidmoly, Vidoza, VeeV) — the app probes at startup which extractors are actually functional.

Other UI features

  • Update notice: The app checks for new versions every 24 h (GitHub releases, or the models branch for dev installs) and shows a badge in the sidebar.
  • Version display: Bottom of the sidebar (vX.Y.Z, with commit hash for dev installs).
  • Light/dark theme and a responsive layout for mobile devices.
  • Prefetch: A background worker warms browse lists, posters and TMDB data every 15 minutes so the home page loads instantly.

Clone this wiki locally