1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mopidy_ynh.git synced 2024-09-03 19:46:21 +02:00

Ajout d'un son de test + README

This commit is contained in:
magikcypress 2017-03-08 13:02:17 +01:00
parent 864f7a49b5
commit 56b76d9fa3
3 changed files with 10 additions and 0 deletions

View file

@ -18,6 +18,10 @@ Pour récupérer vos clés pour Spotify et Soundcloud :
Insérer les clés d'authentifications lors de l'installation de l'application. Insérer les clés d'authentifications lors de l'installation de l'application.
### Vérifier que le sons fonctionne
Depuis l'interface web, aller dans "Browse" > "File" > "Media". Sur cette page vous avez un morceau qui est importé dans l'application lors de l'installation. Ce titre se nomme "Tryad Beauty", ce morceau est libre de droit.
### Problème pouvant survenir ### Problème pouvant survenir
Il se peut que vous n'ayez pas de son, je vous invite à vous renseigner sur [la documentation de de Mopidy](https://docs.mopidy.com/en/latest/audio/). Il se peut que vous n'ayez pas de son, je vous invite à vous renseigner sur [la documentation de de Mopidy](https://docs.mopidy.com/en/latest/audio/).
@ -44,6 +48,10 @@ To retrieve your keys for Spotify and Soundcloud:
Insert authentication keys when installing the application. Insert authentication keys when installing the application.
### Check that the sounds are working
From the web interface, go to "Browse"> "File"> "Media". On this page you have a song that is imported into the application during installation. This title is called "Tryad Beauty", this piece is free of rights.
### Troubleshooting ### Troubleshooting
You may have no sound,check [Mopidy's documentation] (https://docs.mopidy.com/en/latest/audio/). You may have no sound,check [Mopidy's documentation] (https://docs.mopidy.com/en/latest/audio/).

BIN
conf/Tryad_Beauty.mp3 Executable file

Binary file not shown.

View file

@ -98,6 +98,8 @@ sudo cp ../conf/mopidy.conf /usr/share/mopidy/conf.d/
sudo mkdir /root/.config/mopidy sudo mkdir /root/.config/mopidy
# File required for command line 'mopidy local scan' # File required for command line 'mopidy local scan'
sudo cp ../conf/mopidy.conf /root/.config/mopidy/ sudo cp ../conf/mopidy.conf /root/.config/mopidy/
# Copy music file for the test
sudo cp ../conf/Tryad_Beauty.mp3 /var/lib/mopidy/media
# Running Mopidy as a service # Running Mopidy as a service
sudo mopidy local scan sudo mopidy local scan