secubox-openwrt/package/secubox/luci-app-lyrion/README.zh.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
883 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# LuCI Lyrion 音乐服务器
[English](README.md) | [Francais](README.fr.md) | 中文
Lyrion Music Server前身为 Logitech Media Server / Squeezebox Server的管理控制面板。
## 安装
```bash
opkg install luci-app-lyrion
```
## 访问
LuCI 菜单:**服务 -> Lyrion**
## 选项卡
- **概览** -- 服务状态、Web 界面链接、播放器数量
- **设置** -- 端口、数据/媒体路径、内存限制、时区、运行环境
## RPCD 方法
后端:`luci.lyrion`
| 方法 | 描述 |
|------|------|
| `status` | 服务和容器状态 |
| `get_config` | 获取当前配置 |
| `save_config` | 保存配置 |
| `install` | 安装 Lyrion 容器 |
| `start` | 启动 Lyrion |
| `stop` | 停止 Lyrion |
| `restart` | 重启 Lyrion |
| `update` | 更新到最新版本 |
| `logs` | 获取服务日志 |
## 依赖
- `luci-base`
## 许可证
Apache-2.0