« 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 (Expand)Author
2017-07-16Fix top-level of locally crawled playlists to be a grouplikeLiam
2017-07-15Update makeLocalDownloader to support 'file://' stringsLiam
2017-07-15Update local crawler to use Playlist 2.0 formatLiam
2017-07-15Update HTTP crawler to use Playlist 2.0 formatLiam
2017-07-15Update iTunes crawler to use Playlist 2.0 format; now shows convenient error ...Liam
2017-07-15Fix up http-music.js's controls and optionsLiam
2017-07-15Begin updating the playlist formatLiam
2017-07-14Finish up restoring downloaders, maybeLiam
2017-07-14Return downloaders :sparkles:Liam
2017-07-14Restore downloaders.js?Liam
2017-07-13Merge branch 'master' of https://github.com/liam4/http-musicLiam
2017-07-13Let playlists be downloaded from HTTP(S) serversLiam
2017-07-08Add --selector alias for --pickerLiam
2017-07-010-based indexing is for.. JavaScriptersliam4
2017-07-01iTunes crawlerliam4
2017-06-26Clean-up and suchliam4
2017-06-26Remove downloadersliam4
2017-06-26Fix a silly issue in openPlaylistliam4
2017-06-26Controls for pause/play, seek, and volumeliam4
2017-06-26The beginnings of using mpv instead of SoX playliam4
2017-06-26Fix a crash from having "options" in the default playlist.json fileliam4
2017-06-26Remove unused require('stream')liam4
2017-06-26Merge branch 'master' of https://github.com/liam4/http-musicliam4
2017-06-26Store options in playlists (e.g. --downloader local)liam4
2017-06-26Make automatic playlist.json open equivalent to using --open optionliam4
2017-06-21Merge branch 'workspace'liam4
2017-06-21Fix a crash, I think??liam4
2017-06-21Various updates.. maybe finished??liam4
2017-06-21Ugh!!liam4
2017-06-21Various updates to HTTP crawlerliam4
2017-06-16Make max crawl-http download attempts settable by userLiam
2017-06-13Output to file 'Foo Bar.mp3' instead of 'Foo%20Bar.mp3'Liam
2017-06-12Fix a filter issueLiam
2017-06-12Case-insensitive group matchingliam4
2017-06-12Keep downloaded filename in HTTP downloaderliam4
2017-06-12Check if format is supported before convertingliam4
2017-06-12Spooks and baddies with ffprobeliam4
2017-06-11Nobody is really sure, but it's speculated that there were logic improvements...liam4
2017-06-11Log track info, and moreliam4
2017-06-11Add a bunch of code commenting, and a skip up-next methodliam4
2017-06-11Loop-play.js cleanupliam4
2017-06-11Beginnings of keyboard controlsliam4
2017-06-11Rename play.js -> http-music.jsliam4
2017-06-08Help messageliam4
2017-06-04Generally optimize downloads (less file copying)liam4
2017-06-04Fix the spooky youtube-dl problemliam4
2017-06-04Make http-crawl work betterliam4
2017-06-04curPlaylist -> activePlaylistliam4
2017-06-04Natural sort in local crawlliam4
2017-06-04Make things work even without a playlist.jsonliam4