Age | Commit message (Collapse) | Author |
|
|
|
Makes xdg-open work on KDE Plasma 6.
|
|
|
|
|
|
This is mostly for compatibility with devices where the home
directory isn't on the same device as the system temporary
directory, so locallink and other symlink-based operations
get trolled (fail!).
This doesn't address the more general issue of e.g. playing
music off of an external drive probably fails(!!) - but in
those cases locallink isn't appropriate anyway, so they're
outta scope of this commit.
|
|
Exciting update! This doesn't make any substantial changes
exactly but does update the most quickly-archaic parts of
older Node code.
|
|
Including tui-lib 0.3.3, which fixes a memory leak when resizing the
command line screen.
|
|
|
|
this isn't exposed via the mtui command so like, just run it directly
with node right now lol
(this commit also makes "." parse in timestamp positions)
|
|
|
|
|
|
This helps to avoid having two versions of tui-lib installed (one for
mtui, one for tui-text-editor).
|
|
|
|
:D!
|
|
|
|
|
|
It was already required - previously you'd have to manually install it
(because I'd forgotten to make the changes in this commit earlier).
|
|
This means mtui won't be able to access tracks that were downloaded
before, but oh well. It also means we get to get rid of js-base64 as a
dependency!
|
|
|
|
|
|
|
|
|
|
..mentioning that you can add stuff to ~/Music to make it show up in the
default mtui playlist.
|
|
Basically directly pulled from http-music. Want to make a nice UI for
this eventually ("opening playlist..." popup dialog), but not for now.
|
|
|
|
|
|
|