Deutsch: README.DE.md
Kodi4Seniors is a senior-household Kodi skin package. It keeps Kodi powerful enough for a caregiver or technician, but presents a calm daily interface for TV, public broadcaster catch-up services, and a prepared video library.
- Primary audience: senior household
- Primary language: German, with English documentation maintained alongside it
- Target device: Fire TV running Kodi
- Control: normal TV remote via HDMI-CEC or Fire TV remote
- Daily operation: arrow keys, OK, Back, Home/Power
| Area | Purpose |
|---|---|
| Live TV | TV, channel list, and EPG |
| Mediatheken | ARD and ZDF as first-class catch-up entries |
| Library | Prepared local video content |
| Care / Technician | Protected setup and maintenance area |
The technician PIN is an accident-prevention guard, not a security boundary.
skin.kodi4seniors/: installable Kodi skin payloadskin.kodi4seniors/1080i/: skin windows and include definitionsscripts/build_release.py: builds the release ZIPscripts/publish_to_repo.py: publishes the skin tomildman1848.github.ioscripts/validate_repo.py: validates XML, versions, required assets, and release ZIP contentsdocs/: product, setup, remote-control, recovery, and roadmap documentation
- Product vision
- Setup playbook
- Remote control and navigation
- Recovery and maintenance
- Roadmap
- Implementation plan
npm ci
npm run validateValidation checks:
- Python helper syntax
- all skin XML files
- version consistency between
addon.xml,package.json, andVERSION - required skin assets
- release ZIP contents
npm run buildThe ZIP is written to dist/ and can be installed as a Kodi skin add-on.