All Projects → joelpurra → npshell

joelpurra / npshell

Licence: GPL-3.0 license
Command line music queue manager. A music player from the comfort of your own shell.

Programming Languages

shell
77523 projects
Roff
2310 projects

Projects that are alternatives of or similar to npshell

cmdr
POSIX-compliant command-line UI (CLI) parser and Hierarchical-configuration operations
Stars: ✭ 94 (+526.67%)
Mutual labels:  daemon, command-line-interface
amperfy
Amperfy is an iOS app to play songs from an Ampache or Subsonic server
Stars: ✭ 117 (+680%)
Mutual labels:  music-player
drop
A LÖVE visualizer and music player
Stars: ✭ 17 (+13.33%)
Mutual labels:  music-player
TonUINO
Alternative TonUINO Firmware
Stars: ✭ 112 (+646.67%)
Mutual labels:  music-player
RN-Music-Player
A simple & elegant music player made in React Native
Stars: ✭ 59 (+293.33%)
Mutual labels:  music-player
ctrmus
3DS Music Player
Stars: ✭ 73 (+386.67%)
Mutual labels:  music-player
pypi-command-line
A powerful, colorful, beautiful command-line-interface for pypi.org
Stars: ✭ 32 (+113.33%)
Mutual labels:  command-line-interface
GChan
Scrape boards and threads from 4chan (8kun WIP). Downloads images, videos and HTML if desired.
Stars: ✭ 31 (+106.67%)
Mutual labels:  daemon
ReactNative-Challenge-7
A series of animation challenges in React Native.
Stars: ✭ 16 (+6.67%)
Mutual labels:  music-player
vps host server
VPS Hosting Server Daemon for provisioning, monitoring, and communications with the central system.
Stars: ✭ 12 (-20%)
Mutual labels:  daemon
NetEaseCloudMusic
网易云音乐 iPhone 版本的山寨。具备登录,查看歌曲列表,查看流行榜单,歌单等。
Stars: ✭ 34 (+126.67%)
Mutual labels:  music-player
savepagenow
A simple Python wrapper and command-line interface for archive.org’s "Save Page Now" capturing service
Stars: ✭ 140 (+833.33%)
Mutual labels:  command-line-interface
musique
C'est très élégant
Stars: ✭ 91 (+506.67%)
Mutual labels:  music-player
MusicStream
A NodeJS server and web client for streaming music (and videos) to your network
Stars: ✭ 22 (+46.67%)
Mutual labels:  music-player
audioStreamDemo
A music player created in swift using AVPlayer to stream audio from server.
Stars: ✭ 33 (+120%)
Mutual labels:  music-player
diagrams-braille
Render diagrams to Braille
Stars: ✭ 21 (+40%)
Mutual labels:  command-line-interface
node-cli-boilerplate
🪓 Create node cli with this user friendly boilerplate
Stars: ✭ 17 (+13.33%)
Mutual labels:  command-line-interface
MusicPlayer
A Telegram Music Bot written in Python using Pyrogram and Py-Tgcalls. This is Also The Source Code of The UserBot Which is Playing Music in @S1-BOTS Support Group ❤️
Stars: ✭ 218 (+1353.33%)
Mutual labels:  music-player
funcd
Daemon for functional keys (works without X11)
Stars: ✭ 14 (-6.67%)
Mutual labels:  daemon
Appo-Music
A full-stack clone of the incredible Apple Music online streaming platform, with an aim to re-create it's core features, seamless design, and excellent user experience.
Stars: ✭ 82 (+446.67%)
Mutual labels:  music-player

npshell np -- command line music queue manager

Keep a daemon running in the background. Add sounds to a queue. Let the daemon play the sweet music for you. All from the comfort of your own shell.

npshell in action

  • Strictly command line based for extra nerd credits.
  • Adds sounds from deep folder structures by default.
  • Control music playback daemon from any terminal window.
  • Displays song paths relative to $PWD.
  • Optional system notifications displaying the path or id3v2 tags.
  • Creates cached/index files to handle large sound libraries, useful on slow disks and network drives.
  • Works on Mac OS X, Linux, and similar systems.

Installation

See INSTALL.md for Linux, other systems, and manual steps as well as how to enable notifications.

On Mac with Homebrew:

brew tap joelpurra/joelpurra
brew install npshell
brew services start npshell

Get started

See USAGE.md for the full list of command and configuration with examples.

Everyday usage, assuming np daemon has been started elsewhere:

cd Music/     # Go to a folder with some sounds.
np add 10     # Add 10 shuffled sounds from current folder hierarchy.
np next       # Play next sound.
np            # Display the currently playing sound.
np list       # List sounds in queue.
              # Add an album by folder path.
np add all in-order "Jazz/My Favorite Album/"
Convenient aliases

Save a keystroke or two, at least until tab completion is... completed. Add to your ~/.bash_profile or similar autoexecuted file of your choice.

alias npa='np add'
alias npn='np next'
alias npl='np list'

Copyright (c) 2014, 2015, 2016, 2017 Joel Purra. Released under GNU General Public License version 3.0 (GPL-3.0).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].