Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/prdpx7/xplay

:notes: Play songs from terminal
https://github.com/prdpx7/xplay

linux music-player python-cli terminal unix

Last synced: 2 months ago
JSON representation

:notes: Play songs from terminal

Awesome Lists containing this project

README

        

# xplay

> Play songs from CLI

[![MITlicensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://raw.githubusercontent.com/prdpx7/xplay/master/LICENSE)
[![PyPI version](https://badge.fury.io/py/xplay.svg)](https://badge.fury.io/py/xplay)

## Installation
```
pip install xplay
```
## Usage
```
$ xplay -h
usage: xplay [-h] [-s SET] [-g GENRE [GENRE ...]] [-a ARTIST [ARTIST ...]]
[-t TITLE [TITLE ...]]

Play any song from terminal

optional arguments:
-h, --help show this help message and exit
-s SET, --set SET set music_dir folder, default is ~/Music/
-g GENRE [GENRE ...], --genre GENRE [GENRE ...]
play song of the given genre
-a ARTIST [ARTIST ...], --artist ARTIST [ARTIST ...]
play song of the given artist
-t TITLE [TITLE ...], --title TITLE [TITLE ...]
play song of the given title
```
## Screencast
![GithubSnap](./screencast.gif)
## Related
* [musicquery](https://github.com/prdpx7/musicquery) package