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
- Host: GitHub
- URL: https://github.com/badasintended/scmpv
- Owner: badasintended
- License: mit
- Created: 2019-08-07T08:44:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-08T01:11:03.000Z (almost 7 years ago)
- Last Synced: 2025-07-29T15:31:43.305Z (11 months ago)
- Topics: mpv, shell, soundcloud
- Language: Shell
- Homepage:
- Size: 8.79 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```