Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2017-06-04 | Sort local crawl | liam4 | |
2017-06-04 | Local downloader | liam4 | |
2017-06-04 | Local file downloader | liam4 | |
2017-06-03 | Async option handlers should work under aliases | liam4 | |
2017-06-01 | YouTube downloader | liam4 | |
2017-06-01 | --play-opts | liam4 | |
2017-06-01 | Better download file naming | liam4 | |
2017-05-31 | Tempfiles were done | liam4 | |
2017-05-31 | Generally improve how scripts and running works | liam4 | |
2017-05-31 | Big bad bug fix | liam4 | |
2017-05-31 | Use system tempfiles instead of fake temporary files | liam4 | |
2017-05-31 | General improvements | liam4 | |
2017-05-31 | Progress | Liam | |
2017-05-31 | Modularize it all | Liam | |
2017-05-31 | Unlink as well | Liam | |
2017-05-31 | Use util.promisify instead of mz/fs | Liam | |
One day I go from the deprecated fs-promise module to the mz/fs module, the next day Node.js v8.0.0 is released with the new util.promisify function.. Must I change to a new technology literally every day? :) | |||
2017-05-31 | Aliases, and maybe a bug fix | liam4 | |
2017-05-30 | This is probably done as of 8be1169325df4cc5697f990825744b6418296407 | liam4 | |
2017-05-30 | Use mz/fs instead of fs-promise | liam4 | |
2017-05-30 | Fix a stupid mistake in recursive crawler | liam4 | |
2017-05-30 | Better recursive crawler | liam4 | |
2017-05-30 | Remove files after playing again | liam4 | |
2017-05-30 | --picker <shuffle|ordered> | liam4 | |
2017-05-30 | Ordered playback | liam4 | |
2017-05-30 | Preemptive track downloading | liam4 | |
2017-05-30 | Crawl links | liam4 | |
2017-05-29 | Readme | liam4 | |
2017-05-29 | General update | liam4 | |
2017-05-29 | Initial commit | liam4 | |