invade
v0.0.6
Published
A command-line interface for the multiparty music-player 'screeninvader'
Downloads
4
Readme
ScreenInvader-CLI
Remote CLI for the ScreenInvader
This is a remote CLI for the ScreenInvader. It's written in Node and depends on Commander.js, valid-url and promptly.
Installation
npm install -g invade
Usage
$ invade -h
Usage: invade [options]
Remote CLI for the ScreenInvader
Options:
-h, --help output usage information
-V, --version output the version number
-a, --add <url> Add item to ScreenInvader
-v, --volume <0>..<100> Set ScreenInvader volume
-j, --jump <0>..<i> Jump to specific item in playlist
-r, --remove <0>..<i> Remove specific item from playlist
-l, --list Shows current playlist
-p, --play Play/pause
-n, --next Jump forward one item on the playlist
-P, --previous Jump back one item on the playlist