diff --git a/README.md b/README.md index 5ef1b81..5e361bd 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to know how to install and enjoy it.* ## Overview + 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, for instance to one player in your kitchen and another in your living room. 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. @@ -19,7 +20,7 @@ In addition to being a streaming media server, Airsonic works very well as a loc ## Screenshots -![](https://airsonic.github.io/demo/screenshot_01.png) +![Sreenshot of home page of Airsonic](screenshot_01.png) ## Demo @@ -31,40 +32,40 @@ How to configure this app: by an admin panel. ## Documentation - * Official documentation: https://airsonic.github.io/docs/ +* Official documentation: ## YunoHost specific features -#### Multi-users support +* YunoHost LDAP accounts supported : you can logon with them +* [Multimedia](https://github.com/YunoHost-Apps/yunohost.multimedia) handled +* Memory RAM limit set to 256Mb because airsonic was often killed by lack of RAM (hello OOM killer) + * See -Are LDAP and HTTP auth supported? **Yes** - -#### Supported architectures +## Supported architectures * x86-64b - [![Build Status](https://ci-apps.yunohost.org/ci/logs/airsonic%20%28Apps%29.svg)](https://ci-apps.yunohost.org/ci/apps/airsonic/) * ARMv8-A - [![Build Status](https://ci-apps-arm.yunohost.org/ci/logs/airsonic%20%28Apps%29.svg)](https://ci-apps-arm.yunohost.org/ci/apps/airsonic/) -* Jessie x86-64b - [![Build Status](https://ci-stretch.nohost.me/ci/logs/airsonic%20%28Apps%29.svg)](https://ci-stretch.nohost.me/ci/apps/airsonic/) **More information on the documentation page:** https://yunohost.org/packaging_apps ## Links - * Report a bug: https://github.com/YunoHost-Apps/airsonic_ynh/issues - * App website: https://airsonic.github.io/ - * Upstream app repository: https://github.com/airsonic/airsonic - * YunoHost website: https://yunohost.org/ +* Report a bug: https://github.com/YunoHost-Apps/airsonic_ynh/issues +* App website: https://airsonic.github.io/ +* Upstream app repository: https://github.com/airsonic/airsonic +* YunoHost website: https://yunohost.org/ --- -Developers info ----------------- +## Developers info **Only if you want to use a testing branch for coding, instead of merging directly into master.** Please do your pull request to the [testing branch](https://github.com/YunoHost-Apps/airsonic_ynh/tree/testing). To try the testing branch, please proceed like that. -``` + +```bash sudo yunohost app install https://github.com/YunoHost-Apps/airsonic_ynh/tree/testing --debug or sudo yunohost app upgrade airsonic -u https://github.com/YunoHost-Apps/airsonic_ynh/tree/testing --debug diff --git a/manifest.json b/manifest.json index 1cf0d73..31202d3 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Stream and manage your music collection", "fr": "Streamez et gérez votre collection de musique" }, - "version": "10.5.0~ynh2", + "version": "10.5.0~ynh3", "url": "http://airsonic.github.io", "license": "GPL-3.0-or-later", "maintainer": { diff --git a/screenshot_01.png b/screenshot_01.png new file mode 100644 index 0000000..372921b Binary files /dev/null and b/screenshot_01.png differ