An open API service indexing awesome lists of open source software.

https://github.com/badasintended/scmpv

SoundCloud wrapper for mpv player using curl and some dirty sed
https://github.com/badasintended/scmpv

mpv shell soundcloud

Last synced: 2 months ago
JSON representation

SoundCloud wrapper for mpv player using curl and some dirty sed

Awesome Lists containing this project

README

          

# scmpv
### Soundcloud wrapper for mpv player

#### Dependencies
- `curl`
- `mpv`

#### Installing/Uninstalling
```shell
#!/bin/bash
cd /path/to/working/dir/
sudo sh (un)install.sh
```

#### Usage
```shell
#!/bin/bash
scmpv [argument] [query]
# List of arguments:
# track, tracks, sound, sounds, tr, so Search for specified track
# people, artist, artists, pe, ar Search for specified artist
# album, albums, al Search for specified album
# set, sets, playlist, playlists, st, pl Search for specified playlist
```