Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-06 | get 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-07-17 | past 3 second threshold, (P) to seek to start | (quasar) nebula | |
2021-07-13 | timestamp files!!! | (quasar) nebula | |
2020-09-15 | rename "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-07-09 | add seekTo player function | Florrie | |
2020-04-06 | Auto-DJ | 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 | heck around with socat stuff | Florrie | |
2020-02-04 | remove mkfifo; use socat instead | Florrie | |
2020-02-04 | misc minor mpv player stuff | Florrie | |
2020-02-04 | re-send loop when moving backwards, not forwards | Florrie | |
2019-07-30 | "Pause when this track ends" option | Florrie | |
2019-06-04 | Volume slider in menubar | Florrie | |
2019-05-29 | Always reumse when playing a new track | Florrie | |
This behavior got changed recently, where the player being paused would carry through across tracks. It no longer does that. | |||
2019-05-28 | Menubar | Florrie | |
Or the beginning of one, anyway! | |||
2019-05-28 | Support isPaused, setPause/setLoop functions | Florrie | |
2019-02-25 | Metadata (in memory) | Florrie | |
2019-01-24 | (v), (V) - Volume controls | Florrie | |
"v" increases because it's lowercase and therefore more likely to be accidentally pressed, hence more likely to confuse the user when it decreases the volume (if it decreased the volume - since it increases the volume, it generally doesn't seem to have any effect until you've already discovered that v and V are used for volume controls). | |||
2019-01-24 | (l) to loop currently playing track | Florrie | |
2018-05-31 | Playback indicator | Florrie | |
2018-05-28 | Initial commit | Florrie | |