-
Notifications
You must be signed in to change notification settings - Fork 0
Web UI
TheMRX13 edited this page Jun 12, 2026
·
5 revisions
🌐 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).

| 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) |
| 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 |
| 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) |
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)
| 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.
-
Update notice: The app checks for new versions every 24 h (GitHub releases, or the
modelsbranch 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.
🇬🇧 English
Users
- Installation
- Getting Started
- Configuration
- Web UI
- Download System
- Download History
- AutoSync
- Calendar
- Library
- Authentication
- Notifications
- Integrations
- SyncPlay
- Anime4K Upscaling
- Encoding
- Docker
- Supported Sites
Developers