Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-07 | Windows support! | towerofnix | |
(Hopefully this didn't break macOS/Linux.) | |||
2017-08-07 | Delete temporary files when done with them | Florrie | |
(safeUnlink isn't really tested) | |||
2017-07-26 | Let downloader be specified manually, per-track (e.g. use youtube-dl for ↵ | liam4 | |
non-YT links) | |||
2017-07-25 | Was I even awake | liam4 | |
2017-07-24 | Support SoX again; make 'converter' meta-downloader (converts to wav) | liam4 | |
2017-07-21 | Make some error handling for YouTube downloads | liam4 | |
2017-07-21 | Remove old, obsolete/void function | liam4 | |
2017-07-15 | Update makeLocalDownloader to support 'file://' strings | Liam | |
2017-07-14 | Finish up restoring downloaders, maybe | Liam | |
2017-07-14 | Return downloaders :sparkles: | Liam | |
2017-07-14 | Restore downloaders.js? | Liam | |
2017-06-26 | Remove downloaders | liam4 | |
2017-06-21 | Various updates.. maybe finished?? | liam4 | |
2017-06-21 | Ugh!! | liam4 | |
2017-06-13 | Output to file 'Foo Bar.mp3' instead of 'Foo%20Bar.mp3' | Liam | |
2017-06-12 | Keep downloaded filename in HTTP downloader | liam4 | |
2017-06-11 | Log track info, and more | 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 | Local file downloader | liam4 | |
2017-06-01 | YouTube downloader | liam4 | |