« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src/play.js
AgeCommit message (Expand)Author
2018-04-10Add --title-line option, for fancy tmux windowsFlorrie
2018-04-08--status-line + man for custom status linesFlorrie
2018-03-19Separate common CLI options into their own fileFlorrie
2018-03-14(play) Add -S as alias --sort-modeFlorrie
2018-03-14Add alphabetic sortFlorrie
2018-03-07Make (t) key only show information about one trackFlorrie
2018-02-26Add fancy duration graph utilityFlorrie
2018-02-22Add comment explaining what hasOpenedPlaylist doesFlorrie
2018-02-22Only open default playlist when neededFlorrie
2018-02-18Make completely new filter systemFlorrie
2018-02-18Move downloadPlaylistFromOptionValue into general-utilFlorrie
2018-02-16Make --track-display-file show SOURCE path to trackFlorrie
2018-02-12Add --track-display-file option for meme OBS livestreamsFlorrie
2018-01-24Add --playlist-string alias, update man pageFlorrie
2018-01-24MAKE DEFAULT KEYBINDINGS WORK WITH CAPS LOCKFlorrie
2017-11-27Publish smart-playlist command properlyFlorrie
2017-11-24Gracefully exit if the active playlist has no itemsFlorrie
2017-11-12Add --show-keybindings and make a string dynamicFlorrie
2017-11-09Merge branch 'master' of https://github.com/towerofnix/http-musicFlorrie
2017-11-09Let keybindings run shell commands, if --trust option is givenFlorrie
2017-11-08Only run 'top' keybinding for a specific comboFlorrie
2017-10-27Add simple setup wizard (http-music setup)Florrie
2017-10-25Make -k and -x fail when the passed group path is not perfectly foundFlorrie
2017-10-24Add --open-playlist-string optionFlorrie
2017-10-12Add --start-at option and 'track version' conceptFlorrie
2017-09-28Add --filterFlorrie
2017-09-26Add --collapse-groups optionFlorrie
2017-09-23Fix a bug where you couldn't --exclude groups added by a smart playlistFlorrie
2017-09-18Track-specific converter optionsFlorrie
2017-09-05Shuffle seedsFlorrie
2017-09-03Let users import keybindings from filesFlorrie
2017-09-03Remove a finished todoFlorrie
2017-09-03Move keybinder code into its own fileFlorrie
2017-09-03Begin commandable keybindingsFlorrie
2017-09-02Skip back/forwardsFlorrie
2017-09-02Substitute pickers2 in place of pickersFlorrie
2017-08-25Hide playback statusFlorrie
2017-08-14Use mpv-nofifo if `mkfifo` command is not foundFlorrie
2017-08-11Update man pages to reflect new picker changesFlorrie
2017-08-11Completely re-implement pickersFlorrie
2017-08-10Make pickers slightly more self-contained; add new pickers and change old one...Florrie
2017-08-09Show track up next when delete-up-next is pressedFlorrie
2017-08-08Only create one converter per instance of DownloadControllerFlorrie
2017-08-08Make keyboard controls work with caps-lock pressedFlorrie
2017-08-07Windows support!towerofnix
2017-08-07Delete temporary files when done with themFlorrie
2017-08-07Desmartify playlists in play.jsFlorrie
2017-08-04Aaaaaaaaaa (fix up-next, maybe?)Florrie
2017-08-04Ah, progressFlorrie
2017-07-24Make commandExists actually work when a command doesn't existliam4