Erweitert Suchergebnisse um Auflösungsmetadaten, führt die Hoster-Auflösung über /api/resolve aus und stellt Wiedergabe/Download über kurzlebige Stream-Tokens bereit. Co-Authored-By: OpenAI Codex <noreply@openai.com>
22 lines
657 B
Markdown
22 lines
657 B
Markdown
# Xstream-Standalone
|
|
|
|
Standalone-Migration des Xstream-Kodi-Plugins aus dem Kino-Projekt (Nextcloud).
|
|
|
|
## Inhalt
|
|
|
|
- plugin.video.xstream — Kodi Video-Addon
|
|
- script.module.xstreamscraper — zugehoeriges Scraper-Modul
|
|
- webui — Flask-Weboberflaeche fuer Suche, Stream-Wiedergabe und Download
|
|
|
|
Quelle: Nextcloud Botomir/Projekte/Angefangen/Kino-Projekt/. Migration am 2026-08-17 durchgefuehrt.
|
|
|
|
## WebUI starten
|
|
|
|
```bash
|
|
cd webui
|
|
pip install -r requirements.txt
|
|
python app.py
|
|
```
|
|
|
|
Danach ist die Oberflaeche unter http://localhost:5000 erreichbar. Suchtreffer, die direkt auf Streams fuehren, zeigen Aktionen zum Wiedergeben im Browser und zum Download.
|