Skip to content

stroem/spotify-deamon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REQUIREMENTS
---------------------------
- libspotify: http://developer.spotify.com/en/libspotify/overview/
	wget https://developer.spotify.com/download/libspotify/libspotify-0.0.4-linux6-i686.tar.gz
	tar xzf libspotify-*.tar.gz
	cd libspotify-*
	sudo make install prefix=/usr/local
	(export LD_LIBARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib/)

- pyspotify: http://github.com/winjer/pyspotify
	git clone http://github.com/winjer/pyspotify.git
	sudo setup.py install --prefix=/usr/local

- pygame (for ads-player):
	sudo apt-get install python-pygame
		
EXECUTE
---------------------------
$ python client.py -u USERNAME -p PASSWORD

only works with premium accounts

About

deamon for spotify in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages