« 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/http-music.js
AgeCommit message (Collapse)Author
2017-07-13Let playlists be downloaded from HTTP(S) serversLiam
2017-07-08Add --selector alias for --pickerLiam
2017-06-26Clean-up and suchliam4
2017-06-26Remove downloadersliam4
2017-06-26Fix a silly issue in openPlaylistliam4
2017-06-26Controls for pause/play, seek, and volumeliam4
2017-06-26Fix a crash from having "options" in the default playlist.json fileliam4
Essentially it would try to run processArgv(.options, optionFunctions) before optionFunctions is defined. This was solved by moving the call that would cause that to happen after optionFunctions is defined.
2017-06-26Store options in playlists (e.g. --downloader local)liam4
2017-06-26Make automatic playlist.json open equivalent to using --open optionliam4
2017-06-21Various updates.. maybe finished??liam4
2017-06-11Nobody is really sure, but it's speculated that there were logic ↵liam4
improvements and smarter/more evil terminal logging
2017-06-11Log track info, and moreliam4
2017-06-11Add a bunch of code commenting, and a skip up-next methodliam4
2017-06-11Beginnings of keyboard controlsliam4
2017-06-11Rename play.js -> http-music.jsliam4
I'm not sure if it should maybe be index.js or main.js, though..?