diff --git a/README.md b/README.md index 30a54af..f48404a 100644 --- a/README.md +++ b/README.md @@ -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. +### 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 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. +### 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 You may have no sound,check [Mopidy's documentation] (https://docs.mopidy.com/en/latest/audio/). diff --git a/conf/Tryad_Beauty.mp3 b/conf/Tryad_Beauty.mp3 new file mode 100755 index 0000000..e23b47e Binary files /dev/null and b/conf/Tryad_Beauty.mp3 differ diff --git a/scripts/install b/scripts/install index 649ae9e..7849e67 100644 --- a/scripts/install +++ b/scripts/install @@ -98,6 +98,8 @@ sudo cp ../conf/mopidy.conf /usr/share/mopidy/conf.d/ sudo mkdir /root/.config/mopidy # File required for command line 'mopidy local scan' 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 sudo mopidy local scan