« get me outta code hell

http-music - Command-line music player + utils (not a server!)
about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2017-08-11CleanupFlorrie
2017-08-11Make group-shuffle actually workFlorrie
2017-08-11Update man pages to reflect new picker changesFlorrie
2017-08-11Completely re-implement pickersFlorrie
2017-08-10Make pickers slightly more self-contained; add new pickers and change old ↵Florrie
ones, which now support just about any spelling variant
2017-08-09Show track up next when delete-up-next is pressedFlorrie
2017-08-08Only create one converter per instance of DownloadControllerFlorrie
This also makes the message "using (ffmpeg|avconv) converter" appear once (upon startup).
2017-08-08Make keyboard controls work with caps-lock pressedFlorrie
2017-08-08Fix SoX playerFlorrie
2017-08-07Windows support!towerofnix
(Hopefully this didn't break macOS/Linux.)
2017-08-07Delete temporary files when done with themFlorrie
(safeUnlink isn't really tested)
2017-08-07Desmartify playlists in play.jsFlorrie
2017-08-05Skip ALL already-downloaded tracks before downloading any in download-playlistFlorrie
2017-08-04Aaaaaaaaaa (fix up-next, maybe?)Florrie
2017-08-04Ah, progressFlorrie
2017-08-04No need to lieFlorrie
2017-08-04Remove extension from found track names in crawl-localFlorrie
2017-08-04Change around some things in download-playlistFlorrie
2017-08-04Crawl-http noteFlorrie
2017-08-04Handle failed downloads in loop-playFlorrie
2017-08-04Merge branch 'master' of https://github.com/liam4/http-musicFlorrie
2017-08-04Remove a (hopefully???) unnecessary 'let'Florrie
2017-08-04Various changes to local crawlerFlorrie
2017-08-03Kill '/' when at the end of a link name in crawl-httpFlorrie
2017-08-03Merge branch 'master' of https://github.com/liam4/http-musicFlorrie
2017-08-03Fix HTTP crawler outputting {..., items: {items: [...]}}Florrie
2017-08-01Smart playlistsliam4
2017-07-27Add new "apply" feature to playlistsLiam
See https://gist.github.com/liam4/cd7465a82c8b367eef221e61c3b6186e. Though not tested, this should work even on old/mixed playlists, e.g.: https://gist.github.com/liam4/2cad8630d5df4cf0014cb9acd0d76115
2017-07-26Let downloader be specified manually, per-track (e.g. use youtube-dl for ↵liam4
non-YT links)
2017-07-25Was I even awakeliam4
2017-07-24Make commandExists actually work when a command doesn't existliam4
2017-07-24Fix --player not workingliam4
2017-07-24Support SoX again; make 'converter' meta-downloader (converts to wav)liam4
2017-07-21Make some error handling for YouTube downloadsliam4
2017-07-21Update download-playlist to work with Playlist 2.0liam4
2017-07-21Remove old, obsolete/void functionliam4
2017-07-20YouTube playlist downloaderliam4
2017-07-20Update the CLI file modeliam4
2017-07-20Update JS to have one main http-music commandliam4
2017-07-20Prefer album artist over artist in iTunes crawlerliam4
2017-07-20Fix a typo that makes old playlists work againliam4
(This is why unit testing is important)
2017-07-19Change the way playlist updating works, and show track paths when I is pressedliam4
2017-07-19Fix ordered pickerliam4
2017-07-18New option --write-playlist (alias --save) which writes active playlist to a ↵liam4
file; updated man page
2017-07-18Make --play-opts work again (and use variable name playOpts instead of playArgs)liam4
2017-07-18Move options above items in default playlist formatliam4
2017-07-18Do a proper clone when creating active playlistliam4
2017-07-16Fix potential memory leak from DownloadController.once(canceled) assigned on ↵Liam
every .download()
2017-07-16Fix top-level of locally crawled playlists to be a grouplikeLiam
2017-07-15Update makeLocalDownloader to support 'file://' stringsLiam