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
1.0 KiB
Markdown
45 lines
1.0 KiB
Markdown
# LuCI Lyrion Music Server
|
|
|
|
[English](README.md) | Francais | [中文](README.zh.md)
|
|
|
|
Tableau de bord de gestion pour Lyrion Music Server (anciennement Logitech Media Server / Squeezebox Server).
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
opkg install luci-app-lyrion
|
|
```
|
|
|
|
## Acces
|
|
|
|
Menu LuCI : **Services -> Lyrion**
|
|
|
|
## Onglets
|
|
|
|
- **Vue d'ensemble** -- Statut du service, lien vers l'interface web, nombre de lecteurs
|
|
- **Parametres** -- Port, chemins des donnees/medias, limite memoire, fuseau horaire, environnement d'execution
|
|
|
|
## Methodes RPCD
|
|
|
|
Backend : `luci.lyrion`
|
|
|
|
| Methode | Description |
|
|
|---------|-------------|
|
|
| `status` | Statut du service et du conteneur |
|
|
| `get_config` | Obtenir la configuration actuelle |
|
|
| `save_config` | Sauvegarder la configuration |
|
|
| `install` | Installer le conteneur Lyrion |
|
|
| `start` | Demarrer Lyrion |
|
|
| `stop` | Arreter Lyrion |
|
|
| `restart` | Redemarrer Lyrion |
|
|
| `update` | Mettre a jour vers la derniere version |
|
|
| `logs` | Recuperer les logs du service |
|
|
|
|
## Dependances
|
|
|
|
- `luci-base`
|
|
|
|
## Licence
|
|
|
|
Apache-2.0
|