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
|
|
|
|
```
|
|
|
|
|
|
|
|
|
2024-03-21 04:57:09 +00:00
|
|
|
## Build:
|
|
|
|
|
|
|
|
**Build python pkg**
|
|
|
|
```shell
|
|
|
|
pip install setuptools && python setup.py
|
|
|
|
```
|
|
|
|
**Install**
|
|
|
|
```shell
|
|
|
|
pip install dist/*
|
|
|
|
```
|