Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-06 | clear timeData when a new track starts | Florrie | |
this makes it so that the value of timeData at any point will always be associated with the track which is currently playing. i thought this was already how timeData worked -- that assumption is what makes a lot of the math in updateQueueLengthLabel work! | |||
2020-05-06 | make the queue listing a little wider | Florrie | |
this should help make the wider length label fit better! | |||
2020-05-06 | refactor to use 'select' instead of 'selected' | Florrie | |
2020-05-04 | select child grouplike when loading parent | Florrie | |
This was already the previous behavior, but a misplaced restoreGrouplikeData was overwriting that effect. With this commit, the scroll position will still be restored, but the selected item will be correctly changed to whichever was opened. (This arguably means it's no longer necessary to restore the selected item in save/restoreGrouplikeData at all, but it's kept there in case a grouplike is ever unloaded through some means besides opening its child -- actually this is the case if you reveal an item whos ancestor groups don't fully overlap with that of the previously open group.) | |||
2020-05-03 | show queue length in collapsed progress info | Florrie | |
2020-05-03 | remember scroll position of each group | Florrie | |
2020-05-03 | clean up some context menu logic to fix reveal bug | Florrie | |
2020-05-02 | comment out pane for text editor | Florrie | |
this was causing a funky visual bug which made the queue pane look like its bottom-right corner was pointing downwards (like the top-right corner of a pane is)! | |||
2020-04-30 | fix process-metadata pausing context menu | Florrie | |
2020-04-26 | further hackery to make the multi menu more useful | Florrie | |
2020-04-23 | update tui-lib; change wheel mode in autoscroll | Florrie | |
2020-04-23 | new feature: autoscroll! | Florrie | |
2020-04-18 | make note of socat in readme | Florrie | |
2020-04-18 | comment out notes and labels features... For Now™ | Florrie | |
2020-04-16 | add new todo | Florrie | |
2020-04-16 | draw when pressing select-all | Florrie | |
2020-04-16 | be even more careful with socat | Florrie | |
2020-04-06 | yeah thats embarrassing | Florrie | |
2020-04-06 | Auto-DJ | Florrie | |
2020-03-13 | display duration in track context menu | Florrie | |
2020-02-15 | whoops | Florrie | |
2020-02-15 | cli args (bass boost ur music) | Florrie | |
$ mtui --player sox --player-options bass +25 \; | |||
2020-02-06 | more socat stuff : shrug emoji : :) | Florrie | |
2020-02-06 | fix volume | Florrie | |
2020-02-04 | sanitize yo cache | Florrie | |
2020-02-04 | more os.homedir() | Florrie | |
2020-02-04 | OS-agnostic default music directory | Florrie | |
2020-02-04 | heck around with socat stuff | Florrie | |
2020-02-04 | update tui-lib | Florrie | |
This helps to avoid having two versions of tui-lib installed (one for mtui, one for tui-text-editor). | |||
2020-02-04 | remove mkfifo; use socat instead | Florrie | |
2020-02-04 | misc minor mpv player stuff | Florrie | |
2020-02-04 | immediately show results of acting on queue player | Florrie | |
Specifically, this makes toggling loop show its effect right away. | |||
2020-02-04 | get rid of a dead argument | Florrie | |
2020-02-04 | re-send loop when moving backwards, not forwards | Florrie | |
2019-11-11 | Fix queue notes in a better way | Florrie | |
Before, we were showing the notes window whenever a track with notes played - even if the queue wasn't focused. This fixes that. | |||
2019-11-10 | Fix queue listing improperly showing/hiding notes | Florrie | |
2019-10-28 | ^E to edit notes of selected track/group | Florrie | |
2019-10-28 | Fix layout when editor is unfocused | Florrie | |
2019-10-28 | Context menu for creating/editing notes files | Florrie | |
2019-10-28 | Don't show text files adjacent to playables | Florrie | |
2019-10-27 | Tweak track-number regex to include any whitespace | Florrie | |
So tracks like '05 - Artist - Apple Banana.mp3' will just show as 'Artist - Apple Banana.mp3'. (Before, it showed cut off before the first dash.) | |||
2019-10-23 | Fix error on quit without ever opening text editor | Florrie | |
2019-10-23 | Add text/notes editor, using tui-text-editor | Florrie | |
:D! | |||
2019-10-17 | Don't include non-tracks in total track count | Florrie | |
2019-10-17 | Import tui-lib with npm instead of as a submodule | Florrie | |
2019-10-17 | New todo.txt shenanigans | Florrie | |
(These have been collected from the last few days of working on mtui.) | |||
2019-10-16 | Skip non-playables when determening next/prev item | Florrie | |
...to play. This is useful when you have non-playables interweaved with tracks, e.g. a file for each track's art. | |||
2019-10-15 | Rename paneLeft/paneRight to tabberPane/queuePane | Florrie | |
2019-10-15 | Don't process metadata of non-tracks | Florrie | |
This fixes mtui crashing whenever you process the metadata of any group including a non-track too. | |||
2019-10-15 | Dim selected non-playable when not focused | Florrie | |