https://github.com/truthbk/spotifyd
Spotify collaborative listening on the shell
https://github.com/truthbk/spotifyd
Last synced: about 2 months ago
JSON representation
Spotify collaborative listening on the shell
- Host: GitHub
- URL: https://github.com/truthbk/spotifyd
- Owner: truthbk
- Created: 2012-03-05T01:07:04.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2015-08-15T02:51:51.000Z (almost 11 years ago)
- Last Synced: 2025-01-02T13:16:20.024Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 9.16 MB
- Stars: 4
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
README: spotifyd is an attempt at collaborative listening of spotify tracks on the shell, no UI necessary.
Building on Ubuntu 12.04:
- apt-get install libevent-dev libboost-dev libboost-system-dev libboost-filesystem-dev libopenal-dev libclalsadrv-dev
- build thrift:
- follow http://birchroad.wordpress.com/2011/03/15/installing-apache-thrift-in-ubuntu/, including the comments for "precise"
- apt-get install libglib2.0-dev python-all-dbg libmono-corlib1.0-cil libmono-system1.0-cil libmono-system-web2.0-cil
- dpkg -i ~/pbuilder/result/*deb
- get libspotify (or use the one from lib/)
- from https://developer.spotify.com/technologies/libspotify/
- tar xvfz libspotify*.tar.gz
- cd libspotify* && make install prefix=/usr/local
- cmake .