Age | Commit message (Expand) | Author |
2017-08-11 | Make group-shuffle actually work | Florrie |
2017-08-11 | Update man pages to reflect new picker changes | Florrie |
2017-08-11 | Completely re-implement pickers | Florrie |
2017-08-10 | Make pickers slightly more self-contained; add new pickers and change old one... | Florrie |
2017-08-09 | Show track up next when delete-up-next is pressed | Florrie |
2017-08-08 | Only create one converter per instance of DownloadController | Florrie |
2017-08-08 | Make keyboard controls work with caps-lock pressed | Florrie |
2017-08-08 | Fix SoX player | Florrie |
2017-08-07 | Windows support! | towerofnix |
2017-08-07 | Delete temporary files when done with them | Florrie |
2017-08-07 | Desmartify playlists in play.js | Florrie |
2017-08-05 | Skip ALL already-downloaded tracks before downloading any in download-playlist | Florrie |
2017-08-04 | Aaaaaaaaaa (fix up-next, maybe?) | Florrie |
2017-08-04 | Ah, progress | Florrie |
2017-08-04 | No need to lie | Florrie |
2017-08-04 | Remove extension from found track names in crawl-local | Florrie |
2017-08-04 | Change around some things in download-playlist | Florrie |
2017-08-04 | Crawl-http note | Florrie |
2017-08-04 | Handle failed downloads in loop-play | Florrie |
2017-08-04 | Merge branch 'master' of https://github.com/liam4/http-music | Florrie |
2017-08-04 | Remove a (hopefully???) unnecessary 'let' | Florrie |
2017-08-04 | Various changes to local crawler | Florrie |
2017-08-03 | Kill '/' when at the end of a link name in crawl-http | Florrie |
2017-08-03 | Merge branch 'master' of https://github.com/liam4/http-music | Florrie |
2017-08-03 | Fix HTTP crawler outputting {..., items: {items: [...]}} | Florrie |
2017-08-01 | Smart playlists | liam4 |
2017-07-27 | Add new "apply" feature to playlists | Liam |
2017-07-26 | Let downloader be specified manually, per-track (e.g. use youtube-dl for non-... | liam4 |
2017-07-25 | Was I even awake | liam4 |
2017-07-24 | Make commandExists actually work when a command doesn't exist | liam4 |
2017-07-24 | Fix --player not working | 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 | Update download-playlist to work with Playlist 2.0 | liam4 |
2017-07-21 | Remove old, obsolete/void function | liam4 |
2017-07-20 | YouTube playlist downloader | liam4 |
2017-07-20 | Update the CLI file mode | liam4 |
2017-07-20 | Update JS to have one main http-music command | liam4 |
2017-07-20 | Prefer album artist over artist in iTunes crawler | liam4 |
2017-07-20 | Fix a typo that makes old playlists work again | liam4 |
2017-07-19 | Change the way playlist updating works, and show track paths when I is pressed | liam4 |
2017-07-19 | Fix ordered picker | liam4 |
2017-07-18 | New option --write-playlist (alias --save) which writes active playlist to a ... | liam4 |
2017-07-18 | Make --play-opts work again (and use variable name playOpts instead of playArgs) | liam4 |
2017-07-18 | Move options above items in default playlist format | liam4 |
2017-07-18 | Do a proper clone when creating active playlist | liam4 |
2017-07-16 | Fix potential memory leak from DownloadController.once(canceled) assigned on ... | Liam |
2017-07-16 | Fix top-level of locally crawled playlists to be a grouplike | Liam |
2017-07-15 | Update makeLocalDownloader to support 'file://' strings | Liam |
2017-07-15 | Update local crawler to use Playlist 2.0 format | Liam |