« 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/crawl-local.js
AgeCommit message (Collapse)Author
2018-03-03Add MOD files to crawl-localFlorrie
2017-10-27Add simple setup wizard (http-music setup)Florrie
..and create/update related man pages. Try it!
2017-09-11Ignore filename case in crawl-localFlorrie
The array ['banana', 'Rainbows!!', 'Abstract', 'kangaroo'].. ..would previously be sorted as ['Abstract', 'Rainbows!!', 'banana', 'kangaroo'].. ..but that was clearly wrong; it's now sorted as ['Abstract', 'banana', 'kangaroo', 'Rainbows!!'].
2017-08-04No need to lieFlorrie
2017-08-04Remove extension from found track names in crawl-localFlorrie
2017-08-04Various changes to local crawlerFlorrie
2017-08-01Smart playlistsliam4
2017-07-20Update JS to have one main http-music commandliam4
2017-07-16Fix top-level of locally crawled playlists to be a grouplikeLiam
2017-07-15Update local crawler to use Playlist 2.0 formatLiam
2017-06-04Natural sort in local crawlliam4
2017-06-04Make crawl-local.js executableliam4
2017-06-04Sort local crawlliam4
2017-06-04Local downloaderliam4