« 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/client.js
AgeCommit message (Expand)Author
2023-05-13use ESM module syntax & update tui-lib(quasar) nebula
2021-10-10only load ~/Music if no other sources provided(quasar) nebula
2020-09-15rename "song" terminology to "track"(quasar) nebula
2020-07-09rename handlePlaylistSource & let accept grouplikeFlorrie
2020-07-03make locally opened playlists have a group name!Florrie
2020-02-04OS-agnostic default music directoryFlorrie
2019-10-17Import tui-lib with npm instead of as a submoduleFlorrie
2019-09-22Basic multiple player UIFlorrie
2019-09-15Only render when stuff on-screen actually changes!Florrie
2019-07-19Frame delay = 50 on normal client, 100 on telnetFlorrie
2019-07-06Remove backend listeners when client closesFlorrie
2019-07-06End flushable when socket disconnectsFlorrie
2019-07-06Experimental telnet serverFlorrie