Erik Thiele 9485085596 neu
2026-04-17 07:55:08 +02:00
2026-04-12 17:44:47 +02:00
2026-04-12 17:44:47 +02:00
neu
2026-04-17 07:55:08 +02:00
2026-04-12 20:19:21 +02:00
2026-04-12 17:44:47 +02:00

moOde Radio Controller

Einfache Web-Oberfläche zur Steuerung des moOde Audio Players:

  • Play / Stop
  • Lautstärke (0100)
  • Automatisches Status-Polling alle 5 Sekunden

Voraussetzungen

  • Python 3.9+
  • moOde Audio Player im lokalen Netzwerk

Installation

pip install -r requirements.txt

Konfiguration

In app.py die IP-Adresse/den Hostname anpassen:

MOODE_URL = "http://moode.local"   # oder z.B. "http://192.168.1.42"

Starten

python app.py

Dann im Browser öffnen: http://localhost:5555

Hinweis

Die App nutzt die interne moOde-API (/engine/index.php). Stelle sicher, dass der moOde Player im selben Netzwerk erreichbar ist.

Description
No description provided
Readme 36 KiB
Languages
HTML 78%
Python 22%