mirror of
https://github.com/YunoHost-Apps/mopidy_ynh.git
synced 2024-09-03 19:46:21 +02:00
Auto-update README
This commit is contained in:
parent
1463609e56
commit
c252ea0efa
2 changed files with 34 additions and 113 deletions
72
README.md
72
README.md
|
@ -1,3 +1,8 @@
|
||||||
|
<!--
|
||||||
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||||
|
It shall NOT be edited by hand.
|
||||||
|
-->
|
||||||
|
|
||||||
# Mopidy for YunoHost
|
# Mopidy for YunoHost
|
||||||
|
|
||||||
[](https://dash.yunohost.org/appci/app/mopidy)  
|
[](https://dash.yunohost.org/appci/app/mopidy)  
|
||||||
|
@ -5,67 +10,25 @@
|
||||||
|
|
||||||
*[Lire ce readme en français.](./README_fr.md)*
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *This package allows you to install Mopidy quickly and simply on a YunoHost server.
|
> *This package allows you to install Mopidy quickly and simply on a YunoHost server.
|
||||||
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/install) to learn how to install it.*
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
Mopidy - is an extensible music server. It plays music, podcasts and radio programs from local disk and various streaming services. You edit the playlist from any phone, tablet, or computer. You hear the music through the speakers connected to the server.
|
|
||||||
|
|
||||||
**Shipped version:** 3.1.1
|
plays music, podcasts and radio programs from local disk and various streaming services
|
||||||
|
|
||||||
## Screenshots
|
**Shipped version:** 3.2.0~ynh1
|
||||||
|
|
||||||

|
**Demo:** https://demo.example.com
|
||||||
## Demo
|
|
||||||
|
|
||||||
* No demo available
|
## Documentation and resources
|
||||||
|
|
||||||
## Configuration
|
* Official app website: https://www.mopidy.com/
|
||||||
|
* Official user documentation: https://yunohost.org/apps
|
||||||
This installation is shipped with various extensions:
|
* Official admin documentation: https://docs.mopidy.com/en/latest/
|
||||||
|
* Upstream app code repository: https://github.com/mopidy/mopidy
|
||||||
* [MusicBox-Webclient](https://mopidy.com/ext/musicbox-webclient/) to control mopidy from your web browser
|
* YunoHost documentation for this app: https://yunohost.org/app_mopidy
|
||||||
* [local](https://mopidy.com/ext/local/) to make your private music collection on `/home/yunohost.multimedia/share/Music/` browseable and searchable
|
* Report a bug: https://github.com/YunoHost-Apps/mopidy_ynh/issues
|
||||||
* [YouTube](https://pypi.org/project/Mopidy-YouTube/) to play sound from YouTube
|
|
||||||
* [YTMusic](https://music.youtube.com/) to access Google’s streaming music named [YouTube Music](https://music.youtube.com/)
|
|
||||||
* [Podcast-iTunes](https://mopidy.com/ext/podcast-itunes/) to search and browse podcasts from the Apple iTunes Store.
|
|
||||||
* [RadioNet](https://mopidy.com/ext/radionet/) to play radio channels from the [radio.net](https://www.radio.net/).
|
|
||||||
* [Podcast](https://mopidy.com/ext/podcast/) to browse RSS feeds of podcasts and stream the episodes.
|
|
||||||
* [Soundcloud](https://pypi.org/project/Mopidy-SoundCloud/) to play music from the [SoundCloud](https://soundcloud.com/) service \([authentication token](https://pypi.org/project/Mopidy-SoundCloud/) needed\).
|
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Official documentation: https://docs.mopidy.com/en/latest/
|
|
||||||
|
|
||||||
## YunoHost specific features
|
|
||||||
|
|
||||||
#### Multi-user support
|
|
||||||
|
|
||||||
* Are LDAP and HTTP auth supported? **No**
|
|
||||||
* Can the app be used by multiple users? ??
|
|
||||||
|
|
||||||
#### Supported architectures
|
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/mopidy/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/mopidy/)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
* cannot be used with VPS or other servers that have no real audio hardware
|
|
||||||
|
|
||||||
## Additional information
|
|
||||||
|
|
||||||
* To list current settings enter `sudo mopidyctl config`.
|
|
||||||
* Edit the file `/opt/yunohost/mopidy/mopidy.conf` to adjust Mopidy's configuration.
|
|
||||||
* To rebuild the database of your local music collection enter `sudo mopidyctl local scan`.
|
|
||||||
|
|
||||||
## Links
|
|
||||||
|
|
||||||
* Report a bug: https://github.com/YunoHost-Apps/mopidy_ynh/issues
|
|
||||||
* App website: https://mopidy.com/
|
|
||||||
* YunoHost website: https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
||||||
|
@ -76,5 +39,6 @@ To try the testing branch, please proceed like that.
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade mopidy -u https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
|
sudo yunohost app upgrade mopidy -u https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
75
README_fr.md
75
README_fr.md
|
@ -3,73 +3,28 @@
|
||||||
[](https://dash.yunohost.org/appci/app/mopidy)  
|
[](https://dash.yunohost.org/appci/app/mopidy)  
|
||||||
[](https://install-app.yunohost.org/?app=mopidy)
|
[](https://install-app.yunohost.org/?app=mopidy)
|
||||||
|
|
||||||
*[Read this readme in english.](./README.md)*
|
*[Read this readme in english.](./README.md)*
|
||||||
|
*[Lire ce readme en français.](./README_fr.md)*
|
||||||
|
|
||||||
> *Ce package vous permet d'installer Mopidy rapidement et simplement sur un serveur YunoHost.
|
> *Ce package vous permet d'installer Mopidy rapidement et simplement sur un serveur YunoHost.
|
||||||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||||
|
|
||||||
## Vue d'ensemble
|
## Vue d'ensemble
|
||||||
Mopidy - est un serveur de musique extensible. Mopidy lit de la musique, des podcasts et des programmes de radio à partir d'un disque local et de divers services de streaming.
|
|
||||||
Vous pouvez modifier la liste de lecture à partir d'un téléphone, d'une tablette ou d'un ordinateur.
|
|
||||||
Vous entendez la musique via les haut-parleurs connectés au serveur.
|
|
||||||
|
|
||||||
**Version incluse :** 3.1.1
|
Jouer de la musique, podcasts et programmes radio depuis le disque local et de divers services de streaming
|
||||||
|
|
||||||
## Captures d'écran
|
**Version incluse :** 3.2.0~ynh1
|
||||||
|
|
||||||

|
**Démo :** https://demo.example.com
|
||||||
|
|
||||||
## Démo
|
## Documentations et ressources
|
||||||
|
|
||||||
* Aucune démo disponible
|
* Site officiel de l'app : https://www.mopidy.com/
|
||||||
|
* Documentation officielle utilisateur : https://yunohost.org/apps
|
||||||
## Configuration
|
* Documentation officielle de l'admin : https://docs.mopidy.com/en/latest/
|
||||||
|
* Dépôt de code officiel de l'app : https://github.com/mopidy/mopidy
|
||||||
Cette installation est livrée avec différentes extensions:
|
* Documentation YunoHost pour cette app : https://yunohost.org/app_mopidy
|
||||||
|
* Signaler un bug : https://github.com/YunoHost-Apps/mopidy_ynh/issues
|
||||||
* [MusicBox-Webclient](https://mopidy.com/ext/musicbox-webclient/) pour contrôler mopidy depuis votre navigateur Web
|
|
||||||
* [local](https://mopidy.com/ext/local/) pour rendre votre collection de musique privée sur `/home/yunohost.multimedia/share/Music/` consultable
|
|
||||||
* [YouTube](https://pypi.org/project/Mopidy-YouTube/) pour lire le son de YouTube
|
|
||||||
* [YTMusic](https://music.youtube.com/) pour accéder à la musique en streaming de Google intitulée [YouTube Music](https://music.youtube.com/)
|
|
||||||
* [Podcast-iTunes](https://mopidy.com/ext/podcast-itunes/) pour rechercher et parcourir des podcasts sur l'iTunes Store d'Apple
|
|
||||||
* [RadioNet](https://mopidy.com/ext/radionet/) pour écouter les canaux radio de [radio.net](https://www.radio.net/)
|
|
||||||
* [Podcast](https://mopidy.com/ext/podcast/) pour parcourir les flux RSS des podcasts et diffuser les épisodes
|
|
||||||
* [Soundcloud](https://pypi.org/project/Mopidy-SoundCloud/) pour lire de la musique à partir du service [SoundCloud](https://soundcloud.com/) service \([jeton d'authentification](https://pypi.org/project/Mopidy-SoundCloud/) nécessaire\).
|
|
||||||
|
|
||||||
|
|
||||||
## Documentation
|
|
||||||
|
|
||||||
* Documentation officielle : https://docs.mopidy.com/en/latest/
|
|
||||||
|
|
||||||
## Caractéristiques spécifiques YunoHost
|
|
||||||
|
|
||||||
#### Support multi-utilisateur
|
|
||||||
|
|
||||||
* L'authentification LDAP et HTTP est-elle prise en charge ? **Non**
|
|
||||||
* L'application peut-elle être utilisée par plusieurs utilisateurs ?
|
|
||||||
|
|
||||||
#### Architectures supportées
|
|
||||||
|
|
||||||
* x86-64 - [](https://ci-apps.yunohost.org/ci/apps/mopidy/)
|
|
||||||
* ARMv8-A - [](https://ci-apps-arm.yunohost.org/ci/apps/mopidy/)
|
|
||||||
|
|
||||||
## Limitations
|
|
||||||
|
|
||||||
* Ne peut pas être utilisé avec des VPS ou d'autres serveurs qui n'ont pas de matériel audio réel
|
|
||||||
|
|
||||||
## Informations additionnelles
|
|
||||||
|
|
||||||
* Pour lister les paramètres actuels, entrez `sudo mopidyctl config`
|
|
||||||
* Modifiez le fichier `/opt/yunohost/mopidy/mopidy.conf` pour ajuster la configuration de mopidy
|
|
||||||
* Pour reconstruire la base de données de votre collection de musique locale, entrez `sudo mopidyctl local scan`
|
|
||||||
|
|
||||||
## Liens
|
|
||||||
|
|
||||||
* Signaler un bug : https://github.com/YunoHost-Apps/mopidy_ynh/issues
|
|
||||||
* Site de l'application : https://mopidy.com/
|
|
||||||
* Site web YunoHost : https://yunohost.org/
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
||||||
|
@ -81,3 +36,5 @@ sudo yunohost app install https://github.com/YunoHost-Apps/mopidy_ynh/tree/testi
|
||||||
ou
|
ou
|
||||||
sudo yunohost app upgrade mopidy -u https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
|
sudo yunohost app upgrade mopidy -u https://github.com/YunoHost-Apps/mopidy_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
|
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
Loading…
Add table
Reference in a new issue