Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-26 | Controls for pause/play, seek, and volume | liam4 | |
2017-06-26 | The beginnings of using mpv instead of SoX play | 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 | Remove unused require('stream') | liam4 | |
2017-06-26 | Whoaaa | liam4 | |
2017-06-26 | Haha, the one commit I was behind fixed it | liam4 | |
2017-06-26 | Merge branch 'master' of https://github.com/liam4/http-music | liam4 | |
2017-06-26 | Add a note about that one bug | liam4 | |
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 | Merge branch 'workspace' | liam4 | |
2017-06-21 | Fix a crash, I think?? | liam4 | |
2017-06-21 | Ignore out/ folder | liam4 | |
2017-06-21 | Various updates.. maybe finished?? | liam4 | |
2017-06-21 | Ugh!! | liam4 | |
2017-06-21 | Various updates to HTTP crawler | liam4 | |
2017-06-16 | Actually add new crawl-http man page to package.json | Liam | |
2017-06-16 | Add new crawl-http man page to package.json | Liam | |
2017-06-16 | Obliterate wynn.json, and maybe playlist files forever | Liam | |
2017-06-16 | Make max crawl-http download attempts settable by user | Liam | |
2017-06-16 | Update todo.txt | Liam | |
2017-06-13 | Output to file 'Foo Bar.mp3' instead of 'Foo%20Bar.mp3' | Liam | |
2017-06-13 | Fix old crawl command name in demo | Liam | |
I can't believe I'm actually committing from the GitHub website. (At least it's through a phone; that's definitely a good excuse!) | |||
2017-06-12 | Fix a filter issue | Liam | |
2017-06-12 | Case-insensitive group matching | liam4 | |
2017-06-12 | Keep downloaded filename in HTTP downloader | liam4 | |
2017-06-12 | Check if format is supported before converting | liam4 | |
2017-06-12 | Spooks and baddies with ffprobe | liam4 | |
2017-06-12 | Notes | liam4 | |
2017-06-11 | Note man page for more sane documentation reading | liam4 | |
2017-06-11 | NOBODY SAW THOSE AHAHAHAH | 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 | Loop-play.js cleanup | 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..? | |||
2017-06-10 | Add license | liam4 | |
2017-06-10 | Another idea | liam4 | |
2017-06-08 | Help message | liam4 | |
2017-06-06 | A couple of ideas | liam4 | |
2017-06-04 | Generally optimize downloads (less file copying) | liam4 | |
Basically all we do is let downloaders specify the output file, rather than be forced to download or copy into a specific given file. Since avconv/convert automatically gets us the displayed file name we want anyways (shown in play), this doesn't change anything visible to the user, but does make things faster. | |||
2017-06-04 | Fix the spooky youtube-dl problem | liam4 | |
2017-06-04 | Make http-crawl work better | liam4 | |
Before this URL wouldn't work: http://billwurtz.com/exerpt.html | |||
2017-06-04 | curPlaylist -> activePlaylist | liam4 | |
2017-06-04 | Natural sort in local crawl | liam4 | |
2017-06-04 | Make things work even without a playlist.json | liam4 | |
2017-06-04 | Make crawl-local.js executable | liam4 | |
2017-06-04 | Docs and whatnot | liam4 | |
2017-06-04 | Clean up todo | liam4 | |
There's nothing to clean up anymore, so that goal isn't relevant. |