« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
path: root/crawlers.js
AgeCommit message (Collapse)Author
2023-05-13skip .DS_Store, .git in crawl-local(quasar) nebula
2023-05-13use ESM module syntax & update tui-lib(quasar) nebula
Exciting update! This doesn't make any substantial changes exactly but does update the most quickly-archaic parts of older Node code.
2021-08-14handy combine-album.js utility(quasar) nebula
this isn't exposed via the mtui command so like, just run it directly with node right now lol (this commit also makes "." parse in timestamp positions)
2020-07-17use better package for natural sortingFlorrie
2020-07-03make crawl-local accept some common video formatsFlorrie
2020-07-03make locally opened playlists have a group name!Florrie
2020-02-15cli args (bass boost ur music)Florrie
$ mtui --player sox --player-options bass +25 \;
2019-10-15(o) to open through system; show non-music filesFlorrie
2019-01-09Add flac to crawl-local extension listFlorrie
2018-12-23HTTP crawler stuffFlorrie
Basically, support for cors-anywhere. (Cherry-picked from web-mtui branch)
2018-07-05'A YouTube playlist'Florrie
2018-07-03Misc. error messages in crawlersFlorrie
2018-07-03Expand ~ in local crawlFlorrie
2018-06-29Remove cheerio, disable crawl-httpFlorrie
2018-06-26Pass YouTube playlist URLs directly to mtuiFlorrie
Or any other crawler argument, and it'll (try to) guess which crawler you want to use automatically. Handy!
2018-06-26File:// support in crawl-localFlorrie
2018-06-12Return empty playlist for nonexistant directoriesFlorrie
2018-06-05Dumb http crawler changesFlorrie
2018-06-04Smart playlistsFlorrie
Basically directly pulled from http-music. Want to make a nice UI for this eventually ("opening playlist..." popup dialog), but not for now.