Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/prdpx7/xplay
- Owner: prdpx7
- License: mit
- Created: 2017-04-04T14:50:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-22T14:10:10.000Z (almost 7 years ago)
- Last Synced: 2024-11-14T01:08:57.033Z (3 months ago)
- Topics: linux, music-player, python-cli, terminal, unix
- Language: Python
- Homepage:
- Size: 1.98 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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