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>
45 lines
909 B
Markdown
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
|