mirror for docker/* tags

Colm 364f912885 Update README.md 7 tahun lalu
audio 3a18d1f91d Update Cargo.lock, use hyper, libpulse-sys and lewton from crates.io. 7 tahun lalu
cache 85c1925f8d Fixes compilation errors 9 tahun lalu
contrib d01b7a4736 Add aarch64 as a cross-compilation target (#194) 7 tahun lalu
core 5302bd1072 Merge pull request #6 from brain0/work 7 tahun lalu
docs 9e495d6fd7 Add AP fallback to protocol docs 8 tahun lalu
examples 2846d3acfd Fix the play example 7 tahun lalu
metadata 030b318a9c fix crash for artists without tracks (closes #103) (#256) 7 tahun lalu
protocol e109de2001 fix protobuf checksum (#257) 7 tahun lalu
src 5302bd1072 Merge pull request #6 from brain0/work 7 tahun lalu
.dockerignore a4ad1e7757 Add git to the Dockerfile 8 tahun lalu
.gitignore a42752af2f Update dependencies. 9 tahun lalu
.travis.yml ddfc28f99f Increase required Rust version to 1.17.0. 7 tahun lalu
Cargo.lock f5d8019c18 Add proper error handling to the pulseaudio backend and ensure that no invalid pointers are passed to pulseaudio 7 tahun lalu
Cargo.toml f5d8019c18 Add proper error handling to the pulseaudio backend and ensure that no invalid pointers are passed to pulseaudio 7 tahun lalu
LICENSE a993b60ffa Initial commit. 10 tahun lalu
README.md 364f912885 Update README.md 7 tahun lalu
build.rs bf60f6e7ab Create new librespot-core crate 7 tahun lalu

README.md

Build Status

librespot

librespot is an open source client library for Spotify. It enables applications to use Spotify's service, without using the official but closed-source libspotify. Additionally, it will provide extra features which are not available in the official library.

Note: librespot only works with Spotify Premium

This fork

As the origin by plietar is no longer actively maintained I wanted to have a place for a version of librespot with other peoples forks and features merged.

Wiki

More information can befound in the wiki

Building

Rust 1.17.0 or later is required to build librespot.

If you are building librespot on macOS, the homebrew provided rust may fail due to the way in which homebrew installs rust. In this case, uninstall the homebrew version of rust and use rustup, and librespot should then build.

It also requires a C, with portaudio.

On debian / ubuntu, the following command will install these dependencies :

sudo apt-get install build-essential portaudio19-dev

On Fedora systems, the following command will install these dependencies :

sudo dnf install portaudio-devel make gcc

On macOS, using homebrew :

brew install portaudio

Once you've cloned this repository you can build librespot using cargo.

cargo build --release

Usage

A sample program implementing a headless Spotify Connect receiver is provided. Once you've built librespot, run it using :

target/release/librespot --name DEVICENAME 

Disclaimer

Using this code to connect to Spotify's API is probably forbidden by them. Use at your own risk.

Contact

Come and hang out on gitter if you need help or want to offer some. https://gitter.im/sashahilton00/spotify-connect-resources

License

Everything in this repository is licensed under the MIT license.