Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
/ spotimote Public archive

Python Spotify remote control using the Spotimote server

Notifications You must be signed in to change notification settings

wolph/spotimote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Spotimote

Python Spotify remote control using the Spotimote server

This library can control the Spotimote (http://www.nodria.com/) server using Python. It can automatically detect the running Spotimote server and can be called like this:

python spotimote.py play_pause python spotimote.py next python spotimote.py prev python spotimote.py shuffle python spotimote.py repeat python spotimote.py volume_up python spotimote.py volume_down

Or without autodetection of the host:

python spotimote.py --host 192.168.0.2 --port 5116 volume_down

To use it as a library:

# Setup the spotimote library from spotimote import Spotimote spotimote = Spotimote()

# Play the next song spotimote.next()

# Or scan for spotimote servers print 'Hosts:', list(spotimote.detect())

About

Python Spotify remote control using the Spotimote server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published