prdpx7 / xplay

:notes: Play songs from terminal

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xplay

Play songs from CLI

MITlicensed PyPI version

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

Related

About

:notes: Play songs from terminal

License:MIT License


Languages

Language:Python 100.0%