« get me outta code hell

mtui - Music Text User Interface - user-friendly command line music player
about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2018-06-29Remove iacFlorrie
2018-06-29Remove fs-extraFlorrie
2018-06-29Remove cheerio, disable crawl-httpFlorrie
2018-06-26Hide/fix weird bug with empty downloaderArgsFlorrie
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-13Error handling stuffFlorrie
2018-06-13--recursive noteFlorrie
2018-06-13Fix path element not being updated for queue listingFlorrie
2018-06-13Installation docsFlorrie
2018-06-12group.comment support / new help messageFlorrie
..mentioning that you can add stuff to ~/Music to make it show up in the default mtui playlist.
2018-06-12Clean up how GrouplikeListingElement's UI worksFlorrie
2018-06-12Add name to default playlistFlorrie
2018-06-12Make default playlist crawl ~/MusicFlorrie
2018-06-12Return empty playlist for nonexistant directoriesFlorrie
2018-06-12Add bin script and some error handlingFlorrie
2018-06-12Backspace to remove item from queueFlorrie
2018-06-12Remove unnecessary selectInput(main listing)Florrie
Useful if clearQueue is called by some other function where it's not expected to change the focus. The last commit already handles the queue listing being empty, so this line isn't necessary to prevent a crash anymore.
2018-06-12Be safer about avoiding crashes w/ emptying queue while it's selectedFlorrie
E.g. simply clearing the queue (c -- although this didn't cause a crash because the clear function immediately selects the main queue) or unqueueing all items (incoming commit).
2018-06-07Update tui-libFlorrie
Added scrollbars, removed PageUp/PageDown controls
2018-06-07Fix path element not being filled on startupFlorrie
2018-06-06Change http-music paths to mtuiFlorrie
I.e. cache is now in ~/.mtui instead of ~/.http-music.
2018-06-05Dumb http crawler changesFlorrie
2018-06-05Use git.ed1.club instead of github.com for tui-lib submoduleFlorrie
2018-06-05Save current track to file / layout cleanupFlorrie
2018-06-04Escape to stop playing current trackFlorrie
E.g. queue whatever album you want to play, press escape to stop playing the current track, press 2 to focus the queue, S to shuffle, then play the first track. (If you don't stop the current track first, that track won't be shuffled with the rest.)
2018-06-04C to clear queueFlorrie
2018-06-04S to shuffle queueFlorrie
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.
2018-06-04Add GPL license fileFlorrie
2018-06-041, 2 to focus main/queue listingsFlorrie
2018-06-04Cleaner/more keybindingsFlorrie
2018-06-04Path listingFlorrie
2018-06-03Formatting typoFlorrie
2018-06-03PageUp/Down keybinding notesFlorrie
2018-06-03Fix shift-up/down crash when not playing anythingFlorrie
2018-06-03Fix issue with playing tracks directly from queueFlorrie
2018-06-03Note backspace keybindingFlorrie
2018-06-03Backspace instead of escape to leave groupFlorrie
2018-06-03Fix issue when a group being exited is the first item in its parentFlorrie
2018-06-03Escape to exit groupFlorrie
2018-06-03Don't default to library.jsonFlorrie
2018-06-02Terminal resize detectionFlorrie
2018-06-02Downloader-arg label ('from: url')Florrie
2018-06-02keybindings docFlorrie
2018-06-02DOUBLE SIGHFlorrie
2018-06-02SighFlorrie
2018-06-02readmeFlorrie
2018-06-02Keep playing track in visible in queueFlorrie
2018-06-02Shift-up/down to skip tracksFlorrie