https://github.com/nikku/hplayer
An audio drama fall asleep specialized command line based media player
https://github.com/nikku/hplayer
Last synced: 4 months ago
JSON representation
An audio drama fall asleep specialized command line based media player
- Host: GitHub
- URL: https://github.com/nikku/hplayer
- Owner: nikku
- License: mit
- Created: 2014-03-31T20:43:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-04-04T06:32:01.000Z (over 12 years ago)
- Last Synced: 2025-03-23T06:28:16.486Z (over 1 year ago)
- Language: JavaScript
- Size: 172 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hplayer
An audio drama fall asleep specialized command line based media player.
Written for NodeJS, built on top of [mpv](http://mpv.io/).
## Setup
### Install via npm
```
npm install hplayer
```
### Download and Configure VLC
Download and install a copy of [mpv](http://mpv.io/).
Configure the location of the player through the `MPV_HOME` environment variable.
## Usage
```plaintext
Usage: hplayer [options] [command]
Commands:
tag add/remove or list tags
#tag execute a command with <#tag>
Options:
-h, --help output usage information
-V, --version output the version number
```
The player offers two APIs.
Use `hplayer tag ` to add or remove tags from directories.
Use `hplayer #tagname (find|play) --random --sleep-after` to find or play songs from tagged directories.
Type `hplayer tag --help` or `hplayer #tag --help` to learn more.
## License
MIT