A simple cli-utility that allows you to open "open.spotify.com" in the Spotify desktop client on Linux
https://git.orudo.ru/trueold89/SpotifyLinuxOpen
trueold89 f887615f1d | ||
---|---|---|
sllo | ||
.gitignore | ||
README.md | ||
setup.py |
README.md
SpotifyLinuxOpen
A simple cli-utility that allows you to open "open.spotify.com" in the Spotify desktop client on Linux
Usage:
Link: https://open.spotify.com/<type>/<id>
slopen https://open.spotify.com/track/4PTG3Z6ehGkBFwjybzWkR8?si=a4ec356b33fd49d3
Install:
reqs: |
---|
spotify |
python |
python-pip |
dbus |
From git.orudo.ru:
pip install https://git.orudo.ru/trueold89/SpotifyLinuxOpen/releases/download/v0.1/SpotifyLinuxOpen-0.1.tar.gz
From pypi:
pip install SpotifyLinuxOpen
Build:
Build python pkg
pip install setuptools && python setup.py
Install
pip install dist/*