Library to control Spotimote from Python
Project description
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())
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file spotimote-1.0.tar.gz
.
File metadata
- Download URL: spotimote-1.0.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 730d2403d45db1bd5ff8de4f4aa89c625504201259ea901a05209c8a43e9942f |
|
MD5 | 5b5eec382916545adccc31037bf4a9d5 |
|
BLAKE2b-256 | d98364fdb38d65a91b0bede4523a9ce6cd9413d2fa0bc9363f45bb4b99daf9ee |