GithubHelp home page GithubHelp logo

spotifyd-http's Introduction

DEPRECATED

I have stopped working on this API as Spotify have released an official API with a similar use case: https://developer.spotify.com/web-api/web-api-connect-endpoint-reference/

Spotifyd-http

This web server remote controls Spotify Connect devices via HTTP requests.

Methods

These are the currently supported methods:

GET /devices

Returns a list of device ID/Name pairs.

PUT /device_id/{play, pause, next, prev}

Plays, pauses, skips, and returns to previous song.

{GET, PUT, POST} /device_id/tracks

Gets, replaces, or appends tracks to the playlist. The PUT and POST take one or more id parameters. Example:

TRACKS="id=2BhU0Hl5OatWiCW93pE2b8&id=731OW49heGHCMrMOREHYlY&id=6zAPaRDoT99ThFtIXUJwhO"
curl -X POST -d "$TRACKS" 127.0.0.1:6767/device_id/tracks

spotifyd-http's People

Contributors

gjtorikian avatar simonpersson avatar tavalin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.