secubox-openwrt/package/secubox/luci-app-lyrion/README.md
CyberMind-FR ccfb58124c docs: Add trilingual documentation (French and Chinese translations)
Add complete French (fr) and Chinese (zh) translations for all documentation:

- Root files: README, CHANGELOG, SECURITY, BETA-RELEASE
- docs/: All 16 core documentation files
- DOCS/: All 19 deep-dive documents including embedded/ and archive/
- package/secubox/: All 123+ package READMEs
- Misc: secubox-tools/, scripts/, EXAMPLES/, config-backups/, streamlit-apps/

Total: 346 translation files created

Each file includes language switcher links for easy navigation between
English, French, and Chinese versions.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-20 10:00:18 +01:00

45 lines
909 B
Markdown

# LuCI Lyrion Music Server
English | [Francais](README.fr.md) | [中文](README.zh.md)
Management dashboard for Lyrion Music Server (formerly Logitech Media Server / Squeezebox Server).
## Installation
```bash
opkg install luci-app-lyrion
```
## Access
LuCI menu: **Services -> Lyrion**
## Tabs
- **Overview** -- Service status, web UI link, player count
- **Settings** -- Port, data/media paths, memory limit, timezone, runtime
## RPCD Methods
Backend: `luci.lyrion`
| Method | Description |
|--------|-------------|
| `status` | Service and container status |
| `get_config` | Get current configuration |
| `save_config` | Save configuration |
| `install` | Install Lyrion container |
| `start` | Start Lyrion |
| `stop` | Stop Lyrion |
| `restart` | Restart Lyrion |
| `update` | Update to latest version |
| `logs` | Fetch service logs |
## Dependencies
- `luci-base`
## License
Apache-2.0