mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
Auto-update READMEs
This commit is contained in:
parent
6c147abd9a
commit
3aedb741dc
3 changed files with 57 additions and 1 deletions
|
@ -4,3 +4,4 @@
|
|||
- [Irakurri README euskaraz](README_eu.md)
|
||||
- [Lire le README en français](README_fr.md)
|
||||
- [Le o README en galego](README_gl.md)
|
||||
- [阅读中文(简体)的 README](README_zh_Hans.md)
|
||||
|
|
|
@ -34,7 +34,7 @@ En plus d'être un serveur de médias en streaming, Airsonic fonctionne très bi
|
|||
![Capture d’écran de Airsonic-Advanced](./doc/screenshots/screenshot_01.png)
|
||||
|
||||
## Documentations et ressources
|
||||
|
||||
|
||||
- Documentation officielle de l’admin : <https://airsonic.github.io/docs/>
|
||||
- Dépôt de code officiel de l’app : <https://github.com/airsonic-advanced/airsonic-advanced>
|
||||
- YunoHost Store : <https://apps.yunohost.org/app/airsonic>
|
||||
|
|
55
README_zh_Hans.md
Normal file
55
README_zh_Hans.md
Normal file
|
@ -0,0 +1,55 @@
|
|||
<!--
|
||||
注意:此 README 由 <https://github.com/YunoHost/apps/tree/master/tools/readme_generator> 自动生成
|
||||
请勿手动编辑。
|
||||
-->
|
||||
|
||||
# YunoHost 的 Airsonic-Advanced
|
||||
|
||||
[![集成程度](https://dash.yunohost.org/integration/airsonic.svg)](https://dash.yunohost.org/appci/app/airsonic) ![工作状态](https://ci-apps.yunohost.org/ci/badges/airsonic.status.svg) ![维护状态](https://ci-apps.yunohost.org/ci/badges/airsonic.maintain.svg)
|
||||
|
||||
[![使用 YunoHost 安装 Airsonic-Advanced](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=airsonic)
|
||||
|
||||
*[阅读此 README 的其它语言版本。](./ALL_README.md)*
|
||||
|
||||
> *通过此软件包,您可以在 YunoHost 服务器上快速、简单地安装 Airsonic-Advanced。*
|
||||
> *如果您还没有 YunoHost,请参阅[指南](https://yunohost.org/install)了解如何安装它。*
|
||||
|
||||
## 概况
|
||||
|
||||
Airsonic-Advanced is a more modern implementation of the Airsonic fork with several key performance and feature enhancements. It adds and supersedes several features in Airsonic.
|
||||
|
||||
Airsonic is a free, web-based media streamer, providing ubiquitous access to your music. Use it to share your music with friends, or to listen to your own music while at work. You can stream to multiple players simultaneously.
|
||||
|
||||
Airsonic is designed to handle very large music collections (hundreds of gigabytes). Although optimized for MP3 streaming, it works for any audio or video format that can stream over HTTP, for instance AAC and OGG. By using transcoder plug-ins, Airsonic supports on-the-fly conversion and streaming of virtually any audio format, including WMA, FLAC, APE, Musepack, WavPack and Shorten.
|
||||
|
||||
If you have constrained bandwidth, you may set an upper limit for the bit rate of the music streams. Airsonic will then automatically re sample the music to a suitable bit rate.
|
||||
|
||||
In addition to being a streaming media server, Airsonic works very well as a local jukebox. The intuitive web interface, as well as search and index facilities, are optimized for efficient browsing through large media libraries. Airsonic also comes with an integrated Podcast receiver, with many of the same features as you find in iTunes.
|
||||
|
||||
|
||||
**分发版本:** 11.0.0~ynh5
|
||||
|
||||
## 截图
|
||||
|
||||
![Airsonic-Advanced 的截图](./doc/screenshots/screenshot_01.png)
|
||||
|
||||
## 文档与资源
|
||||
|
||||
- 官方管理文档: <https://airsonic.github.io/docs/>
|
||||
- 上游应用代码库: <https://github.com/airsonic-advanced/airsonic-advanced>
|
||||
- YunoHost 商店: <https://apps.yunohost.org/app/airsonic>
|
||||
- 报告 bug: <https://github.com/YunoHost-Apps/airsonic_ynh/issues>
|
||||
|
||||
## 开发者信息
|
||||
|
||||
请向 [`testing` 分支](https://github.com/YunoHost-Apps/airsonic_ynh/tree/testing) 发送拉取请求。
|
||||
|
||||
如要尝试 `testing` 分支,请这样操作:
|
||||
|
||||
```bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/airsonic_ynh/tree/testing --debug
|
||||
或
|
||||
sudo yunohost app upgrade airsonic -u https://github.com/YunoHost-Apps/airsonic_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**有关应用打包的更多信息:** <https://yunohost.org/packaging_apps>
|
Loading…
Reference in a new issue