1
0
Fork 0
SpotifyLinuxOpen/README.md

40 lines
762 B
Markdown
Raw Permalink Normal View History

2024-03-21 04:57:09 +00:00
# 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>`
```shell
slopen https://open.spotify.com/track/4PTG3Z6ehGkBFwjybzWkR8?si=a4ec356b33fd49d3
```
2024-03-21 05:11:09 +00:00
## Install:
| **reqs:** |
| - |
| spotify |
| python |
| python-pip |
| dbus |
**From [git.orudo.ru](https://git.orudo.ru/trueold89/SpotifyLinuxOpen/releases):**
```shell
pip install https://git.orudo.ru/trueold89/SpotifyLinuxOpen/releases/download/v0.1/SpotifyLinuxOpen-0.1.tar.gz
```
**From pypi:**
```shell
pip install SpotifyLinuxOpen
```
2024-03-21 04:57:09 +00:00
## Build:
**Build python pkg**
```shell
pip install setuptools && python setup.py
```
**Install**
```shell
pip install dist/*
```