From c765d04a685c08be39463bd46eb2a28810c61c87 Mon Sep 17 00:00:00 2001 From: Tilman Date: Mon, 9 Oct 2017 13:48:04 +0200 Subject: [PATCH] spotify start research --- notes.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/notes.md b/notes.md index cbbe032..f1cb0ba 100644 --- a/notes.md +++ b/notes.md @@ -1,5 +1,30 @@ # To Do +## mopidy / spotify +https://docs.mopidy.com/en/latest/installation/ + wget -q -O - https://apt.mopidy.com/mopidy.gpg | sudo apt-key add - + sudo wget -q -O /etc/apt/sources.list.d/mopidy.list https://apt.mopidy.com/jessie.list + sudo apt-get update + sudo apt-get install mopidy + + sudo apt-get install mopidy-spotify +https://github.com/mopidy/mopidy-spotify --> Configuration +https://www.mopidy.com/authenticate/#spotify + +https://docs.mopidy.com/en/latest/ext/web/#mopidy-api-explorer + +https://open.spotify.com/track/3jQyadhLTxpxadQlkFh2b8 +https://open.spotify.com/episode/1o8HWRR0mx5TfyxLlnKv8e +https://open.spotify.com/show/4zQKHBLkM3puG5n3jAU2H4 +https://open.spotify.com/album/0BajiiFeEZv9eEx07Hw2C0 + + +curl -d '{"jsonrpc": "2.0", "id": 1, "method": "core.playback.pause"}' http://127.0.0.1:6680/mopidy/rpc +curl -d '{"jsonrpc": "2.0", "id": 1, "method": "core.playback.resume"}' http://127.0.0.1:6680/mopidy/rpc +curl -d '{"jsonrpc": "2.0", "id": 1, "method": "core.tracklist.clear"}' http://127.0.0.1:6680/mopidy/rpc + + + ## Hardware - PHAT DAC installieren - http://www.instructables.com/id/Multiroom-Client-With-Raspberry-Pi-ZERO-and-PHAT-D/?ALLSTEPS - Lautstärke über IR regeln