« 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/ui.js
AgeCommit message (Collapse)Author
2018-07-04Stub newGrouplikeListingFlorrie
2018-07-04Stub tabberFlorrie
2018-07-04Fix wrong element being selected on groups w/o parentsFlorrie
2018-07-04focused -> selectedFlorrie
2018-07-03Ctrl-O to open a prompt for loading a playlistFlorrie
2018-07-02Misc. control changesFlorrie
No more JKL controls (left, pause, right). P and N mean prev/next. (P used to mean pause.)
2018-07-02Shift-Q to shuffle and queue selected groupFlorrie
2018-06-26Hide/fix weird bug with empty downloaderArgsFlorrie
2018-06-13Error handling stuffFlorrie
2018-06-13Fix path element not being updated for queue listingFlorrie
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-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-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-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-041, 2 to focus main/queue listingsFlorrie
2018-06-04Path listingFlorrie
2018-06-03Fix shift-up/down crash when not playing anythingFlorrie
2018-06-03Fix issue with playing tracks directly from queueFlorrie
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-02Downloader-arg label ('from: url')Florrie
2018-06-02Keep playing track in visible in queueFlorrie
2018-06-02Shift-up/down to skip tracksFlorrie
2018-06-02Make space pause (if a track is playing)Florrie
2018-06-01Don't do anything when attempting to download a groupFlorrie
2018-06-01Only call buildItems once when a group is queuedFlorrie
2018-06-01Fix queued groups moving played track to end of queueFlorrie
2018-06-01Format groups differentlyFlorrie
2018-06-01Play on selectFlorrie
2018-06-01Make sure group is visible when it's auto-selectedFlorrie
2018-06-01Select old group when going out of itFlorrie
2018-05-31Don't select 'up' button by defaultFlorrie
2018-05-31Queue whole groupFlorrie
2018-05-31Group browseFlorrie
2018-05-31Playback indicatorFlorrie
2018-05-31Seek controlsFlorrie
2018-05-30Fix duplicate sound problem, hopefullyFlorrie
2018-05-30QueueFlorrie
2018-05-30Automatically play next trackFlorrie
2018-05-30InteractivityFlorrie
2018-05-30UI UI UI UI UIFlorrie