Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-26 | Clean-up and such | liam4 | |
2017-06-26 | Remove downloaders | liam4 | |
2017-06-26 | Fix a silly issue in openPlaylist | liam4 | |
2017-06-26 | Controls for pause/play, seek, and volume | liam4 | |
2017-06-26 | Fix a crash from having "options" in the default playlist.json file | liam4 | |
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-26 | Store options in playlists (e.g. --downloader local) | liam4 | |
2017-06-26 | Make automatic playlist.json open equivalent to using --open option | liam4 | |
2017-06-21 | Various updates.. maybe finished?? | liam4 | |
2017-06-11 | Nobody is really sure, but it's speculated that there were logic ↵ | liam4 | |
improvements and smarter/more evil terminal logging | |||
2017-06-11 | Log track info, and more | liam4 | |
2017-06-11 | Add a bunch of code commenting, and a skip up-next method | liam4 | |
2017-06-11 | Beginnings of keyboard controls | liam4 | |
2017-06-11 | Rename play.js -> http-music.js | liam4 | |
I'm not sure if it should maybe be index.js or main.js, though..? |