From 8eaad2c6aad506cc4af444dc722c19f76ae7d8a4 Mon Sep 17 00:00:00 2001 From: raziman <50593529+issadarkthing@users.noreply.github.com> Date: Sun, 28 Jun 2020 13:50:59 +0800 Subject: [PATCH] update README.md --- README.md | 28 +++++++++++++++------------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 54283a5..e8ba997 100644 --- a/README.md +++ b/README.md @@ -6,27 +6,29 @@ Gomu is a Terminal User Interface **TUI** that plays your mp3 files in your loca ## Features - lightweight +- simple +- fast - show audio files as tree - vim keybindings +- youtube-dl integration +- audio file management ## Installation ```sh go get -u github.com/issadarkthing/gomu ``` -## TODO -- [ ] song fade -- [X] delete song from queue -- [x] bulk add songs to queue -- [ ] download music from youtube -- [ ] audio streaming -- [x] music change notification -- [x] volume change notification -- [ ] delete music from filesystem -- [ ] audio seeking -- [ ] loop -- [ ] total queue duration -- [ ] add support for .wav as well +## Configuration +By default, gomu will look for audio files in `~/music` directory. If you wish to change to your desired location, edit `~/.config/gomu/config` file +and change `music_dir: path/to/your/musicDir`. Example of the config file will look like: + +``` +confirm_on_exit: true +music_dir: ~/music +confirm_bulk_add: true +popup_timeout: 5 +``` + ## Project Background