1
0
Fork 0
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
Go to file
trueold89 f887615f1d
Update README.md
2024-03-21 08:31:15 +03:00
sllo Add setup.py && bugfix 2024-03-21 07:47:02 +03:00
.gitignore Initial commit 2024-03-21 06:36:10 +03:00
README.md Update README.md 2024-03-21 08:31:15 +03:00
setup.py Add README.md 2024-03-21 07:57:09 +03:00

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/*