« 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/todo.txt
AgeCommit message (Collapse)Author
2023-05-15WIP socket shenanigans(quasar) nebula
this commit is mostly trash lol
2023-05-14new GhostPlayer class & support 👻(quasar) nebula
This also makes the UI not explode when duration strings aren't available for progress bar display, and shows getTimeStringsFromSec how to handle that.
2023-05-13tododododododo(quasar) nebula
2023-05-13Merge branch 'main' into socket-mtui(quasar) nebula
And also get most of it working wow.
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.
2022-06-01miscellaneous improvements to queue looping(quasar) nebula
2021-10-10update controls to loop queue on last track(quasar) nebula
2021-10-10"Loop mode" option: no loop, loop, shuffle(quasar) nebula
This also reorganizes the menubar options a little.
2021-08-14json todo(quasar) nebula
2021-08-06get fractional playback pos & duration from mpv(quasar) nebula
This fixes a side-effect of timestamp files with fractional timestamps: mtui always used to assume it was at .000 of the current second, so it would briefly highlight the previous timestamp before completely passing the second the timestamp starts within.
2021-08-06reveal in queue(quasar) nebula
2021-08-06order: alphabetize order of groups(quasar) nebula
2021-07-17make next/previous buttons pay heed to timestamps!(quasar) nebula
2021-07-17auto expand/collapse timestamps (for SQP)(quasar) nebula
2021-07-17show relative timestamp info in queue sidebar!(quasar) nebula
2021-07-17fix playOrSeek messing with queue order(quasar) nebula
2021-07-17show playback icon next to current timestamp(quasar) nebula
2021-07-13timestamp files!!!(quasar) nebula
2021-04-26synchronize shared sources on join + other stuff(quasar) nebula
2021-04-25naughty hack for context menu in playlist sources(quasar) nebula
...plus a todo detailing what should be better
2021-04-25too doos(quasar) nebula
2021-04-23identifier per socket connection(quasar) nebula
2021-04-22"party sources" ui (no socket functionality yet)(quasar) nebula
2021-04-03getNameWithoutTrackNumber algorithm improvements(quasar) nebula
2021-03-15todo updates!(quasar) nebula
2020-09-16rework mark/selection system(quasar) nebula
No more issues with duplicate tracks, and way more power to the user regardless of the interface they use or their experience with the mark/selection system!
2020-09-16todo updates(quasar) nebula
2020-09-16cancel jump-to when selecting outside of listing(quasar) nebula
2020-09-15rename "song" terminology to "track"(quasar) nebula
We've always used "track" as the proper term, but these managed to slip by over time anyway. Oops!
2020-09-15"Before selected [track]" queue option(quasar) nebula
note: this is actually "Before selected song" but the next commit changes much-outdated "song" terminology in the UI to "track"
2020-09-15show child when opening group from path element(quasar) nebula
2020-09-15better hiding track numbering in queue(quasar) nebula
2020-07-17use better package for natural sortingFlorrie
2020-07-03make locally opened playlists have a group name!Florrie
2020-05-06make the queue listing a little widerFlorrie
this should help make the wider length label fit better!
2020-05-03show queue length in collapsed progress infoFlorrie
2020-05-03remember scroll position of each groupFlorrie
2020-05-03clean up some context menu logic to fix reveal bugFlorrie
2020-04-30fix process-metadata pausing context menuFlorrie
2020-04-23new feature: autoscroll!Florrie
2020-04-18comment out notes and labels features... For Now™Florrie
2020-04-16add new todoFlorrie
2020-04-06Auto-DJFlorrie
2020-03-13display duration in track context menuFlorrie
2020-02-15cli args (bass boost ur music)Florrie
$ mtui --player sox --player-options bass +25 \;
2020-02-04remove mkfifo; use socat insteadFlorrie
2019-11-10Fix queue listing improperly showing/hiding notesFlorrie
2019-10-28^E to edit notes of selected track/groupFlorrie
2019-10-28Context menu for creating/editing notes filesFlorrie
2019-10-23Add text/notes editor, using tui-text-editorFlorrie
:D!