diff options
-rw-r--r-- | .gitmodules | 2 | ||||
-rw-r--r-- | README.md | 9 | ||||
-rw-r--r-- | screenshot.png | bin | 100732 -> 56156 bytes |
3 files changed, 8 insertions, 3 deletions
diff --git a/.gitmodules b/.gitmodules index 7145ef3..6a82266 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "tui-lib"] path = tui-lib - url = https://git.ed1.club/florrie/tui-lib.git + url = https://notabug.org/towerofnix/tui-lib.git diff --git a/README.md b/README.md index f245848..aa4e11c 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## Installation -You will need a relatively recent version of [Node.js](https://nodejs.org/en/). +You will need a relatively recent version of [Node.js](https://nodejs.org/en/), as well as [mpv](https://mpv.io/) (`apt install mpv` and the like work fine). ``` # Please do note --recursive. It clones git submodules. -git clone --recursive https://git.ed1.club/florrie/mtui.git +git clone --recursive https://git.ed1.club/florrie/mtui.git # Or https://notabug.org/towerofnix/mtui.git cd mtui npm install npm link # Or sudo npm link @@ -16,6 +16,11 @@ mtui # Or node . Add music to the `~/Music` folder to make it show up in mtui, or pass `mtui` a playlist.json file (usually generated by http-music or downloaded from online). +## Bugs or ideas? + +Feel free and encouraged to report any bugs (unexpected behavior or crashes) to the [issue tracker on NotABug.org](https://notabug.org/towerofnix/mtui/issues)! +You're also welcome to share any ideas, suggestions, and questions through there. + ## Keybindings * <kbd><kbd>Ctrl</kbd>+<kbd>C</kbd></kbd> - exit diff --git a/screenshot.png b/screenshot.png index 56aa6d9..e7abe90 100644 --- a/screenshot.png +++ b/screenshot.png Binary files differ |